Update home.vue

This commit is contained in:
huxuejian 2026-05-13 21:28:42 +08:00
parent 5a73955231
commit d6f3184e28

View File

@ -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);