部分页面适配

This commit is contained in:
2025-12-11 18:12:47 +08:00
parent 3c8176f84e
commit 60b4d2bef0
8 changed files with 28 additions and 10 deletions

View File

@@ -81,9 +81,10 @@ export function createRequest(url, data = {}, method = 'GET', loading = false, h
mask: true
})
}
console.log(url,'____')
let header = {
...headers,
'X-Target-URI': url
'X-Target-URI': encodeURI(url)
};
const userStore = useUserStore();
const token = userStore.token;