From af90f1edaf3b8ded9129bce596f483ca0450bfca Mon Sep 17 00:00:00 2001
From: shiyj <1098226878@qq.com>
Date: 星期二, 16 七月 2019 19:15:29 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity

---
 WebService/src/main/resources/components/app-manage/appManage.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/components/app-manage/appManage.html b/WebService/src/main/resources/components/app-manage/appManage.html
index 96cd084..24453c5 100644
--- a/WebService/src/main/resources/components/app-manage/appManage.html
+++ b/WebService/src/main/resources/components/app-manage/appManage.html
@@ -16,7 +16,7 @@
                     <table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
                         <thead>
                         <tr>
-                                                        <th>搴旂敤Id</th>
+                            <th>搴旂敤Id</th>
                             <th>搴旂敤鍚嶇О</th>
                             <th>绉橀挜</th>
                             <th>鐧藉悕鍗�</th>
@@ -29,7 +29,7 @@
                         </thead>
                         <tbody>
                             <tr v-for="app in appManageInfo.apps">
-                                                            <td>{{app.appId}}</td>
+                            <td>{{app.appId}}</td>
                             <td>{{app.name}}</td>
                             <td>{{app.securityCode}}</td>
                             <td>{{app.whileListIp}}</td>

--
Gitblit v1.8.0