增加 弹窗显示

This commit is contained in:
xuli3099
2025-08-20 11:36:31 +08:00
parent b1064f9118
commit 27d64dbd72
5 changed files with 208 additions and 9 deletions

View File

@@ -257,7 +257,7 @@ const submitForm = () => {
param.runEnv = networkEnv.value;
// #ifdef H5
param.uniqCode = 'e5687e80-526f-4522-ba7d-41d5db197a15';//h5测试用 内网-sn123456 外网-e5687e80-526f-4522-ba7d-41d5db197a15
param.uniqCode = '7666ac20-827a-4c23-8e2e-fbbf24564fc0';//h5测试用 内网-sn123456 外网-7666ac20-827a-4c23-8e2e-fbbf24564fc0
let res = await login(param);
userStore.login(res);
uni.switchTab({ url: '/pages/home/home' })