|
@@ -85,11 +85,9 @@ export default {
|
|
|
computed: {
|
|
|
...mapState(['user']),
|
|
|
},
|
|
|
- mounted() {
|
|
|
- },
|
|
|
+ mounted() {},
|
|
|
created() {},
|
|
|
- methods: {
|
|
|
- },
|
|
|
+ methods: {},
|
|
|
metaInfo() {
|
|
|
return { title: this.$route.meta.title };
|
|
|
},
|
|
@@ -163,7 +161,7 @@ export default {
|
|
|
padding: 10px;
|
|
|
color: #fff;
|
|
|
border-radius: 50%;
|
|
|
- background-color: aqua;
|
|
|
+ background-color: rgb(249, 254, 142);
|
|
|
}
|
|
|
}
|
|
|
</style>
|