feat:修改endpoint 搜索asset列表的接口

This commit is contained in:
zhangyu
2021-04-15 11:47:44 +08:00
parent 1c130e1cb2
commit 783f22b880
25 changed files with 2052 additions and 2310 deletions

View File

@@ -237,15 +237,15 @@ export default {
} else {
this.getValidateCode()
this.$get('setup/checkCode?code=' + this.validateCode).then(response => {
if(response.status == 404){
if (response.status == 404) {
this.$alert(this.$t('setup.hadConfig'), { type: 'warning' })
const self = this;
setTimeout(()=>{
const self = this
setTimeout(() => {
self.$router.push({
path: '/'
})
},2000)
return;
}, 2000)
return
}
if (response.code == 200) {
this.activeStep = 1