From 0c9452f778dac01321427f7d10c03b92d5b59a98 Mon Sep 17 00:00:00 2001 From: iamkun Date: Fri, 19 Apr 2019 16:20:52 +0800 Subject: [PATCH] fix: Fix Image route name (#15194) --- examples/nav.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nav.config.json b/examples/nav.config.json index 0ae34df88..73bf59a62 100644 --- a/examples/nav.config.json +++ b/examples/nav.config.json @@ -258,7 +258,7 @@ }, { "path": "/image", - "title": "Image" + "title": "Image 图片" } ] } @@ -1056,7 +1056,7 @@ }, { "path": "/image", - "title": "Image 图片" + "title": "Image" } ] }