This commit is contained in:
2025-11-20 18:39:26 +08:00
256 changed files with 14256 additions and 2795091 deletions

View File

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