WebTM/layuiadmin/Scripts/webConfig.js
@@ -36,7 +36,7 @@
    //var WEBURL = "http://121.36.199.126:8181/API/";   //三升
    //var WEBURL = "http://36.134.2.30:200/WEBS-API/";  //金帅
    //var WEBURL = "http://172.16.1.85/API/";           //迦南
    var WEBURL = "http://61.164.64.222:8082/API_WW/"
    // var WEBURL = "http://61.164.64.222:8082/API_WW/"
    return WEBURL
}
@@ -112,7 +112,7 @@
            // 未登录 / token 过期
            layer.confirm(jqxhr.responseJSON.Message, { icon: 7, title: '提示' }, function () {
                localStorage.removeItem('token');
                window.top.location.href = '/views/user/login.html'; // 跳到登录页
                window.top.location.href = '/WEBTM/views/user/login.html'; // 跳到登录页
            });
        } else if (status === 403) {