个人信息回显
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user