Browse Source

Merge branch 'gn_bug_fix' into debug

Karsa 5 months ago
parent
commit
3cd57f698d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/routes/modules/oldRoutes.js

+ 2 - 2
src/routes/modules/oldRoutes.js

@@ -138,7 +138,7 @@ export default [
       {
         path: "classifylist",
         component: classifylist,
-        name: "分类列表",
+        name: "分类管理",
         hidden: false,
         meta: {
           keepAlive: false,
@@ -153,7 +153,7 @@ export default [
         meta: {
           name_en:"Chapter Setting",
           pathFrom: "classifylist",
-          pathName: "分类列表",
+          pathName: "分类管理",
           pathName_en:"Category list"
         },
       },