From 343372d83ace4e28aa51948b429fd5b47a12a731 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Mon, 21 Oct 2019 16:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E5=B9=B3=E5=8F=B0=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E4=B8=89=E7=BB=B4=E8=B7=AF=E5=BE=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- src/views/designPlatform/userDemonList.vue | 2 +- src/views/map/mapdraft/mapmanage/operateMenu.vue | 8 ++++---- src/views/systemGenerate/index.vue | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 2ed0c7c3b..bf92d9d06 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -307,7 +307,7 @@ export const constantRoutes = [ hidden: true }, { - path: '/jlmap3d/edit', + path: '/design/jlmap3d/edit', component: Jlmap3dedit, hidden: true }, diff --git a/src/views/designPlatform/userDemonList.vue b/src/views/designPlatform/userDemonList.vue index 48b343fb5..0a44a0655 100644 --- a/src/views/designPlatform/userDemonList.vue +++ b/src/views/designPlatform/userDemonList.vue @@ -187,7 +187,7 @@ export default { } }, jlmap3d() { - this.$router.push({ path: '/jlmap3d/edit', query: { mapid: this.editModel.id } }); + this.$router.push({ path: '/design/jlmap3d/edit', query: { mapid: this.editModel.id } }); }, importf() { const loading = this.$loading({ diff --git a/src/views/map/mapdraft/mapmanage/operateMenu.vue b/src/views/map/mapdraft/mapmanage/operateMenu.vue index 3d90068be..c0a03315e 100644 --- a/src/views/map/mapdraft/mapmanage/operateMenu.vue +++ b/src/views/map/mapdraft/mapmanage/operateMenu.vue @@ -63,10 +63,10 @@ export default { label: this.$t('map.deleteObj'), handler: this.deleteObj }, - // { - // label: this.$t('map.jlmap3d'), - // handler: this.jlmap3d - // } + { + label: this.$t('map.jlmap3d'), + handler: this.jlmap3d + } ], menuNormal: [], menu: [] diff --git a/src/views/systemGenerate/index.vue b/src/views/systemGenerate/index.vue index f95a5c4c2..fa5648bda 100644 --- a/src/views/systemGenerate/index.vue +++ b/src/views/systemGenerate/index.vue @@ -4,6 +4,7 @@ 地图子系统生成 --> +