module-menu-vue 0.0.64 → 0.0.65
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
|
|
@@ -184,6 +184,9 @@ export default {
|
|
|
184
184
|
case "资源管理":
|
|
185
185
|
thirdPartyServiceJumpPath = "/admin-ui/resource/tableResource/list";
|
|
186
186
|
break;
|
|
187
|
+
case "供需对接":
|
|
188
|
+
thirdPartyServiceJumpPath = '/admin-ui/supply-and-demand-docking/dataRequirement/propose/list';
|
|
189
|
+
break;
|
|
187
190
|
default:
|
|
188
191
|
break;
|
|
189
192
|
}
|
|
@@ -74,6 +74,11 @@ export const menuList = [{
|
|
|
74
74
|
childName: "资源管理",
|
|
75
75
|
path: "/ziyuanguanli",
|
|
76
76
|
url: require("../../assets/ic_ziyuanguanli.png"),
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
childName: "供需对接",
|
|
80
|
+
path: "/gongxuduijie",
|
|
81
|
+
url: require("../../assets/ic_gongxuduijie.png"),
|
|
77
82
|
}]
|
|
78
83
|
},
|
|
79
84
|
{
|