Merge branch 'master' of http://git.luyuan.tk/luyuan/beelink into zj
This commit is contained in:
@@ -5,16 +5,16 @@ export default createStore({
|
||||
state: {
|
||||
userinfo:{
|
||||
accesstoken: "",
|
||||
api_token: "",
|
||||
apiToken: "",
|
||||
birthday: "",
|
||||
country: "",
|
||||
countryValue: "",
|
||||
cover: "",
|
||||
code:"",
|
||||
created_at: "",
|
||||
createdAt: "",
|
||||
currency: "",
|
||||
currencyValue: "",
|
||||
deleted_at: null,
|
||||
deletedAt: null,
|
||||
desc: "",
|
||||
email: "",
|
||||
img: "",
|
||||
@@ -23,7 +23,7 @@ export default createStore({
|
||||
languageValue: "zh",
|
||||
live: "",
|
||||
livetime: "",
|
||||
login_type: 0,
|
||||
loginType: 0,
|
||||
memberid: 0,
|
||||
mobile: "",
|
||||
money: "",
|
||||
@@ -40,7 +40,7 @@ export default createStore({
|
||||
tlanguageValue: 1,
|
||||
type: 1,
|
||||
uid: "",
|
||||
updated_at: "",
|
||||
updatedAt: "",
|
||||
video: "",
|
||||
willsay: [{name: "请选择", level: 0}],
|
||||
willsayValue: [{name: "0", level: 0}],
|
||||
|
||||
Reference in New Issue
Block a user