From 7a66b65d6aeebc244c5ffbd7c91f651edb7c13c3 Mon Sep 17 00:00:00 2001 From: lVAL Date: Fri, 9 Oct 2020 09:37:20 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=88=A0=E9=99=A4login=E7=9A=84=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=202.=E9=9C=80=E8=A6=81=E6=8F=8F=E8=BF=B0=E2=80=9C?= =?UTF-8?q?=E4=BA=A4=E9=80=9A=E8=BD=A8=E9=81=93=E2=80=9D=E4=B8=BA=E2=80=9C?= =?UTF-8?q?=E8=BD=A8=E9=81=93=E4=BA=A4=E9=80=9A=E2=80=9D=203.=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=8F=E8=BF=B0=E2=80=9C=E6=AC=A2=E8=BF=8E=E4=BD=A0?= =?UTF-8?q?=E7=9A=84=E7=AE=80=E5=8E=86=E6=8A=95=E9=80=92=E2=80=9D=E4=B8=BA?= =?UTF-8?q?=E2=80=9C=E6=AC=A2=E8=BF=8E=E5=B0=86=E4=BD=A0=E7=9A=84=E7=AE=80?= =?UTF-8?q?=E5=8E=86=E6=8A=95=E9=80=92=E8=87=B3=E2=80=9D=204.=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=A1=B5=E8=84=9A=E7=9A=84=E2=80=9C=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E2=80=9D=205.=E7=BB=9F=E4=B8=80=E6=8F=8F=E8=BF=B0=E2=80=9C?= =?UTF-8?q?=E7=94=B5=E5=8E=82=E7=94=B5=E5=8A=9B=E2=80=9D=E4=B8=BA=E2=80=9C?= =?UTF-8?q?=E7=94=B5=E5=8A=9B=E7=94=B5=E5=8E=82=E2=80=9D=206.=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 7 ---- src/views/About.vue | 2 +- src/views/Exhibition/index.vue | 16 +++---- src/views/Layout/eFooter/eCustom.vue | 19 --------- src/views/Login/eCopy.vue | 63 ---------------------------- src/views/Login/eHeader.vue | 43 ------------------- src/views/Login/index.vue | 28 ------------- 7 files changed, 9 insertions(+), 169 deletions(-) delete mode 100644 src/views/Login/eCopy.vue delete mode 100644 src/views/Login/eHeader.vue delete mode 100644 src/views/Login/index.vue diff --git a/src/router/index.js b/src/router/index.js index bfadc64..fb4c631 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -15,12 +15,6 @@ const routes = [ name: "Home", component: Home }, - { - path: "/login", - name: "Login", - component: () => - import(/* webpackChunkName: "login" */ "../views/Login/index.vue") - }, { path: "/preview/pdf", name: "PreviewPdf", @@ -82,7 +76,6 @@ const routes = [ const createRouter = () => new VueRouter({ base: "/official-website/", - // base: process.env.BASE_URL, mode: "history", routes }); diff --git a/src/views/About.vue b/src/views/About.vue index c39ce4f..a66bb5b 100644 --- a/src/views/About.vue +++ b/src/views/About.vue @@ -36,7 +36,7 @@

加入玖琏

你的加入可以给我们带来新的活力,我们同样也可以赠你无限的发展空间。世界那么大,你不来,谁知道你牛逼?多一份了解,多一份选择, - 选择不对努力白费,寻找合伙人寻找最优秀的你,欢迎您的简历投递 + 选择不对努力白费,寻找合伙人寻找最优秀的你,欢迎将你的简历投递至 henry@joylink.club

diff --git a/src/views/Exhibition/index.vue b/src/views/Exhibition/index.vue index 0b1ab98..49342c3 100644 --- a/src/views/Exhibition/index.vue +++ b/src/views/Exhibition/index.vue @@ -37,23 +37,23 @@ export default { tableData() { return [ { - platform: "交通轨道", - name: "实训平台系统入口", - href: "https://joylink.club/cbtc/" + platform: "轨道交通", + name: "实训平台系统", + href: "https://joylink.club/cbtc" }, { platform: "", - name: "设计平台系统入口", - href: "https://joylink.club/cbtc/design/" + name: "设计平台系统", + href: "https://joylink.club/cbtc/design" }, { - platform: "电厂电力", - name: "系统入口", + platform: "电力电厂", + name: "太仆寺旗锅炉DCS系统", href: "https://test.joylink.club/tpsq/home" }, { platform: "化学化工", - name: "东电云系统入口", + name: "东电云系统", href: "https://joylink.club/ddy/login" } ]; diff --git a/src/views/Layout/eFooter/eCustom.vue b/src/views/Layout/eFooter/eCustom.vue index c3a226e..7a48856 100644 --- a/src/views/Layout/eFooter/eCustom.vue +++ b/src/views/Layout/eFooter/eCustom.vue @@ -1,12 +1,5 @@ - - - - diff --git a/src/views/Login/eHeader.vue b/src/views/Login/eHeader.vue deleted file mode 100644 index 1f4f376..0000000 --- a/src/views/Login/eHeader.vue +++ /dev/null @@ -1,43 +0,0 @@ - - - - - diff --git a/src/views/Login/index.vue b/src/views/Login/index.vue deleted file mode 100644 index 25a8db6..0000000 --- a/src/views/Login/index.vue +++ /dev/null @@ -1,28 +0,0 @@ - - - -