diff --git a/public/MES关键操作说明.xlsx b/public/MES Key Operation Description.xlsx index c97e746..207d147 100644 --- a/public/MES关键操作说明.xlsx +++ b/public/MES Key Operation Description.xlsx diff --git a/public/MES打印机更换纸张后亮红灯解决方法.pdf b/public/MES打印机更换纸张后亮红灯解决方法.pdf deleted file mode 100644 index 16ea3e3..0000000 --- a/public/MES打印机更换纸张后亮红灯解决方法.pdf +++ /dev/null diff --git a/public/数字工厂MES系统操作指引.pdf b/public/数字工厂MES系统操作指引.pdf deleted file mode 100644 index bc590b1..0000000 --- a/public/数字工厂MES系统操作指引.pdf +++ /dev/null diff --git a/public/车间MES打印机更换纸张.pdf b/public/车间MES打印机更换纸张.pdf deleted file mode 100644 index ccab883..0000000 --- a/public/车间MES打印机更换纸张.pdf +++ /dev/null diff --git a/src/mes/operationGuide/component/BroadsideCard.js b/src/mes/operationGuide/component/BroadsideCard.js index 0278afb..2084e11 100644 --- a/src/mes/operationGuide/component/BroadsideCard.js +++ b/src/mes/operationGuide/component/BroadsideCard.js @@ -29,7 +29,7 @@ const OperationGuide = props => {
{ - handleOpenFile("./数字工厂MES系统操作指引.pdf"); + handleOpenFile("./Digital Factory MES System Operation Guide.pdf"); }} /> @@ -40,7 +40,7 @@ const OperationGuide = props => {
{ - handleOpenFile("./MES关键操作说明.xlsx"); + handleOpenFile("./MES Key Operation Description.xlsx"); }} /> @@ -73,7 +73,7 @@ const OperationGuide = props => {
{ - handleOpenFile("./MES打印机更换纸张后亮红灯解决方法.pdf"); + handleOpenFile("./MES Printer Red Light Resolution After Paper Replacement.pdf"); }} /> @@ -84,7 +84,7 @@ const OperationGuide = props => {
{ - handleOpenFile("./车间MES打印机更换纸张.pdf"); + handleOpenFile("./Workshop MES Printer Paper Replacement.pdf"); }} /> diff --git a/src/utils/config.js b/src/utils/config.js index 5e849be..0d06520 100644 --- a/src/utils/config.js +++ b/src/utils/config.js @@ -4,7 +4,7 @@ const bHttps = location.protocol === 'https:' ; export const webSite = { // ipAddress: '//t0.xlyprint.com:8000/xlyEntry/', /* 服务器地址 */ // faceAddress: isDev ? '//192.168.11.22:8080/xlyFace' : '//' + location.host + '/xlyFace', - fileAddress: isDev ? '//127.0.0.1:8080/xlyEntry/' : '//' + '172.19.18.21:9543' + '/xlyEntry/', // 接口地址 + fileAddress: isDev ? '//127.0.0.1:8080/xlyEntry/' : '//' + '172.19.18.21:9181' + '/xlyEntry/', // 接口地址 faceAddress: isDev ? '//172.19.18.26:8080/xlyFace' : '//' + location.host + '/xlyFace', ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//172.19.18.21:9543/xlyEntry/' : '//' + location.host + '/xlyEntry/', interfaceAddress: isDev ? '//127.0.0.1:8088/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址1