From 517468d7f1bf7250c37c002f4c38d90499cf812a Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 17 Mar 2022 17:34:59 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 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