system-phone 3.1.75 → 3.1.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "3.1.75",
3
+ "version": "3.1.76",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -287,7 +287,7 @@ export default {
287
287
  let access_token = ''
288
288
  if(Vue.isafsystem){
289
289
  jwt = loginData.id
290
- access_token = loginData.access_token
290
+ access_token = ret.data.access_token
291
291
  }else{
292
292
  console.log("ret", ret)
293
293
  if ((JSON.stringify(ret.data).startsWith("{") || JSON.stringify(ret.data).startsWith("[")) && ret.data.code && ret.data.msg && ret.data.code === 200) {