chenyc
2025-08-26 c73b39b071ffeff153136d14780bf4731dccee64
gx页面初始化
1个文件已修改
2 ■■■ 已修改文件
src/router/index.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.ts
@@ -40,7 +40,7 @@
    // 看看有没有toke
    const token = Session.get('token')
    console.log(!token)
    if (to.path === '/login') {
    if (to.path === '/login'|| to.path === '/HomeLoading'){
        next()
    } else {