fix: 修改 chartBox参数格式不对的问题
This commit is contained in:
@@ -153,9 +153,9 @@ export default {
|
||||
methods: {
|
||||
...mapActions(['loginSuccess']),
|
||||
login () {
|
||||
if (this.loading || !this.license.valid || !this.license.token) {
|
||||
return
|
||||
}
|
||||
// if (this.loading || !this.license.valid || !this.license.token) {
|
||||
// return
|
||||
// }
|
||||
if (this.validateLogin() && (this.$route.path == '/' || this.$route.path == '/login')) {
|
||||
this.loading = true
|
||||
this.$post('/sys/login', this.loginData).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user