Commit 1675ccc87482a3e414e9af424da0a0e8e94d0198
1 parent
6a1b51da
1.更改登录获取窗体id,及登录接口
Showing
1 changed file
with
2 additions
and
2 deletions
src/mes/login/index.js
| ... | ... | @@ -14,7 +14,7 @@ import styles from "./index.less"; |
| 14 | 14 | import { Modal } from "antd"; |
| 15 | 15 | |
| 16 | 16 | const initValue = { |
| 17 | - sModelsId: "16034339700006038392152714521000" | |
| 17 | + sModelsId: "101251240115017782180488680" | |
| 18 | 18 | }; |
| 19 | 19 | |
| 20 | 20 | // 事件层 |
| ... | ... | @@ -242,7 +242,7 @@ const useLoginEvent = props => { |
| 242 | 242 | } |
| 243 | 243 | |
| 244 | 244 | const url = `${commonConfig.server_host |
| 245 | - }userOeelogin/${sParentId}/${sId}/${sTeamId}/${sMachineId}`; | |
| 245 | + }userMeslogin/${sParentId}/${sId}/${sTeamId}/${sMachineId}`; | |
| 246 | 246 | dataReturn = (await commonServices.postValueService(null, value, url)) |
| 247 | 247 | .data; |
| 248 | 248 | } else { | ... | ... |