From ac19ae903dd740bdaf1499ae40ef4039fdb4e6ad Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 31 Mar 2023 22:00:21 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/views/activity/components/twoDrawBtnBox.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/activity/components/twoDrawBtnBox.vue b/src/views/activity/components/twoDrawBtnBox.vue
index 1e21440..81d41f7 100644
--- a/src/views/activity/components/twoDrawBtnBox.vue
+++ b/src/views/activity/components/twoDrawBtnBox.vue
@@ -196,15 +196,15 @@
break
case 'icon1':
imgUrl = 'ptqz'
- material = global.DC.Namespace.Cesium.Color.fromBytes(63, 146, 254, 255)
+ material = global.DC.Namespace.Cesium.Color.fromBytes(255, 0, 0, 255)
break
case 'icon2':
imgUrl = 'bhdx'
- material = global.DC.Namespace.Cesium.Color.fromBytes(18, 150, 219, 255)
+ material = global.DC.Namespace.Cesium.Color.fromBytes(255, 0, 0, 255)
break
case 'icon3':
imgUrl = 'wxrw'
- material = global.DC.Namespace.Cesium.Color.fromBytes(216, 30, 6, 255)
+ material = global.DC.Namespace.Cesium.Color.fromBytes(255, 0, 0, 255)
break
}
--
Gitblit v1.9.3