diff --git a/src/mes/login/index.js b/src/mes/login/index.js index 1d46fb3..2e3a239 100644 --- a/src/mes/login/index.js +++ b/src/mes/login/index.js @@ -14,7 +14,7 @@ import styles from "./index.less"; import { Modal } from "antd"; const initValue = { - sModelsId: "16034339700006038392152714521000" + sModelsId: "101251240115017782180488680" }; // 事件层 @@ -242,7 +242,7 @@ const useLoginEvent = props => { } const url = `${commonConfig.server_host - }userOeelogin/${sParentId}/${sId}/${sTeamId}/${sMachineId}`; + }userMeslogin/${sParentId}/${sId}/${sTeamId}/${sMachineId}`; dataReturn = (await commonServices.postValueService(null, value, url)) .data; } else {