module-menu-vue 0.0.78 → 0.0.79
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
|
|
@@ -160,7 +160,7 @@ export default {
|
|
|
160
160
|
toModulePage (nameStr) {
|
|
161
161
|
console.log('nameStr', nameStr)
|
|
162
162
|
if (nameStr === '平台运行总览') {
|
|
163
|
-
window.open('
|
|
163
|
+
window.open('/dataadmin/#/overview', '_blank');
|
|
164
164
|
return;
|
|
165
165
|
}
|
|
166
166
|
let thirdPartyServiceJumpPath = ""; // 第三方服务跳转路径
|
|
@@ -213,6 +213,9 @@ export default {
|
|
|
213
213
|
case "级联管理":
|
|
214
214
|
thirdPartyServiceJumpPath = '/admin-ui/cascade';
|
|
215
215
|
break;
|
|
216
|
+
case '综合评价系统':
|
|
217
|
+
thirdPartyServiceJumpPath = '/admin-ui/evaluate';
|
|
218
|
+
break;
|
|
216
219
|
default:
|
|
217
220
|
break;
|
|
218
221
|
}
|
|
@@ -84,6 +84,11 @@ export const menuList = [{
|
|
|
84
84
|
childName: "级联管理",
|
|
85
85
|
path: "/jilianguanli",
|
|
86
86
|
url: require("../../assets/ic_jilianguanli.png"),
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
childName: '综合评价系统',
|
|
90
|
+
path: '/zonghepingjia',
|
|
91
|
+
url: require("../../assets/ic_pingjia.png"),
|
|
87
92
|
}]
|
|
88
93
|
},
|
|
89
94
|
{
|