From 255f27555242c7e9f14708a2ba10c917ea2652d5 Mon Sep 17 00:00:00 2001 From: lintiantian <156569930@qq.com> Date: Thu, 4 Dec 2025 14:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageCa/utilCa/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packageCa/utilCa/config.js b/packageCa/utilCa/config.js index a97c819..6400d7a 100644 --- a/packageCa/utilCa/config.js +++ b/packageCa/utilCa/config.js @@ -2,9 +2,9 @@ let baseUrl = "" // #ifdef MP-WEIXIN // 编译项目,因为使用插件lime-echart,echart文件过大,需要非压缩代码方式编译,不然会很慢,发布的时候才压缩代码方式编译 if (wx.getAccountInfoSync().miniProgram.envVersion === 'develop') { - baseUrl = 'https://localhost:7026/career' // 开发环境 + baseUrl = 'http://222.80.110.161:11111/career' // 开发环境 } else { - baseUrl = 'https://ksrs.51xuanxiao.com' // 生产环境 + baseUrl = 'http://222.80.110.161:11111/career' // 生产环境 } // #endif