Commit 1675ccc87482a3e414e9af424da0a0e8e94d0198

Authored by Min
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,7 +14,7 @@ import styles from "./index.less";
14 import { Modal } from "antd"; 14 import { Modal } from "antd";
15 15
16 const initValue = { 16 const initValue = {
17 - sModelsId: "16034339700006038392152714521000" 17 + sModelsId: "101251240115017782180488680"
18 }; 18 };
19 19
20 // 事件层 20 // 事件层
@@ -242,7 +242,7 @@ const useLoginEvent = props => { @@ -242,7 +242,7 @@ const useLoginEvent = props => {
242 } 242 }
243 243
244 const url = `${commonConfig.server_host 244 const url = `${commonConfig.server_host
245 - }userOeelogin/${sParentId}/${sId}/${sTeamId}/${sMachineId}`; 245 + }userMeslogin/${sParentId}/${sId}/${sTeamId}/${sMachineId}`;
246 dataReturn = (await commonServices.postValueService(null, value, url)) 246 dataReturn = (await commonServices.postValueService(null, value, url))
247 .data; 247 .data;
248 } else { 248 } else {