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 c56eecc commit aa37021Copy full SHA for aa37021
src/views/mp/draft/components/NewsForm.vue
@@ -144,7 +144,7 @@ const accountId = inject<number>('accountId')
144
145
// ========== 文件上传 ==========
146
const UPLOAD_URL = import.meta.env.VITE_BASE_URL + '/admin-api/mp/material/upload-permanent' // 上传永久素材的地址
147
-const editorConfig = createEditorConfig(UPLOAD_URL, accountId)
+const editorConfig = createEditorConfig(UPLOAD_URL, unref(accountId))
148
149
// v-model=newsList
150
const emit = defineEmits<{
0 commit comments