CN-32 CN-33 : 角色菜单添加 用户管理界面bug修改
This commit is contained in:
@@ -24,6 +24,7 @@ export default {
|
||||
login () {
|
||||
post('sys/login', { username: this.username, pin: this.pin }).then(res => {
|
||||
if (res.code === 200) {
|
||||
localStorage.setItem('cn-username', this.username)
|
||||
this.loginSuccess(res)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user