Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
6609c454dd567fd5fe00ed8e8e863ca11cb5ce89
Authored by
fengwotao
2023-05-04 17:59:56 +0800
1 parent
ffcfff5e
fix: 修复超级管理员测试租户管理员携带Token为超级管理员的问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/utils/http/axios/index.ts
src/utils/http/axios/index.ts
View file @
6609c45
...
...
@@ -217,5 +217,6 @@ export const defHttp = createAxios();
217
217
export const otherHttp = createAxios({
218
218
requestOptions: {
219
219
apiUrl: 'xxx',
220
+
withToken: false,
220
221
},
221
222
});
...
...