|
|
@@ -76366,6 +76366,7 @@ const notFount = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]
|
|
|
// 默认首页
|
|
|
// 'Console': () => import('@/views/system/index/welcome')
|
|
|
}), generatorDynamicRouter = (H, U) => {
|
|
|
+ console.log("menus", U);
|
|
|
const W = [
|
|
|
{
|
|
|
key: "",
|
|
|
@@ -76379,8 +76380,8 @@ const notFount = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]
|
|
|
id: "0",
|
|
|
children: U
|
|
|
}
|
|
|
- ];
|
|
|
- return generator(W);
|
|
|
+ ], G = generator(W);
|
|
|
+ return console.log("routers", G), G;
|
|
|
}, renderComponent = (H) => {
|
|
|
if (!H.parent)
|
|
|
return BasicLayout;
|