用户页
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user