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

切换为线上域名

This commit is contained in:
2023-04-18 03:53:35 +08:00
parent cb1b0e4e7e
commit 24df9fae83
7 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ App({
globalData: {
// debugMode: true, // 是否展示调试内容
baseUrl: true ? // Api 请求域名 不带最后的 /
"https://epp.only4.work" :
"https://epp-prod.only4.work" :
"http://localhost",
userInfo: null
}