Commit 2aaa755a4b83e371b2355455cf0079fe02446eba

Authored by Min
1 parent 6c6718d8

1.操作文档更新为英文

public/MES关键操作说明.xlsx renamed to public/MES Key Operation Description.xlsx
No preview for this file type
public/MES打印机更换纸张后亮红灯解决方法.pdf deleted
No preview for this file type
public/数字工厂MES系统操作指引.pdf deleted
No preview for this file type
public/车间MES打印机更换纸张.pdf deleted
No preview for this file type
src/mes/operationGuide/component/BroadsideCard.js
... ... @@ -29,7 +29,7 @@ const OperationGuide = props => {
29 29 <div
30 30 className="image1"
31 31 onClick={() => {
32   - handleOpenFile("./数字工厂MES系统操作指引.pdf");
  32 + handleOpenFile("./Digital Factory MES System Operation Guide.pdf");
33 33 }}
34 34 />
35 35 </Tooltip>
... ... @@ -40,7 +40,7 @@ const OperationGuide = props =&gt; {
40 40 <div
41 41 className="image2"
42 42 onClick={() => {
43   - handleOpenFile("./MES关键操作说明.xlsx");
  43 + handleOpenFile("./MES Key Operation Description.xlsx");
44 44 }}
45 45 />
46 46 </Tooltip>
... ... @@ -73,7 +73,7 @@ const OperationGuide = props =&gt; {
73 73 <div
74 74 className="image3"
75 75 onClick={() => {
76   - handleOpenFile("./MES打印机更换纸张后亮红灯解决方法.pdf");
  76 + handleOpenFile("./MES Printer Red Light Resolution After Paper Replacement.pdf");
77 77 }}
78 78 />
79 79 </Tooltip>
... ... @@ -84,7 +84,7 @@ const OperationGuide = props =&gt; {
84 84 <div
85 85 className="image4"
86 86 onClick={() => {
87   - handleOpenFile("./车间MES打印机更换纸张.pdf");
  87 + handleOpenFile("./Workshop MES Printer Paper Replacement.pdf");
88 88 }}
89 89 />
90 90 </Tooltip>
... ...
src/utils/config.js
... ... @@ -4,7 +4,7 @@ const bHttps = location.protocol === &#39;https:&#39; ;
4 4 export const webSite = {
5 5 // ipAddress: '//t0.xlyprint.com:8000/xlyEntry/', /* 服务器地址 */
6 6 // faceAddress: isDev ? '//192.168.11.22:8080/xlyFace' : '//' + location.host + '/xlyFace',
7   - fileAddress: isDev ? '//127.0.0.1:8080/xlyEntry/' : '//' + '172.19.18.21:9543' + '/xlyEntry/', // 接口地址
  7 + fileAddress: isDev ? '//127.0.0.1:8080/xlyEntry/' : '//' + '172.19.18.21:9181' + '/xlyEntry/', // 接口地址
8 8 faceAddress: isDev ? '//172.19.18.26:8080/xlyFace' : '//' + location.host + '/xlyFace',
9 9 ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//172.19.18.21:9543/xlyEntry/' : '//' + location.host + '/xlyEntry/',
10 10 interfaceAddress: isDev ? '//127.0.0.1:8088/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址1
... ...