|
@@ -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()
|