Commit 1f656a0a by WH

infbcd

parent 90c0187a
......@@ -276,7 +276,7 @@ export default {
if (menuItem.pntmiu === undefined || menuItem.pntmiu === "") {
const children = [];
// 此处为了兼容新的保函模块
if (['4', '13','3','6'].includes(menuItem.inifrm)) {
if (['4', '13','3','6','5'].includes(menuItem.inifrm)) {
menuItem.path = "/business-new";
} else {
menuItem.path = "/business";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment