feat: 新增 table类型

This commit is contained in:
zhangyu
2021-12-16 10:10:27 +08:00
parent 5c540b767c
commit 63fd3f22a8
6 changed files with 319 additions and 223 deletions

View File

@@ -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 => {