This commit is contained in:
clay
2022-01-14 22:07:22 +08:00
parent 05e116af0d
commit 5356c8b948
11 changed files with 529 additions and 99 deletions

View File

@@ -12,6 +12,7 @@ const service = axios.create({
})
// request拦截器
service.interceptors.request.use(config => {
config.data['sitetype'] = 'NEd5n92EMIpyyBslaNqsRgE';
return config
}, error => {
console.log(error)