Commit 6609c454dd567fd5fe00ed8e8e863ca11cb5ce89
1 parent
ffcfff5e
fix: 修复超级管理员测试租户管理员携带Token为超级管理员的问题
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -217,5 +217,6 @@ export const defHttp = createAxios(); | @@ -217,5 +217,6 @@ export const defHttp = createAxios(); | ||
217 | export const otherHttp = createAxios({ | 217 | export const otherHttp = createAxios({ |
218 | requestOptions: { | 218 | requestOptions: { |
219 | apiUrl: 'xxx', | 219 | apiUrl: 'xxx', |
220 | + withToken: false, | ||
220 | }, | 221 | }, |
221 | }); | 222 | }); |