@@ -12,6 +12,7 @@
<style lang="postcss" scoped>
div{
- color: #fff;
+ color: #d5d5d5;
+ padding: 30px;
}
</style>
@@ -227,7 +227,6 @@ export default {
request(params)
.then((res) => {
- console.log(res);
this.$store.dispatch('user/changeState', {
key: 'name',
value: res.nickName,