diry3943542 1 년 전
부모
커밋
a334b90ac2
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      lib/config.json
  2. 0 0
      lib/js/index.js
  3. 2 2
      lib/js/index2.js

+ 1 - 1
lib/config.json

@@ -1 +1 @@
-{"_hash":1727683006525,"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":1727683434944,"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


+ 2 - 2
lib/js/index2.js

@@ -76358,8 +76358,8 @@ let constantRouterComponents = {
   // 'Console': () => import('@/views/system/index/welcome')
 };
 const generatorDynamicRouter = (H, W) => {
-  const Q = H.ls.get("pages");
-  constantRouterComponents = lt(lt({}, constantRouterComponents), Q);
+  const Q = window.localStorage.getItem(H.env.VITE_APP_SYS_SERVER_NAME + "_pages");
+  console.log("pages:", Q), constantRouterComponents = lt(lt({}, constantRouterComponents), Q);
   const G = [
     {
       key: "",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.