From 90d1553399a96884b73a6d8615ef5c0e82f5fc3a Mon Sep 17 00:00:00 2001
From: songhuangfeng123 <shf18767906695@163.com>
Date: Thu, 23 Jun 2022 09:17:58 +0800
Subject: [PATCH] 路由修改
---
src/views/doublePreventAction/riskLevelManage/fourColorMap/oneHundredAndThirty/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/doublePreventAction/riskLevelManage/fourColorMap/oneHundredAndThirty/index.vue b/src/views/doublePreventAction/riskLevelManage/fourColorMap/oneHundredAndThirty/index.vue
index 4a1b871..503dffc 100644
--- a/src/views/doublePreventAction/riskLevelManage/fourColorMap/oneHundredAndThirty/index.vue
+++ b/src/views/doublePreventAction/riskLevelManage/fourColorMap/oneHundredAndThirty/index.vue
@@ -1,5 +1,5 @@
<template>
-
+
<div class="map-layout">
<Map @init="init" :option="option" v-if="option" />
<Tab v-if="loaded" :type='type' :colorMapList='colorMapList'/>
@@ -73,7 +73,7 @@
map.addModel({
link: 'http://222.92.213.22:8006/b3dm130/tileset.json',
- name: '130吨模型图',
+ name: '130万吨模型图',
callback: tileset => {
var boundingSphere = tileset.boundingSphere;
var cartographic = Cesium.Cartographic.fromCartesian(
--
Gitblit v1.9.2