From 0bbc5abeab6a1cb504b36bcd620fcb55e496d989 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 21 Mar 2022 10:32:50 +0800
Subject: [PATCH] '登录页'
---
src/views/doublePreventAction/riskLevelManage/fourColorMap/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/mapManage/map/index.vue b/src/views/doublePreventAction/riskLevelManage/fourColorMap/index.vue
similarity index 97%
rename from src/views/mapManage/map/index.vue
rename to src/views/doublePreventAction/riskLevelManage/fourColorMap/index.vue
index 8c48f79..3d87881 100644
--- a/src/views/mapManage/map/index.vue
+++ b/src/views/doublePreventAction/riskLevelManage/fourColorMap/index.vue
@@ -6,13 +6,13 @@
</template>
<script>
- import Map from '../../../components/Map';
- import Tab from '../../../components/Tab';
- import { global } from '../../../global';
+ import Map from '../../../../components/Map';
+ import Tab from '../../../../components/Tab';
+ import { global } from '../../../../global';
import {
getCatesian3FromPX,
Cartesian3_to_WGS84,
- } from '../../../components/Map/libs/Point';
+ } from '../../../../components/Map/libs/Point';
export default {
name: 'App',
@@ -66,7 +66,7 @@
this.loaded = true;
map.addModel({
- link: 'http://model.szwutu.cn:8100/data1/namisoub3dm/tileset.json',
+ link: 'http://model.szwutu.cn:8100/data1/namiso-ub3dm/tileset.json',
name: '商业园区',
callback: tileset => {
var boundingSphere = tileset.boundingSphere;
--
Gitblit v1.9.2