no message

This commit is contained in:
A1300399510
2024-01-11 17:23:17 +08:00
parent 3f472289eb
commit ae8db757fc
48 changed files with 310 additions and 311 deletions

View File

@@ -14,8 +14,6 @@ const route = useRoute()
// 是否是 生产环境
const isProduction = process.env.NODE_ENV === "production"
// console.log(isProduction, "isProduction")
// watchEffect(() => {
// if (typeof window !== "undefined" && route.path) {
// if (window._hmt) window._hmt.push(["_trackPageview", route.fullPath])
@@ -30,9 +28,9 @@ const isProduction = process.env.NODE_ENV === "production"
// })
onMounted(() => {
// console.log("isProduction", isProduction)
if (!isProduction) isNeedLogin.value = false
else determineIsLogin()
// if (!isProduction) isNeedLogin.value = false
// else determineIsLogin()
determineIsLogin
// if (true) determineIsLogin()
// else isNeedLogin.value = false
})