module-menu-vue 0.1.3 → 0.1.4

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.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -191,7 +191,7 @@ export default {
191
191
  thirdPartyServiceJumpPath = '/dataadmin/#/overview'
192
192
  return;
193
193
  case '知识图谱':
194
- thirdPartyServiceJumpPath = await getUrl('knowledge')
194
+ thirdPartyServiceJumpPath = await this.getUrl('knowledge')
195
195
  break;
196
196
  case '数据可视化':
197
197
  thirdPartyServiceJumpPath = await this.getUrl('dataview')