diff --git a/backend/microservice-provider-access-8002/src/main/resources/static/access/renderer.js b/backend/microservice-provider-access-8002/src/main/resources/static/access/renderer.js index 7120f1e..0da8099 100644 --- a/backend/microservice-provider-access-8002/src/main/resources/static/access/renderer.js +++ b/backend/microservice-provider-access-8002/src/main/resources/static/access/renderer.js @@ -1,7 +1,7 @@ // 定义常量 const url = "https://epp-prod.only4.work/access/wechat/getUnlimitedQRCode" const page = "pages/index/index" // "pages/scan/entrance" -const envVersion = "develop" // 正式版为 "release",体验版为 "trial",开发版为 "develop" +const envVersion = "release" // 正式版为 "release",体验版为 "trial",开发版为 "develop" const autoColor = true const isHyaline = false const width = 500