mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
perf(X-Pack): 优化整合视图插件demo
This commit is contained in:
@@ -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' })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user