From 2aaa755a4b83e371b2355455cf0079fe02446eba Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Thu, 16 Oct 2025 16:45:37 +0800 Subject: [PATCH] 1.操作文档更新为英文 --- public/MES Key Operation Description.xlsx | Bin 0 -> 19124 bytes public/MES关键操作说明.xlsx | Bin 17948 -> 0 bytes public/MES打印机更换纸张后亮红灯解决方法.pdf | Bin 541840 -> 0 bytes public/数字工厂MES系统操作指引.pdf | Bin 8379978 -> 0 bytes public/车间MES打印机更换纸张.pdf | Bin 891423 -> 0 bytes src/mes/operationGuide/component/BroadsideCard.js | 8 ++++---- src/utils/config.js | 2 +- 7 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 public/MES Key Operation Description.xlsx delete mode 100644 public/MES关键操作说明.xlsx delete mode 100644 public/MES打印机更换纸张后亮红灯解决方法.pdf delete mode 100644 public/数字工厂MES系统操作指引.pdf delete mode 100644 public/车间MES打印机更换纸张.pdf diff --git a/public/MES Key Operation Description.xlsx b/public/MES Key Operation Description.xlsx new file mode 100644 index 0000000..207d147 Binary files /dev/null and b/public/MES Key Operation Description.xlsx differ diff --git a/public/MES关键操作说明.xlsx b/public/MES关键操作说明.xlsx deleted file mode 100644 index c97e746..0000000 Binary files a/public/MES关键操作说明.xlsx and /dev/null differ diff --git a/public/MES打印机更换纸张后亮红灯解决方法.pdf b/public/MES打印机更换纸张后亮红灯解决方法.pdf deleted file mode 100644 index 16ea3e3..0000000 Binary files a/public/MES打印机更换纸张后亮红灯解决方法.pdf and /dev/null differ diff --git a/public/数字工厂MES系统操作指引.pdf b/public/数字工厂MES系统操作指引.pdf deleted file mode 100644 index bc590b1..0000000 Binary files a/public/数字工厂MES系统操作指引.pdf and /dev/null differ diff --git a/public/车间MES打印机更换纸张.pdf b/public/车间MES打印机更换纸张.pdf deleted file mode 100644 index ccab883..0000000 Binary files a/public/车间MES打印机更换纸张.pdf and /dev/null differ 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 -- libgit2 0.22.2