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

epp-prod.only4.work 改为 epp.only4.work

This commit is contained in:
2023-04-25 02:24:23 +08:00
parent eae5ac5310
commit 08584c8042
8 changed files with 8 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
* - 开发环境:"develop"
*/
// 定义常量
const baseUrl = "https://epp-prod.only4.work/"
const baseUrl = "https://epp.only4.work/"
const url = baseUrl + "access/wechat/getUnlimitedQRCode"
const page = "pages/index/index" // "pages/scan/entrance"
const envVersion = "release" // 正式版为 "release",体验版为 "trial",开发版为 "develop"