diff --git a/public/index.html b/public/index.html index ff072f2c..98fbbf47 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ - + diff --git a/src/config/env.js b/src/config/env.js index 0f22d4c1..47c92eaa 100644 --- a/src/config/env.js +++ b/src/config/env.js @@ -10,7 +10,7 @@ let prodApi = window.dasConfig.ip || '/prod-api'; let wsProtocol = 'ws://'; let iotWebSocketAlarmBaseUrl = '' let bigWebSocketUrl = '' -let port = '8899' +let port = '32024' let webSocketProjectGatewayUrl = '' let hrefHostUrl = ''; @@ -28,7 +28,7 @@ let httpProtocol = 'http'; if (env.NODE_ENV == 'development') { flowIotUrl = 'http://127.0.0.1:1880/#flow/' - hrefHost = "192.168.10.241" + hrefHost = "power-tcore.histron.cn" } else if(env.NODE_ENV == 'production') { // if (hrefHost.indexOf('.gkiiot.com') >= 0) { // iotHost = 'iot.gkiiot.com' diff --git a/src/views/profile/DeviceDetailsView/deviceSelectNav.vue b/src/views/profile/DeviceDetailsView/deviceSelectNav.vue index 0bf3de4b..47637312 100644 --- a/src/views/profile/DeviceDetailsView/deviceSelectNav.vue +++ b/src/views/profile/DeviceDetailsView/deviceSelectNav.vue @@ -1,29 +1,128 @@