Commit 438b5abb4baf0c8f4862ecd18bd670d4ff9cc6d3
1 parent
5ac628df
1.改MES登录接口
Showing
1 changed file
with
1 additions
and
1 deletions
src/oee/login/LoginOee.js
| ... | ... | @@ -311,7 +311,7 @@ class LoginForm extends Component { |
| 311 | 311 | sMachineName: "海德堡XL105-6-6", |
| 312 | 312 | iPlcNo: 0 |
| 313 | 313 | }; |
| 314 | - const url = `${commonConfig.server_host}userOeelogin/${value.sParentId}/${ | |
| 314 | + const url = `${commonConfig.server_host}userMeslogin/${value.sParentId}/${ | |
| 315 | 315 | value.sId |
| 316 | 316 | }/${value.sTeamId}/${value.sMachineId}`; |
| 317 | 317 | const dataReturn = (await commonServices.postValueService(null, value, url)) | ... | ... |