This commit is contained in:
liuye
2024-08-27 10:27:04 +08:00
parent 74a4a8f563
commit cf91fcf886

View File

@@ -368,7 +368,6 @@ export default {
},
getAiTypeList() {
this.$instance.post(`/app/appaiconfiginfo/list?status=1`).then(res => {
console.log(1)
if(res?.code == 0) {
res.data.records.map((item) => {
item.dictName = item.appName
@@ -384,11 +383,9 @@ export default {
}
// this.getHistoryList()
}else{
console.log(2)
this.$store.commit('logout', true)
}
}).catch((err) => {
console.log(3)
this.$store.commit('logout', true)
})
},