This commit is contained in:
FengHui
2026-04-14 11:39:36 +08:00
parent 855deb4643
commit 3e408d5740
2 changed files with 48 additions and 2 deletions

View File

@@ -78,8 +78,11 @@ const useUserStore = defineStore("user", () => {
// // 通过 uni.$emit 发送全局事件,通知页面显示登录弹窗
// uni.$emit('showLoginModal');
// }
//#ifdef H5
// 跳转到首页
uni.reLaunch({
window.location.href = 'https://www.xjksly.cn/mechine-single-vue/';
//#endif
uni.reLaunch({
url: '/pages/index/index'
});
}