fix:修复table类型聚合bug
This commit is contained in:
@@ -237,6 +237,16 @@ export default {
|
||||
} else {
|
||||
this.getValidateCode()
|
||||
this.$get('setup/checkCode?code=' + this.validateCode).then(response => {
|
||||
if(response.status == 404){
|
||||
this.$alert(this.$t('setup.hadConfig'), { type: 'warning' })
|
||||
const self = this;
|
||||
setTimeout(()=>{
|
||||
self.$router.push({
|
||||
path: '/'
|
||||
})
|
||||
},2000)
|
||||
return;
|
||||
}
|
||||
if (response.code == 200) {
|
||||
this.activeStep = 1
|
||||
this.step = 1
|
||||
|
||||
Reference in New Issue
Block a user