module-menu-vue 0.3.4 → 0.3.5
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
|
@@ -208,6 +208,9 @@ export default {
|
|
|
208
208
|
case '数据填报':
|
|
209
209
|
thirdPartyServiceJumpPath = await this.getUrl('datafill')
|
|
210
210
|
break;
|
|
211
|
+
case '指标管理':
|
|
212
|
+
thirdPartyServiceJumpPath = await this.getUrl('indicator')
|
|
213
|
+
break
|
|
211
214
|
case '数据标签':
|
|
212
215
|
thirdPartyServiceJumpPath = '/datatag/';
|
|
213
216
|
break;
|
|
@@ -268,7 +271,7 @@ export default {
|
|
|
268
271
|
if (['公共卫生监测人口库', '电子传染病档案库', '应急资源库', '传染病防控知识库', '主题库'].includes(nameStr)) {
|
|
269
272
|
thirdPartyServiceJumpPath = `/data-resource-center/data-source/list?menuName=${nameStr}`
|
|
270
273
|
}
|
|
271
|
-
if (['平台运行总览', '知识图谱', '数据可视化', '数据填报'].includes(nameStr)) {
|
|
274
|
+
if (['平台运行总览', '知识图谱', '数据可视化', '数据填报', '指标管理'].includes(nameStr)) {
|
|
272
275
|
window.open(thirdPartyServiceJumpPath, '_blank')
|
|
273
276
|
} else {
|
|
274
277
|
location.href = thirdPartyServiceJumpPath
|