提交 e2fee55f authored 作者: 钟是志's avatar 钟是志

详情修改 保证能正常查看路由

上级 e998f399
......@@ -158,7 +158,9 @@ export const getChineseName = (item) => { // 获取菜单名字
export const insertDetailPath = (res = []) => { // 插入详情路由
for(let item of res){
if(item.from === 'onestopApp' && (['BatchAudit', 'Apply', 'Audit'].includes(item.component))){ // 插入详情路由
if(item.from === 'onestopApp'
&& (item.component.indexOf('Audit') > -1 || item.component.indexOf('Apply') > -1)
){ // 插入详情路由
const pathSplit = item.path.split('/');
pathSplit[pathSplit.length -1] = 'Detail';
const pathDetail = pathSplit.join('/');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论