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 @@ 地图子系统生成 --> +