diff --git a/pages/home/home.vue b/pages/home/home.vue index a739f63..a2111b6 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -46,6 +46,7 @@ import pageLoading from "./loading.vue"; // const { useLoad, useShow } = useGuard(); const { account } = storeToRefs(useAccount()); const { login, getTeams } = useAccount(); +const env = __VITE_ENV__; const shareAppVersion = env.MP_SHARE_WX_APP_VERSION; const team = ref(null);