fix: Fix Image route name (#15194)

pull/15195/head
iamkun 2019-04-19 16:20:52 +08:00 committed by hetech
parent 88ae222c61
commit 0c9452f778
1 changed files with 2 additions and 2 deletions

View File

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