From 0d2fc691bb17a79fbef3f44d20a763216af25eda Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期三, 09 四月 2025 13:56:03 +0800
Subject: [PATCH] 设备节拍基础资料
---
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