个人信息回显

This commit is contained in:
2020-10-14 15:30:09 +08:00
parent 83ffc8cc83
commit 34beff1594
3 changed files with 69 additions and 32 deletions

View File

@@ -4,8 +4,44 @@ import { createStore } from 'vuex'
export default createStore({
state: {
userinfo:{
username: "username",
head: ""
accesstoken: "",
api_token: "",
birthday: "",
country: "",
cover: "",
created_at: "",
currency: 2,
deleted_at: null,
desc: "",
email: "",
img: "",
interest: "",
language: "中文",
live: "",
livetime: "",
login_type: 0,
memberid: 0,
mobile: "",
money: "",
msg: "",
mtongue: "",
name: "",
password: "",
position: 0,
publish: 0,
score: "",
status: true,
tlanguage: "",
type: 0,
uid: "",
updated_at: "",
video: "",
willsay: [{
"name": "请选择",
"level": 0
}],
zoneStr: "中途岛GMT-11:00",
zoneid: 0
},
islogin: false
},