fix:修复初次登录系统后回车刷新页面的问题
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
login() {
|
login() {
|
||||||
if (this.validateLogin()) {
|
if (this.validateLogin()&&(this.$route.path=='/'||this.$route.path=='/login')) {
|
||||||
this.$post('sys/login', (this.loginData)).then(res => {
|
this.$post('sys/login', (this.loginData)).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
//登录成功,记录用户名、token和lang
|
//登录成功,记录用户名、token和lang
|
||||||
|
|||||||
Reference in New Issue
Block a user