module-menu-vue 0.2.9 → 0.3.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu-vue",
3
- "version": "0.2.9",
3
+ "version": "0.3.0",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -257,7 +257,7 @@ export default {
257
257
  break;
258
258
  }
259
259
  if (['公共卫生监测人口库', '电子传染病档案库', '应急资源库', '传染病防控知识库', '主题库'].includes(nameStr)) {
260
- console.log(nameStr)
260
+ thirdPartyServiceJumpPath = `/data-resource-center/data-source/list?menuName=${nameStr}`
261
261
  }
262
262
  if (['平台运行总览', '知识图谱', '数据可视化', '数据填报'].includes(nameStr)) {
263
263
  window.open(thirdPartyServiceJumpPath, '_blank')