fix
This commit is contained in:
@@ -23,7 +23,6 @@ import { useI18n } from 'vue-i18n';
|
||||
let token = getCookie("token");
|
||||
let routerName:any = router.currentRoute
|
||||
let isLogin = routerName._value.name
|
||||
|
||||
async function isMurmur() {
|
||||
let murmurStr: any = localStorage.getItem('murmurStr')
|
||||
if (!murmurStr) {
|
||||
@@ -41,7 +40,7 @@ async function isMurmur() {
|
||||
})
|
||||
.catch((res) => {
|
||||
});
|
||||
if (isSxis&&token) {
|
||||
if (isSxis&&!token) {
|
||||
// if(isLogin != 'login'){
|
||||
// return
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user