From 2b5959054d4ab67dc32671a39119012225a78063 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 1 Mar 2022 20:51:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=AE=9E=E9=AA=8C=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/images/user.png | Bin 0 -> 313 bytes src/components/Topbar.vue | 18 ++++++++++++++++-- src/views/Home.vue | 1 + 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/assets/images/user.png diff --git a/src/assets/images/user.png b/src/assets/images/user.png new file mode 100644 index 0000000000000000000000000000000000000000..b0f7a0f7386f912446ae4d3f38b2f01f035efb24 GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0vp^{6H+s!3-oTWR}kWQsDtUA+A9B5*S>Dfos>U!I+nU zGC($jgbQA|as{sCHLa@Yg-o1npkA2t1czXx4O~8MYO{DV<%8usi%u$h{WaGv+jI{4R~BGDyFX9dEMmR z|2d61R*gLW?=rJVEVXWk;y|+#XKN;;XJns0 zv^Vsv?D3O+6L;Gd78gA;V_5qqyD`e7mZz0@g~34)vyRsJ4YKm{dL%w2Zu!9^x=QHJ U-(+!7paU2@UHx3vIVCg!0M0_51^@s6 literal 0 HcmV?d00001 diff --git a/src/components/Topbar.vue b/src/components/Topbar.vue index d3f4e6f..78805e9 100644 --- a/src/components/Topbar.vue +++ b/src/components/Topbar.vue @@ -19,7 +19,7 @@ >{{ value.columnName }} - +
@@ -53,6 +53,9 @@ export default { window.open(href, "_self"); this.$store.state.columnmessage.id = id; }, + toStation() { + window.open('http://www.occupationlab.com/#/login') + } }, computed: {}, mounted() { @@ -64,7 +67,7 @@ export default { } }); }); - }, + } }; @@ -78,6 +81,17 @@ export default { display: flex; position: relative; background: #fff; + .login { + padding: 0 15px; + line-height: 32px; + color: #fff; + background-color: #409eff; + border-radius: 15px; + cursor: pointer; + &:hover { + opacity: .9; + } + } .posit { display: flex; right: 10px; diff --git a/src/views/Home.vue b/src/views/Home.vue index 0905786..7c5c295 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -99,6 +99,7 @@