We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e511e5e commit 38f2ed2Copy full SHA for 38f2ed2
framework/management-center/frontend/src/views/ModuleManage/ModuleManagePage.vue
@@ -271,7 +271,7 @@ function openDialog() {
271
272
const header = computed(() => {
273
const h: Record<string, any> = {};
274
- h[Config.CE_TOKEN_KEY] = userStore.currentToken;
+ h[Config.CE_TOKEN_KEY] = userStore.currentToken();
275
h[Config.CE_ROLE_KEY] = userStore.currentRole;
276
h[Config.CE_SOURCE_KEY] = userStore.currentSource;
277
return h;
0 commit comments