登录实验平台

master
yujialong 3 years ago
parent da18a61f4d
commit 2b5959054d
  1. BIN
      src/assets/images/user.png
  2. 18
      src/components/Topbar.vue
  3. 1
      src/views/Home.vue

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

@ -19,7 +19,7 @@
>{{ value.columnName }}</span>
</li>
</ul>
<div class="login" @click="toStation">登录实验平台</div>
<div class="posit">
<div class="line"></div>
<div class="circle clearfix" @click="mange()">
@ -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 {
}
});
});
},
}
};
</script>
@ -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;

@ -99,6 +99,7 @@
</div>
<div
v-if="homeFormfirst.linkcolumnarticletop"
class="columphoto"
@click="
routelinks(

Loading…
Cancel
Save