fangyuan
2022-12-16 9ff66017debadfc89bc0c1b796684a4d1dbe2bc3
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);
            })
        }
        // // 当前页改变触发事件