Commit 9ebe356c authored by 吴冠's avatar 吴冠

后台跳入

parent aafb4846
...@@ -95,6 +95,11 @@ import Cookies from "js-cookie" ...@@ -95,6 +95,11 @@ import Cookies from "js-cookie"
this.getListSite() this.getListSite()
this.getListSite1() this.getListSite1()
this.getListSite2() this.getListSite2()
let status = this.$route.query.status
if(status=="1"){
Cookies.remove("token")
this.$router.push("/login/user")
}
}, },
async asyncData({ params, route, error }){ async asyncData({ params, route, error }){
/* let mes = { /* let mes = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment