|
|
@@ -76349,17 +76349,17 @@ const notFount = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]
|
|
|
__proto__: null,
|
|
|
default: notFount
|
|
|
}, Symbol.toStringTag, { value: "Module" })), generatorDynamicRouter = (H, W) => {
|
|
|
- const Q = Ot(lt({
|
|
|
+ const Q = /* @__PURE__ */ Object.assign({});
|
|
|
+ console.log("pages", Q);
|
|
|
+ const G = Ot(lt({
|
|
|
// 基础页面 layout 必须引入
|
|
|
BasicLayout,
|
|
|
BlankLayout,
|
|
|
RouteView,
|
|
|
PageView
|
|
|
- }, /* @__PURE__ */ Object.assign({})), {
|
|
|
+ }, Q), {
|
|
|
notFount
|
|
|
- // 默认首页
|
|
|
- // 'Console': () => import('@/views/system/index/welcome')
|
|
|
- }), G = [
|
|
|
+ }), Z = [
|
|
|
{
|
|
|
key: "",
|
|
|
name: "Index",
|
|
|
@@ -76373,7 +76373,7 @@ const notFount = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]
|
|
|
children: W
|
|
|
}
|
|
|
];
|
|
|
- return generator(G, Q);
|
|
|
+ return generator(Z, G);
|
|
|
}, renderComponent = (H) => {
|
|
|
if (!H.parent)
|
|
|
return BasicLayout;
|