用户页

This commit is contained in:
2023-05-12 13:54:40 +08:00
parent 64de491f4d
commit fbba9c4f41
5 changed files with 384 additions and 10 deletions

View File

@@ -11,8 +11,8 @@
<router-view :key="$route.name" v-if="$route.meta.keepAlive"/>
</keep-alive>
<router-view :key="$route.name" v-if="!$route.meta.keepAlive"/>
<router-link v-if="$route.path !== '/home' && $route.path !== '/setup'" class="back_home" to="/home"></router-link>
<button v-if="$route.path === '/home'" class="back_exit" @click="_exit"></button>
<!-- <router-link v-if="$route.path !== '/home' && $route.path !== '/setup'" class="back_home" to="/home"></router-link>
<button v-if="$route.path === '/home'" class="back_exit" @click="_exit"></button> -->
</div>
</template>