src/views/systemSetting/platform/otherInterface/index.vue
@@ -3,7 +3,7 @@ <header> <div class="headerTitle">系统设置 >> 门户管理 > 第三方应用接口管理</div> <div class="addInterface"> <el-button class="add" @click="handleAdd">添加第三方接口</el-button> <el-button class="add button-addition" @click="handleAdd">添加第三方接口</el-button> </div> </header> <main> @@ -124,7 +124,6 @@ this.$axios.delete('sccg/system/portal/thirdApp/delete',{params:{ id }}).then(res=>{ console.log(res); }) } // // 当前页改变触发事件