From e546f6e157e79e4074ca23f7e4e48a5c9aea4fdb Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 09 五月 2019 14:30:08 +0800
Subject: [PATCH] 房屋管理开发测试完成
---
WebService/src/main/resources/components/nav/nav.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/components/nav/nav.html b/WebService/src/main/resources/components/nav/nav.html
index 8be108e..9ea1e88 100644
--- a/WebService/src/main/resources/components/nav/nav.html
+++ b/WebService/src/main/resources/components/nav/nav.html
@@ -19,7 +19,7 @@
<span class="caret"></span>
</a>
<div class="dropdown-menu" v-for="currentCommunity in navCommunityInfo.communityInfos">
- <a class="dropdown-item" href="changeCommunity(currentCommunity)">{{currentCommunity.name}}</a>
+ <a class="dropdown-item" v-on:click="changeCommunity(currentCommunity)">{{currentCommunity.name}}</a>
</div>
</li>
<li style="padding: 20px">
--
Gitblit v1.8.0