فهرست منبع

安专委跳转

wlzhao 5 سال پیش
والد
کامیت
9118de12e9

+ 1 - 1
src/main/resources/templates/admin/common/header.html

@@ -291,7 +291,7 @@
                         var obj = result.obj;
                         if (obj.isLogin) {
                             if (e == 'azw') {
-                                window.open("http://202.102.20.60:8008/xq/#/login?username=" + obj.userName)
+                                window.open("http://202.102.20.60:8008/zf/#/login?username=" + obj.userName)
                             } else if (e == 'dljk') {
                                 window.open("http://202.102.20.60:8008/ly/#/login?username=" + obj.userName)
                             } else if (e == 'lyjj') {

+ 3 - 3
src/main/resources/templates/home/common/common.html

@@ -138,7 +138,7 @@
                         var obj = result.obj;
                         if (obj.isLogin) {
                             if (e == 'azw') {
-                                window.open("http://202.102.20.60:8008/xq/#/login?username=" + obj.userName)
+                                window.open("http://202.102.20.60:8008/zf/#/login?username=" + obj.userName)
                             } else if (e == 'dljk') {
                                 window.open("http://202.102.20.60:8008/ly/#/login?username=" + obj.userName)
                             } else if (e == 'lyjj') {
@@ -168,8 +168,8 @@
                         } else {
                             //errorMessage("请登陆!");
                             location.href = pagePath + "/home/login";
-                            // localStorage.setItem("activityUrl", 'http://202.102.20.60:8008/xq/#/login');
-                            // localStorage.setItem("returnUrl", 'http://202.102.20.60:8008/xq/#/login');
+                            // localStorage.setItem("activityUrl", 'http://202.102.20.60:8008/zf/#/login');
+                            // localStorage.setItem("returnUrl", 'http://202.102.20.60:8008/zf/#/login');
                             // localStorage.setItem("requiredUserType", "0");
                             if (e == 'azw') {
                                 localStorage.setItem("safetySupervision", "1");

+ 1 - 1
src/main/resources/templates/home/html/login.html

@@ -167,7 +167,7 @@
 
                     //进入安监系统
                     if (safetySupervision) {
-                        window.location.href = "http://202.102.20.60:8008/xq/#/login?username=" + result.obj.userName;
+                        window.location.href = "http://202.102.20.60:8008/zf/#/login?username=" + result.obj.userName;
                         return;
                     }
                     //进入电炉监控系统