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