Forráskód Böngészése

功能修改20250327-05

zhiyuan-007 3 hete
szülő
commit
5f2170b140

+ 2 - 2
src/components/MapView.vue

@@ -25,9 +25,9 @@ export default {
 			}, 2500)
 			myBridge.bridgeContent = bridge = new CityGis.Bridge({
 				id: 'i_map',
-				// url: 'http://localhost:5173/map-tool-widget/',
+				url: 'http://localhost:5173/map-tool-widget/',
 				// url: 'https://cimweb.zjw.sh.cegn.cn:2007/map-tool-widget/#/',
-				url: 'http://172.16.8.44:9250/map-tool-widget/#/jk_map',
+				// url: 'http://172.16.8.44:9250/map-tool-widget/#/jk_map',
 				//url: 'http://10.1.80.67:5173/map-tool-widget/',
 				onReady: function () {
 					console.log('地图创建完成')

+ 3 - 0
src/views/home/cpns/PanelSjwg.vue

@@ -357,6 +357,9 @@ function handleCheck(item, type) {
 					: colorss['未批复'],
 				0.5
 			)
+			if (item.name == '合生汇') {
+				color = hexToRgb('#00ffff', 0.5)
+			}
 			const { height, coneHeight, cylinderHeight } = shapeObj
 			additional = {
 				attributes: {

+ 3 - 3
src/views/nav/Index.vue

@@ -99,12 +99,12 @@ const navList = ref([
 const sceneSubList = ref([
 	// { label: '复杂商圈城市配送', value: '' },
 	// { label: '无人机表演', value: '' },
-
-	{ label: '个人消费飞行', value: '', disabled: true },
-	{ label: '低空城市配送', value: '', disabled: true },
+	{ label: '低空城市配送', value: '' },
 	{ label: '无人机编队表演', value: '', disabled: true },
+	{ label: '个人消费飞行', value: '', disabled: true },
 	{ label: '低空物流运输', value: '', disabled: true },
 	{ label: '低空城市巡检', value: '', disabled: true },
+	{ label: '. . .', value: '', disabled: true },
 ])
 
 function handleClickNav(item) {