瀏覽代碼

初始化项目

zouzs 2 周之前
父節點
當前提交
506c79301d
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      public/platform-config.json
  2. 0 1
      src/router/utils.ts

+ 1 - 1
public/platform-config.json

@@ -1,6 +1,6 @@
 {
   "Version": "6.1.0",
-  "Title": "统一权限管理系统",
+  "Title": "接口管理系统",
   "FixedHeader": true,
   "HiddenSideBar": false,
   "MultiTagsCache": false,

+ 0 - 1
src/router/utils.ts

@@ -174,7 +174,6 @@ function handleAsyncRoutes(routeList) {
             .find(n => n.path === "/");
           // 保持router.options.routes[0].children与path为"/"的children一致,防止数据不一致导致异常
           flattenRouters.children = router.options.routes[0].children;
-          console.log("flattttttttttt", flattenRouters);
           router.addRoute(flattenRouters);
         }
       }