Browse Source

fix: Fix Image route name (#15194)

iamkun 6 years ago
parent
commit
0c9452f778
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/nav.config.json

+ 2 - 2
examples/nav.config.json

@@ -258,7 +258,7 @@
             },
             {
               "path": "/image",
-              "title": "Image"
+              "title": "Image 图片"
             }
           ]
         }
@@ -1056,7 +1056,7 @@
             },
             {
               "path": "/image",
-              "title": "Image 图片"
+              "title": "Image"
             }
           ]
         }