45
chenyc
2022-10-21 251b58150984896c86cd306cd3a4db77f14b7e1a
45
1个文件已修改
4 ■■■ 已修改文件
src/views/login/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/index.vue
@@ -73,7 +73,9 @@
            if (re===false){
                Toast('登录失败,请重新登录')
            } else {
                console.log(re)
                Session.set('token', re)
                Toast('登录成功。。。。。')
                router.push('/')
            }
        })
    }