From 4f1d97a8013a4a718d9edb862f09d45e0b193132 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 14 四月 2025 12:22:50 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI
---
WebTM/views/user/login.html | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/WebTM/views/user/login.html b/WebTM/views/user/login.html
index 75efe5f..a21e9bd 100644
--- a/WebTM/views/user/login.html
+++ b/WebTM/views/user/login.html
@@ -542,9 +542,13 @@
//鑾峰彇鍩虹淇℃伅
function getBaseInfo(HTranSlate) {
+ if (HTranSlate == undefined) {
+ HTranSlate = "1";
+ }
+
$.ajax({
type: "get",
- url: GetWEBURL() + "/Web/BaseInfo",
+ url: GetWEBURL() + "Web/BaseInfo",
async: false,
data: {},
success: function (res) {
--
Gitblit v1.9.1