素质测评 删除多余代码,运行web

This commit is contained in:
2026-01-19 11:36:17 +08:00
parent a1a94b264c
commit 9cf5905d5f
19 changed files with 8 additions and 25 deletions

View File

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