修改 code

This commit is contained in:
xuli3099
2025-08-25 14:21:47 +08:00
parent d49dd05baf
commit 27a47ac199

View File

@@ -260,7 +260,8 @@ const submitForm = () => {
// #ifdef H5 // #ifdef H5
// b6ffbbfb-5b2d-4640-af3a-e43d0158eaf9 // b6ffbbfb-5b2d-4640-af3a-e43d0158eaf9
param.uniqCode = '679d5560-534f-4df8-815a-49227ba6ffd2';//h5测试用 内网-sn123456 外网-b6ffbbfb-5b2d-4640-af3a-e43d0158eaf9 // 679d5560-534f-4df8-815a-49227ba6ffd2
param.uniqCode = 'b6ffbbfb-5b2d-4640-af3a-e43d0158eaf9';//h5测试用 内网-sn123456 外网-b6ffbbfb-5b2d-4640-af3a-e43d0158eaf9
let res = await login(param); let res = await login(param);
userStore.login(res); userStore.login(res);
uni.switchTab({ url: '/pages/home/home' }) uni.switchTab({ url: '/pages/home/home' })