feat: asset功能、panel样式修复
This commit is contained in:
@@ -77,7 +77,8 @@ export default {
|
||||
if (this.loading) {
|
||||
return
|
||||
}
|
||||
if (this.license.valid && this.validateLogin() && (this.$route.path == '/' || this.$route.path == '/login')) {
|
||||
// if (this.license.valid && this.validateLogin() && (this.$route.path == '/' || this.$route.path == '/login')) {
|
||||
if (this.validateLogin() && (this.$route.path == '/' || this.$route.path == '/login')) {
|
||||
this.loading = true
|
||||
this.$post('sys/login', this.loginData).then(res => {
|
||||
if (res.code == 200) {
|
||||
|
||||
Reference in New Issue
Block a user