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 @@