From 2243bdd92801cd6235ea497b3266d171a58a7a87 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 24 Dec 2021 11:49:35 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/components/campusNav/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/campusNav/index.vue b/src/components/campusNav/index.vue
index 4c0342e..f10d29e 100644
--- a/src/components/campusNav/index.vue
+++ b/src/components/campusNav/index.vue
@@ -75,10 +75,12 @@
     },
     props: {
         comeName: {
-            type: String
+            type: String,
+            default: ''
         },
         getToName: {
-            type: String
+            type: String,
+            default: ''
         }
     },
     computed: {

--
Gitblit v1.9.3