diry3943542 1 年之前
父節點
當前提交
38cb13f1f3
共有 3 個文件被更改,包括 7 次插入7 次删除
  1. 1 1
      lib/config.json
  2. 0 0
      lib/js/index.js
  3. 6 6
      lib/js/index2.js

+ 1 - 1
lib/config.json

@@ -1 +1 @@
-{"_hash":1727681113618,"VITE_APP_API_BASE_URL":"http://192.168.200.14:2002","VITE_APP_API_FILE_URL":"/","VITE_APP_SOCKET_URL":"/","VITE_USER_NODE_ENV":"production"}
+{"_hash":1727681267097,"VITE_APP_API_BASE_URL":"http://192.168.200.14:2002","VITE_APP_API_FILE_URL":"/","VITE_APP_SOCKET_URL":"/","VITE_USER_NODE_ENV":"production"}

文件差異過大導致無法顯示
+ 0 - 0
lib/js/index.js


+ 6 - 6
lib/js/index2.js

@@ -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;

部分文件因文件數量過多而無法顯示