Merge branch 'master' of http://git.luyuan.tk/luyuan/beelink into zj

This commit is contained in:
asd
2020-10-22 11:17:14 +08:00
24 changed files with 758 additions and 931 deletions

View File

@@ -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}],