From 34e036d759d377176c7314fd4643f45d217a4933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 21 Aug 2023 14:32:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E7=A8=8B=E5=B8=AE=E5=8A=A9=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/article/add.vue | 1 + src/components/article/index.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/components/article/add.vue b/src/components/article/add.vue index f9c3f32..205289d 100644 --- a/src/components/article/add.vue +++ b/src/components/article/add.vue @@ -8,6 +8,7 @@ + diff --git a/src/components/article/index.vue b/src/components/article/index.vue index 066a4e6..28144b4 100644 --- a/src/components/article/index.vue +++ b/src/components/article/index.vue @@ -74,6 +74,8 @@ export default { return "直连教程"; case 5: return "公告中心"; + case 6: + return "代理合作"; } } };