diff --git a/src/assets/images/red.png b/src/assets/images/red.png new file mode 100644 index 0000000..3b84f6e Binary files /dev/null and b/src/assets/images/red.png differ diff --git a/src/views/deviceManage/map/indexv3.vue b/src/views/deviceManage/map/indexv3.vue index acb597b..35d516e 100644 --- a/src/views/deviceManage/map/indexv3.vue +++ b/src/views/deviceManage/map/indexv3.vue @@ -4,6 +4,161 @@
+ +
+ + + +
+ +
+
+ +
+
+ +
+ + +
+ + +
+
+ +
+
+ + + +
+ + +
+ + 清除路线 + + + 路线搜索 + +
+ + +
+ + 最短路径 + + + 最优路径 + +
+ + +
+ +
+
+
暂无搜索结果
+
+ + +
+
搜索结果
+
+ +
{{ item.name }}
+
+ + {{ getFloorNameByGid(item.level) }} +
+
+
+
+
+ + + +
+ + + +
+ @@ -29,8 +184,9 @@ + + diff --git a/vue.config.js b/vue.config.js index d79111a..fa97098 100644 --- a/vue.config.js +++ b/vue.config.js @@ -53,12 +53,12 @@ module.exports = { pathRewrite: { '^/auth': 'auth' } + }, + '/fengmap': { + target: 'https://developer.fengmap.com/', + changeOrigin: true, + pathRewrite: { '^/fengmap': '' } } - // '/fengmap': { - // target: 'https://developer.fengmap.com/', - // changeOrigin: true, - // pathRewrite: { '^/fengmap': '' } - // } } }, configureWebpack: {