From 799a69b8b0a03e44ed124e63509b2650599057b9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 07 Dec 2023 18:34:38 +0800
Subject: [PATCH] 实时定位,位置处理; 不同校区,显示位置做处理; 切换校区显示内容做处理;

---
 src/pcLayout/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pcLayout/index.vue b/src/pcLayout/index.vue
index c76417f..2de3ed0 100644
--- a/src/pcLayout/index.vue
+++ b/src/pcLayout/index.vue
@@ -135,7 +135,7 @@
         return {
             publicPath: process.env.BASE_URL,
             campusData: [],
-            campusValue: ''
+            campusValue: 1
         }
     },
     created () {

--
Gitblit v1.9.3