修改请求域名
This commit is contained in:
@@ -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: '',
|
||||
|
||||
@@ -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: [
|
||||
// {
|
||||
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user