diff --git a/.local.config.js.example b/.local.config.js.example index fd74a22..9026bc8 100644 --- a/.local.config.js.example +++ b/.local.config.js.example @@ -9,15 +9,23 @@ const localDevConfig = ({ '2285': { // 数码喷墨墨水 uniacid: 2285, domain: 'https://xcx.aigc-quickapp.com/', - }, - '2724': { // 德龙生物肥料 + }, + '2811': { // POCT检测分析平台 + uniacid: 2811, + domain: 'https://xcx.aigc-quickapp.com/', + }, + '2724': { // 生物菌肥 uniacid: 2724, domain: 'https://xcx.aigc-quickapp.com/', - }, + }, + '2505': { // 煤矿钻机 + uniacid: 2505, + domain: 'https://xcx.aigc-quickapp.com/', + }, '2777': { // 养老服务 uniacid: 2777, domain: 'https://xcx.aigc-quickapp.com/', - }, + }, '1': { // 开发平台 uniacid: 1, domain: 'https://dev.aigc-quickapp.com', @@ -26,6 +34,6 @@ const localDevConfig = ({ uniacid: 1, domain: 'https://test.aigc-quickapp.com', }, -})['2724']; // 选择要使用的环境配置 +})['2285']; // 选择要使用的环境配置 export default localDevConfig; \ No newline at end of file