diff --git a/apps/web-antd/src/preferences.ts b/apps/web-antd/src/preferences.ts index ebb6d172..3588a128 100644 --- a/apps/web-antd/src/preferences.ts +++ b/apps/web-antd/src/preferences.ts @@ -11,6 +11,10 @@ export const overridesPreferences = defineOverridesPreferences({ * 不要动这里 后端路由模式 */ accessMode: 'backend', + /** + * 不需要refresh token 由后端处理 + */ + enableRefreshToken: false, name: import.meta.env.VITE_APP_TITLE, }, footer: {