增加图片匹配

This commit is contained in:
fofolee
2022-04-10 12:29:29 +08:00
parent 0cd878adfb
commit c78581bc76
4 changed files with 13 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ const routes = [{
import ('pages/NewCommand.vue')
},
{
path: '/:type(default|files|key|regex|window|professional)_:uid(\\w+)',
path: '/:type(default|files|img|key|regex|window|professional)_:uid(\\w+)',
component: () =>
import ('pages/CommandPage.vue')
},