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>