From d0ad2ce44b0e16c66fba015afc1b606136ac6e38 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Fri, 17 May 2024 12:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83=E9=83=A8=E5=88=86=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=BA=8B=E4=BB=B6=E5=90=8D=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/server/origin-list-box.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/public/js/components/server/origin-list-box.js b/web/public/js/components/server/origin-list-box.js index 3376d3df..25866a6e 100644 --- a/web/public/js/components/server/origin-list-box.js +++ b/web/public/js/components/server/origin-list-box.js @@ -77,11 +77,11 @@ Vue.component("origin-list-box", { template: `

主要源站 [添加主要源站]

暂时还没有主要源站。

- +

备用源站 [添加备用源站]

暂时还没有备用源站。

- +
` }) @@ -104,13 +104,13 @@ Vue.component("origin-list-table", { }, methods: { deleteOrigin: function (originId, originAddr) { - this.$emit("deleteOrigin", originId, originAddr, this.vOriginType) + this.$emit("delete-origin", originId, originAddr, this.vOriginType) }, updateOrigin: function (originId) { - this.$emit("updateOrigin", originId, this.vOriginType) + this.$emit("update-origin", originId, this.vOriginType) }, updateOriginIsOn: function (originId, originAddr, isOn) { - this.$emit("updateOriginIsOn", originId, originAddr, isOn) + this.$emit("update-origin-is-on", originId, originAddr, isOn) } }, template: `