chore: 更新本地调试配置示例

This commit is contained in:
2026-01-06 15:35:49 +08:00
parent 35aadc7014
commit b96b5f0bc3
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ const localDevConfig = ({
},
'2811': { // POCT检测分析平台
uniacid: 2811,
domain: 'https://xcx.aigc-quickapp.com/',
domain: 'https://xcx6.aigc-quickapp.com/',
},
'2724': { // 生物菌肥
uniacid: 2724,
@@ -34,6 +34,6 @@ const localDevConfig = ({
uniacid: 1,
domain: 'https://test.aigc-quickapp.com',
},
})['2285']; // 选择要使用的环境配置
})['2811']; // 选择要使用的环境配置
export default localDevConfig;