@@ -23,7 +23,7 @@ Page({
}
///数据请求
- dRequest.deviceList({}).then((res) => {
+ dRequest.deviceList({unShowLoad:true}).then((res) => {
if (res) {
that.setDeviceList(res, true);
@@ -58,7 +58,7 @@ Page({
that.setData({
deviceList: devices
});
- } catch (e) { }
+ } catch (e) {}
},
deviceTap(e) {
@@ -1,12 +1,12 @@
//env.js
-module.exports={
+module.exports = {
//生产环境
- prod:{
- // baseUrl:'https://client.ohplay.radio1964.net'
- baseUrl: 'https://client.ohplay.keepradioon.net'
+ prod: {
+ // baseUrl: 'https://client.ohplay.keepradioon.net'
+ baseUrl: 'https://client.ohplay.radio1964.net'
//测试环境
- test:{
- baseUrl:'https://o3tapi.radio1964.com'
+ test: {
+ baseUrl: 'https://o3tapi.radio1964.com'