修改配置

This commit is contained in:
xuli3099
2025-08-20 09:52:32 +08:00
parent b2b0c11966
commit 9d5432058a
2 changed files with 3 additions and 3 deletions

View File

@@ -14,9 +14,9 @@
> >
<!-- #ifdef APP-PLUS --> <!-- #ifdef APP-PLUS -->
<!-- 删除设备ID--测试用 --> <!-- 删除设备ID--测试用 -->
<view class="del-cache" @click="handleDelete"> <!-- <view class="del-cache" @click="handleDelete">
<uni-icons type="minus" size="30" color="#ffffff"></uni-icons> <uni-icons type="minus" size="30" color="#ffffff"></uni-icons>
</view> </view> -->
<!-- #endif --> <!-- #endif -->
<!-- 待办内容 --> <!-- 待办内容 -->

View File

@@ -257,7 +257,7 @@ const submitForm = () => {
param.runEnv = networkEnv.value; param.runEnv = networkEnv.value;
// #ifdef H5 // #ifdef H5
param.uniqCode = 'e5687e80-526f-4522-ba7d-41d5db197a15';//h5测试用 param.uniqCode = 'sn123456';//h5测试用 内网-sn123456 外网-e5687e80-526f-4522-ba7d-41d5db197a15
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' })