同意修改地址

This commit is contained in:
lip
2025-12-19 18:41:17 +08:00
parent 2b03a8fb17
commit 96b8cd5e08
6 changed files with 87 additions and 81 deletions

View File

@@ -2,9 +2,9 @@ let baseUrl = ""
// #ifdef MP-WEIXIN
// 编译项目因为使用插件lime-echartechart文件过大需要非压缩代码方式编译不然会很慢发布的时候才压缩代码方式编译
if (wx.getAccountInfoSync().miniProgram.envVersion === 'develop') {
baseUrl = 'http://222.80.110.161:80/career' // 开发环境
baseUrl = 'https://www.xjksly.cn/career' // 开发环境
} else {
baseUrl = 'http://222.80.110.161:80/career' // 生产环境
baseUrl = 'https://www.xjksly.cn/career' // 生产环境
}
// #endif