We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fc4d2 commit 0a99c46Copy full SHA for 0a99c46
knife4j-vue/src/core/Knife4jAsync.js
@@ -3412,7 +3412,8 @@ SwaggerBootstrapUi.prototype.createDetailMenu = function (addFlag) {
3412
name: mdTag.name,
3413
i18n: 'other',
3414
icon: 'icon-APIwendang',
3415
- path: groupName + '-' + mdid + '-omd',
+ // https://gitee.com/xiaoym/knife4j/issues/I8EKAQ
3416
+ path: groupName + '@' + mdid + '@omd',
3417
children: []
3418
};
3419
if (KUtils.arrNotEmpty(mdTag.children)) {
knife4j-vue/src/router/index.js
@@ -42,7 +42,7 @@ const routes = [{
42
path: '/documentManager/Settings',
43
component: () => import('@/views/settings/Settings')
44
}, {
45
- path: '/:groupName-:mdid-omd/:id',
+ path: '/:groupName@:mdid@omd/:id',
46
component: () => import('@/views/othermarkdown/index')
47
}
48
]
0 commit comments