Browse Source

用户注销问题

lian 2 years ago
parent
commit
311181ab9f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/router/index.js

+ 4 - 4
src/router/index.js

@@ -140,21 +140,21 @@ defaultRouter.beforeEach((to, from, next) => {
       next()
     }else {
 
-      /* window.open(
+       window.open(
         `http://47.101.207.123:8080/platform-rk/#/login?url=http://47.101.207.123:8080/user_authentication/#/home`,
         "_self",
         "",
         true
-      ) */
+      )
       // location.href = "http://47.101.207.123:8080/platform-rk/#/login?url=http://47.101.207.123:8080/user_authentication/#/home"
     }
   },error=>{
-    /* window.open(
+     window.open(
       `http://47.101.207.123:8080/platform-rk/#/login?url=http://47.101.207.123:8080/user_authentication/#/home`,
       "_self",
       "",
       true
-    ) */
+    )
     // location.href = "http://47.101.207.123:8080/platform-rk/#/login?url=http://47.101.207.123:8080/user_authentication/#/home"
   })
   // next()