YY 2 년 전
부모
커밋
b1e2e02c87
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 5
      src/views/index.vue

+ 3 - 5
src/views/index.vue

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