|
|
@@ -22,11 +22,12 @@
|
|
|
},
|
|
|
methods: {
|
|
|
experience () {
|
|
|
- if (this.user.logged) {
|
|
|
- window.location.href = 'http://uas.ubtob.com/#/index'
|
|
|
- } else {
|
|
|
- this.$router.push('/auth/login')
|
|
|
- }
|
|
|
+ window.location.href = 'http://uas.ubtob.com/#/index'
|
|
|
+// if (this.user.logged) {
|
|
|
+//
|
|
|
+// } else {
|
|
|
+// this.$router.push('/auth/login')
|
|
|
+// }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -91,7 +92,8 @@
|
|
|
border-radius: 19px;
|
|
|
font-size: 18px;
|
|
|
color: #fefefe;
|
|
|
- font-family: MicrosoftYaHei-Bold;
|
|
|
+ font-family: "Microsoft Yahei", "微软雅黑";
|
|
|
+ font-weight: bold;
|
|
|
&::after{
|
|
|
content: '';
|
|
|
display: inline-block;
|