no message
This commit is contained in:
4
app.vue
4
app.vue
@@ -5,6 +5,7 @@
|
||||
<template>
|
||||
<div id="append_parent"></div>
|
||||
<div id="ajaxwaitid"></div>
|
||||
<!-- <script src="https://app.gter.net/bottom?tpl=header&menukey=mj"></script> -->
|
||||
<!-- <RouterView :key="$route.fullPath"></RouterView> -->
|
||||
<RouterView></RouterView>
|
||||
</template>
|
||||
@@ -25,7 +26,8 @@ watchEffect(() => {
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
// determineIsLogin()
|
||||
console.log("1");
|
||||
determineIsLogin()
|
||||
})
|
||||
|
||||
let isNeedLogin = ref(false) // 是否需要登录状态
|
||||
|
||||
Reference in New Issue
Block a user