Browse Source

修正参数错误

master
453530270@qq.com 2 years ago
parent
commit
a9d5447fde
  1. 2
      store/modules/user.js

2
store/modules/user.js

@ -19,7 +19,7 @@ const user = {
// 用户认证token // 用户认证token
token: '', token: '',
// 用户ID // 用户ID
userId: null accountId: null
}, },
mutations: { mutations: {

Loading…
Cancel
Save