From 1a7413f2bf6eef0a1cda9b0517616700ec6d1edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=B5=E5=AE=AA=E7=91=9E?= <9198107+min-xianrui@user.noreply.gitee.com> Date: Mon, 4 Nov 2024 17:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=95=E9=83=A8=E6=96=87?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/AppMain.vue | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 773ef59..6964c2e 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -6,7 +6,6 @@
- {{item.title}}
@@ -17,27 +16,8 @@ export default { name: 'AppMain', data () { return { - links: [ - { - title: '官网', - key: '1', - href: 'https://www.crmeb.com', - blankTarget: true - }, - { - title: '社区', - key: '2', - href: 'https://q.crmeb.net/?categoryId=122&sequence=0', - blankTarget: true - }, - { - title: '文档', - key: '3', - href: 'https://help.crmeb.net/crmeb_java/1748037', - blankTarget: true - } - ], - copyright: 'Copyright © 2020 西安众邦网络科技有限公司' + + copyright: '水月雨 后台管理' } }, computed: { @@ -50,7 +30,6 @@ export default { } } -