替换没有code时返回的地址

develop-fix
吕天方 10 months ago
parent f67b7a82f1
commit c57b6e02ea

@ -4,7 +4,7 @@
* @Author: JC9527
* @Date: 2024-01-09 23:08:15
* @LastEditors: JC9527
* @LastEditTime: 2024-04-22 17:26:03
* @LastEditTime: 2024-05-14 09:26:26
*/
import router from './router'
import store from './store'
@ -47,7 +47,7 @@ router.beforeEach((to, from, next) => {
// })
} else {
location.href = "https://r-jn-bjh-admin.jsszkd.com"
location.href = "https://t-jn-city.jssp-park.com/bjh-admin"
}
}
// next()

Loading…
Cancel
Save