perf(X-Pack): 优化整合视图插件demo

This commit is contained in:
fit2cloud-chenyw
2024-06-17 17:37:03 +08:00
parent 9f54efbf82
commit 43fffdee71
9 changed files with 31 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ import request from '@/config/axios'
export const load = (key: string) => request.get({ url: `/xpackComponent/content/${key}` })
export const loadPluginApi = (key: string) =>
request.get({ url: `/xpackComponent/pluginContent/${key}` })
request.get({ url: `/xpackComponent/contentPlugin/${key}` })
export const loadDistributed = () => request.get({ url: '/DEXPack.umd.js' })