diff --git a/src/views/dataBoard/dataBoard.vue b/src/views/dataBoard/dataBoard.vue index 60f2a07..18c4a1c 100644 --- a/src/views/dataBoard/dataBoard.vue +++ b/src/views/dataBoard/dataBoard.vue @@ -198,7 +198,7 @@ }, data() { return { - url: "https://dev.yixiong-tech.com:8081/", + url: "https://api.dm.yixiong-tech.com:8443/", nowTimeInterval: null, nowTime: dayjs(), dinnerType: '', diff --git a/src/views/led/led.vue b/src/views/led/led.vue index 4bb2a5e..5461a4a 100644 --- a/src/views/led/led.vue +++ b/src/views/led/led.vue @@ -31,7 +31,7 @@ export default { }, data() { return { - url: "https://dev.yixiong-tech.com:8081/", + url: "https://api.dm.yixiong-tech.com:8443/", screenWidth: 1920, // deviceDataList: [ // { diff --git a/src/views/mealSurplusInformation/mealSurplusInformation.vue b/src/views/mealSurplusInformation/mealSurplusInformation.vue index 16e9663..fa9fd12 100644 --- a/src/views/mealSurplusInformation/mealSurplusInformation.vue +++ b/src/views/mealSurplusInformation/mealSurplusInformation.vue @@ -135,7 +135,7 @@ export default { var params = {}; var _this = this; - httpRequest("GET", "http://dev.yixiong-tech.com:8087/terminal/neglect/large-screen/kitchen/info", params, { + httpRequest("GET", "http://me.dm.yixiong-tech.com/terminal/neglect/large-screen/kitchen/info", params, { "authorization": "57ee87183f2a4fa59683ec9ef41c8f5d" }).then(function(res) { _this.dinnerType = "";