1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Merge branch 'main' into production

This commit is contained in:
2023-04-25 02:21:39 +08:00
90 changed files with 1735 additions and 541 deletions

View File

@@ -22,9 +22,14 @@ App({
},
globalData: {
// debugMode: true, // 是否展示调试内容
baseUrl: true ? // Api 请求域名 不带最后的 /
"https://epp-prod.only4.work" :
"http://localhost",
/**
* FIXME 环境配置
*
* baseUrl
* - 线上环境:'https://epp.only4.work'
* - 开发环境:'http://localhost'
*/
baseUrl: "https://epp-prod.only4.work", // Api 请求域名 不带最后的 /
userInfo: null
}
})