token问题使用sotorage方式存储和读取

This commit is contained in:
2023-08-23 14:29:44 +08:00
parent 989affd5ea
commit 6060a36d92
4 changed files with 11 additions and 44 deletions

View File

@@ -98,7 +98,7 @@ export default {
await this.getDriverList();
setTimeout(()=>{
this.$toast('操作成功')
},)
},2000)
console.log("item",res)
},
updateDriver(item){
@@ -120,7 +120,6 @@ export default {
if(num <= this.pageNum){
// console.log("不在加载数据")
}else{
console.log("111111111111")
this.pageNum++;
await this.getDriverList()
}