fix test-enter

master
管理员 11 months ago
parent f1b889539a
commit 4ac6bae1e2

@ -1,7 +1,7 @@
<template>
<div class="layout-root">
<w-toolbar class="toolbar" />
<div v-if="dev" class="test-enter"><w-icon icon-class="bug" @click="router.push({path:'/test'})" /></div>
<div v-if="dev" class="test-enter" @click="router.push({path:'/test'})"><w-icon icon-class="bug" /></div>
<div class="layout-top">
<div><w-logo style="font-size: .65rem; margin-left: 2rem;" /></div>

Loading…
Cancel
Save