From 41b3dab1352385ea6da1615a181f69dbe2d80827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Fri, 8 Sep 2023 19:36:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/components/server/traffic-limit-view.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 web/public/js/components/server/traffic-limit-view.js diff --git a/web/public/js/components/server/traffic-limit-view.js b/web/public/js/components/server/traffic-limit-view.js deleted file mode 100644 index 458b8015..00000000 --- a/web/public/js/components/server/traffic-limit-view.js +++ /dev/null @@ -1,16 +0,0 @@ -// 显示流量限制说明 -Vue.component("traffic-limit-view", { - props: ["v-traffic-limit"], - data: function () { - return { - config: this.vTrafficLimit - } - }, - template: `
-
- 日流量限制:{{config.dailySize.count}}{{config.dailySize.unit.toUpperCase()}}
- 月流量限制:{{config.monthlySize.count}}{{config.monthlySize.unit.toUpperCase()}}
-
- 没有限制。 -
` -}) \ No newline at end of file