1
zrg
2025-04-08 a3648d7ed723c74b7da81b81448c93d3edd5f84a
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) {