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

门禁端小程序环境改为release

This commit is contained in:
程序员小墨 2023-04-18 23:11:31 +08:00
parent d43c140302
commit 35fdba483b

View File

@ -1,7 +1,7 @@
// 定义常量 // 定义常量
const url = "https://epp-prod.only4.work/access/wechat/getUnlimitedQRCode" const url = "https://epp-prod.only4.work/access/wechat/getUnlimitedQRCode"
const page = "pages/index/index" // "pages/scan/entrance" const page = "pages/index/index" // "pages/scan/entrance"
const envVersion = "develop" // 正式版为 "release",体验版为 "trial",开发版为 "develop" const envVersion = "release" // 正式版为 "release",体验版为 "trial",开发版为 "develop"
const autoColor = true const autoColor = true
const isHyaline = false const isHyaline = false
const width = 500 const width = 500