test
This commit is contained in:
@@ -368,6 +368,7 @@ 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
|
||||
@@ -383,8 +384,12 @@ export default {
|
||||
}
|
||||
// this.getHistoryList()
|
||||
}else{
|
||||
console.log(2)
|
||||
this.$store.commit('logout', true)
|
||||
}
|
||||
}).catch((err) => {
|
||||
console.log(3)
|
||||
this.$store.commit('logout', true)
|
||||
})
|
||||
},
|
||||
getLocation() {
|
||||
|
||||
Reference in New Issue
Block a user