module-menu-vue 0.0.73 → 0.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
Binary file
|
|
@@ -206,6 +206,9 @@ export default {
|
|
|
206
206
|
case "供需对接":
|
|
207
207
|
thirdPartyServiceJumpPath = '/admin-ui/supply-and-demand-docking/dataRequirement/propose/list';
|
|
208
208
|
break;
|
|
209
|
+
case "级联管理":
|
|
210
|
+
thirdPartyServiceJumpPath = '/admin-ui/cascade';
|
|
211
|
+
break;
|
|
209
212
|
default:
|
|
210
213
|
break;
|
|
211
214
|
}
|
|
@@ -79,6 +79,11 @@ export const menuList = [{
|
|
|
79
79
|
childName: "供需对接",
|
|
80
80
|
path: "/gongxuduijie",
|
|
81
81
|
url: require("../../assets/ic_gongxuduijie.png"),
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
childName: "级联管理",
|
|
85
|
+
path: "/jilianguanli",
|
|
86
|
+
url: require("../../assets/ic_jilianguanli.png"),
|
|
82
87
|
}]
|
|
83
88
|
},
|
|
84
89
|
{
|