shiyj
2019-07-16 af90f1edaf3b8ded9129bce596f483ca0450bfca
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>