From 61ece754a673dfaa0930f8f3145e4e9e40eb0e6b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Mar 2022 17:33:32 +0800
Subject: [PATCH] 部分更改
---
src/components/campusNav/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/campusNav/index.vue b/src/components/campusNav/index.vue
index f694b78..d53c866 100644
--- a/src/components/campusNav/index.vue
+++ b/src/components/campusNav/index.vue
@@ -429,7 +429,7 @@
polyline.setStyle({
width: 3,
material: new global.DC.PolylineTrailMaterialProperty({
- color: global.DC.Color.RED,
+ color: global.DC.Color.GREEN,
speed: 10
}),
clampToGround: true
@@ -513,7 +513,7 @@
polyline.setStyle({
width: 3,
material: new global.DC.PolylineTrailMaterialProperty({
- color: global.DC.Color.RED,
+ color: global.DC.Color.GREEN,
speed: 10
}),
clampToGround: true
--
Gitblit v1.9.3