Skip to content

Commit 38f2ed2

Browse files
committed
fix: 上传模块401
1 parent e511e5e commit 38f2ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/management-center/frontend/src/views/ModuleManage/ModuleManagePage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ function openDialog() {
271271
272272
const header = computed(() => {
273273
const h: Record<string, any> = {};
274-
h[Config.CE_TOKEN_KEY] = userStore.currentToken;
274+
h[Config.CE_TOKEN_KEY] = userStore.currentToken();
275275
h[Config.CE_ROLE_KEY] = userStore.currentRole;
276276
h[Config.CE_SOURCE_KEY] = userStore.currentSource;
277277
return h;

0 commit comments

Comments
 (0)