zhaoxiaoqiang
2022-11-11 b6c9c40254c8f5e36bdbe32450e21b94f67ab263
src/router/index.js
@@ -2,7 +2,7 @@
 * @Author: 小明丶
 * @Date: 2019-08-19 15:23:17
 * @LastEditors: zxq
 * @LastEditTime: 2022-08-02 17:27:35
 * @LastEditTime: 2022-11-10 10:01:08
 * @Description:
 */
import Vue from "vue";
@@ -31,8 +31,7 @@
        if(Store.state.sessionId){
            next()
        }else{
            next('/login')
            next('/')
        }
    }
})