chore: 更新vue.config.js

This commit is contained in:
2026-01-05 15:46:26 +08:00
parent 3f666a5e83
commit 30fef9770a
2 changed files with 72 additions and 66 deletions

View File

@@ -9,7 +9,15 @@ const localDevConfig = ({
'2285': { // 数码喷墨墨水
uniacid: 2285,
domain: 'https://xcx.aigc-quickapp.com/',
},
'2724': { // 德龙生物肥料
uniacid: 2724,
domain: 'https://xcx.aigc-quickapp.com/',
},
'2777': { // 养老服务
uniacid: 2777,
domain: 'https://xcx.aigc-quickapp.com/',
},
'1': { // 开发平台
uniacid: 1,
domain: 'https://dev.aigc-quickapp.com',
@@ -18,6 +26,6 @@ const localDevConfig = ({
uniacid: 1,
domain: 'https://test.aigc-quickapp.com',
},
})['2285']; // 选择要使用的环境配置
})['2724']; // 选择要使用的环境配置
export default localDevConfig;