chore(uniapp): 增加拷贝文本超时检测提示功能

This commit is contained in:
2026-01-17 15:30:02 +08:00
parent 1ebb94e9e2
commit 7ae7a1d3bd
2 changed files with 101 additions and 38 deletions

View File

@@ -38,6 +38,10 @@ const localDevConfig = ({
uniacid: 1,
domain: 'https://test.aigc-quickapp.com',
},
'local-2': { // 测试平台
uniacid: 2,
domain: 'http://localhost:8050/',
},
})['2811']; // 选择要使用的环境配置
export default localDevConfig;