Browse Source

feature: 更新正式环境

332777428@qq.com 6 months ago
parent
commit
82bb166ad5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -12,7 +12,7 @@ const iosHost = 'wxs://mqtt.test.radio1964.com:8884';
 const androidHost = 'wxs://mqtt.ssl.keepradioon.net:8884'
 App({
   globalData: {
-    isRelease: false,
+    isRelease: true,
     is_debug: 2, // 1 测试环境 // 2正式环境
     baseUrl: env.prod.baseUrl,