diff --git a/.local.config.js b/.local.config.js index 7910a3f..b733ec7 100644 --- a/.local.config.js +++ b/.local.config.js @@ -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, diff --git a/.local.config.js.example b/.local.config.js.example index 9026bc8..b733ec7 100644 --- a/.local.config.js.example +++ b/.local.config.js.example @@ -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; \ No newline at end of file