revert: 所有代码与custom/common分支同
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user