|
@@ -0,0 +1,49 @@
|
|
|
+<!DOCTYPE html><html lang=""><head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <link rel="icon" href="/saas/form/favicon.ico">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <title>Vite App</title>
|
|
|
+ <script crossorigin="">import('/saas/form/static/index.DyY_YUf0.js').finally(() => {
|
|
|
+
|
|
|
+ const qiankunLifeCycle = window.moudleQiankunAppLifeCycles && window.moudleQiankunAppLifeCycles['curstom-form'];
|
|
|
+ if (qiankunLifeCycle) {
|
|
|
+ window.proxy.vitemount((props) => qiankunLifeCycle.mount(props));
|
|
|
+ window.proxy.viteunmount((props) => qiankunLifeCycle.unmount(props));
|
|
|
+ window.proxy.vitebootstrap(() => qiankunLifeCycle.bootstrap());
|
|
|
+ window.proxy.viteupdate((props) => qiankunLifeCycle.update(props));
|
|
|
+ }
|
|
|
+
|
|
|
+ })</script>
|
|
|
+ <link rel="modulepreload" crossorigin="" href="/saas/form/static/.pnpm.ZhcTz5Wm.js">
|
|
|
+ <link rel="modulepreload" crossorigin="" href="/saas/form/static/lodash-es.C-xrcuFl.js">
|
|
|
+ <link rel="modulepreload" crossorigin="" href="/saas/form/static/element-plus.K6A-vihL.js">
|
|
|
+ <link rel="modulepreload" crossorigin="" href="/saas/form/static/@form-create/designer.Bw0zwQqi.js">
|
|
|
+ <link rel="stylesheet" crossorigin="" href="/saas/form/static/element-plus.D92rDM1h.css">
|
|
|
+ <link rel="stylesheet" crossorigin="" href="/saas/form/static/index.BSjPPZKB.css">
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div id="app"></div>
|
|
|
+
|
|
|
+
|
|
|
+<script>
|
|
|
+ const createDeffer = (hookName) => {
|
|
|
+ const d = new Promise((resolve, reject) => {
|
|
|
+ window.proxy && (window.proxy[`vite${hookName}`] = resolve)
|
|
|
+ })
|
|
|
+ return props => d.then(fn => fn(props));
|
|
|
+ }
|
|
|
+ const bootstrap = createDeffer('bootstrap');
|
|
|
+ const mount = createDeffer('mount');
|
|
|
+ const unmount = createDeffer('unmount');
|
|
|
+ const update = createDeffer('update');
|
|
|
+
|
|
|
+ ;(global => {
|
|
|
+ global.qiankunName = 'curstom-form';
|
|
|
+ global['curstom-form'] = {
|
|
|
+ bootstrap,
|
|
|
+ mount,
|
|
|
+ unmount,
|
|
|
+ update
|
|
|
+ };
|
|
|
+ })(window);
|
|
|
+</script></body></html>
|