Commit 2aaa755a4b83e371b2355455cf0079fe02446eba
1 parent
6c6718d8
1.操作文档更新为英文
Showing
6 changed files
with
5 additions
and
5 deletions
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,7 +29,7 @@ const OperationGuide = props => { | ||
| 29 | <div | 29 | <div |
| 30 | className="image1" | 30 | className="image1" |
| 31 | onClick={() => { | 31 | onClick={() => { |
| 32 | - handleOpenFile("./数字工厂MES系统操作指引.pdf"); | 32 | + handleOpenFile("./Digital Factory MES System Operation Guide.pdf"); |
| 33 | }} | 33 | }} |
| 34 | /> | 34 | /> |
| 35 | </Tooltip> | 35 | </Tooltip> |
| @@ -40,7 +40,7 @@ const OperationGuide = props => { | @@ -40,7 +40,7 @@ const OperationGuide = props => { | ||
| 40 | <div | 40 | <div |
| 41 | className="image2" | 41 | className="image2" |
| 42 | onClick={() => { | 42 | onClick={() => { |
| 43 | - handleOpenFile("./MES关键操作说明.xlsx"); | 43 | + handleOpenFile("./MES Key Operation Description.xlsx"); |
| 44 | }} | 44 | }} |
| 45 | /> | 45 | /> |
| 46 | </Tooltip> | 46 | </Tooltip> |
| @@ -73,7 +73,7 @@ const OperationGuide = props => { | @@ -73,7 +73,7 @@ const OperationGuide = props => { | ||
| 73 | <div | 73 | <div |
| 74 | className="image3" | 74 | className="image3" |
| 75 | onClick={() => { | 75 | onClick={() => { |
| 76 | - handleOpenFile("./MES打印机更换纸张后亮红灯解决方法.pdf"); | 76 | + handleOpenFile("./MES Printer Red Light Resolution After Paper Replacement.pdf"); |
| 77 | }} | 77 | }} |
| 78 | /> | 78 | /> |
| 79 | </Tooltip> | 79 | </Tooltip> |
| @@ -84,7 +84,7 @@ const OperationGuide = props => { | @@ -84,7 +84,7 @@ const OperationGuide = props => { | ||
| 84 | <div | 84 | <div |
| 85 | className="image4" | 85 | className="image4" |
| 86 | onClick={() => { | 86 | onClick={() => { |
| 87 | - handleOpenFile("./车间MES打印机更换纸张.pdf"); | 87 | + handleOpenFile("./Workshop MES Printer Paper Replacement.pdf"); |
| 88 | }} | 88 | }} |
| 89 | /> | 89 | /> |
| 90 | </Tooltip> | 90 | </Tooltip> |
src/utils/config.js
| @@ -4,7 +4,7 @@ const bHttps = location.protocol === 'https:' ; | @@ -4,7 +4,7 @@ const bHttps = location.protocol === 'https:' ; | ||
| 4 | export const webSite = { | 4 | export const webSite = { |
| 5 | // ipAddress: '//t0.xlyprint.com:8000/xlyEntry/', /* 服务器地址 */ | 5 | // ipAddress: '//t0.xlyprint.com:8000/xlyEntry/', /* 服务器地址 */ |
| 6 | // faceAddress: isDev ? '//192.168.11.22:8080/xlyFace' : '//' + location.host + '/xlyFace', | 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 | faceAddress: isDev ? '//172.19.18.26:8080/xlyFace' : '//' + location.host + '/xlyFace', | 8 | faceAddress: isDev ? '//172.19.18.26:8080/xlyFace' : '//' + location.host + '/xlyFace', |
| 9 | ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//172.19.18.21:9543/xlyEntry/' : '//' + location.host + '/xlyEntry/', | 9 | ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//172.19.18.21:9543/xlyEntry/' : '//' + location.host + '/xlyEntry/', |
| 10 | interfaceAddress: isDev ? '//127.0.0.1:8088/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址1 | 10 | interfaceAddress: isDev ? '//127.0.0.1:8088/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址1 |