From 1675ccc87482a3e414e9af424da0a0e8e94d0198 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Fri, 8 May 2026 13:46:21 +0800 Subject: [PATCH] 1.更改登录获取窗体id,及登录接口 --- src/mes/login/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- libgit2 0.22.2