更新
This commit is contained in:
@@ -200,7 +200,7 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable {
|
||||
logServer.deviceExecuteLog("ndc", "","","未找到指令号对应的指令:" + ikey);
|
||||
break;
|
||||
}
|
||||
if (device_code.equals("MDJXS201") || device_code.equals("MDJXS601")) {
|
||||
if (device_code.equals("MDJXS601")) {
|
||||
data = AgvService.sendAgvOneModeInst(phase, index, 0);
|
||||
flag = true;
|
||||
}
|
||||
@@ -300,7 +300,7 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable {
|
||||
logServer.deviceExecuteLog("ndc", "","","未找到指令号对应的指令:" + ikey);
|
||||
break;
|
||||
}
|
||||
if (device_code.equals("MDJXS201") || device_code.equals("MDJXS601")) {
|
||||
if (device_code.equals("MDJXS601")) {
|
||||
data = AgvService.sendAgvOneModeInst(phase, index, 0);
|
||||
flag = true;
|
||||
}
|
||||
@@ -422,7 +422,7 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable {
|
||||
logServer.deviceExecuteLog("ndc", "","","未找到指令号对应的指令:" + ikey);
|
||||
break;
|
||||
}
|
||||
if (device_code.equals("MDJXS201") || device_code.equals("MDJXS601")) {
|
||||
if (device_code.equals("MDJXS601")) {
|
||||
data = AgvService.sendAgvOneModeInst(phase, index, 0);
|
||||
flag = true;
|
||||
}
|
||||
@@ -503,7 +503,7 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable {
|
||||
logServer.deviceExecuteLog("ndc", "","","未找到指令号对应的指令:" + ikey);
|
||||
break;
|
||||
}
|
||||
if (device_code.equals("MDJXS201") || device_code.equals("MDJXS601")) {
|
||||
if (device_code.equals("MDJXS601")) {
|
||||
data = AgvService.sendAgvOneModeInst(phase, index, 0);
|
||||
flag = true;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ENV = 'development'
|
||||
|
||||
# 接口地址
|
||||
VUE_APP_BASE_API = 'http://192.168.81.140:8010'
|
||||
VUE_APP_BASE_API = 'http://127.0.0.1:8010'
|
||||
VUE_APP_WS_API = 'ws://127.0.0.1:8010'
|
||||
|
||||
# 是否启用 babel-plugin-dynamic-import-node插件
|
||||
|
||||
@@ -2,8 +2,8 @@ ENV = 'production'
|
||||
|
||||
# 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置
|
||||
# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http
|
||||
VUE_APP_BASE_API = 'http://192.168.81.80:8010'
|
||||
#VUE_APP_BASE_API = 'http://192.168.81.80:8010'
|
||||
VUE_APP_BASE_API = 'http://127.0.0.1:8010'
|
||||
#VUE_APP_BASE_API = 'http://127.0.0.1:8010'
|
||||
# 如果接口是 http 形式, wss 需要改为 ws
|
||||
VUE_APP_WS_API = 'ws://192.168.81.80:8010'
|
||||
#VUE_APP_WS_API = 'ws://192.168.81.80:8010'
|
||||
VUE_APP_WS_API = 'ws://127.0.0.1:8010'
|
||||
#VUE_APP_WS_API = 'ws://127.0.0.1:8010'
|
||||
|
||||
Reference in New Issue
Block a user