adtec-core-package 0.9.1 → 0.9.2

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": "adtec-core-package",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -139,7 +139,7 @@ request.interceptors.response.use(
139
139
  grouping: true,
140
140
  })
141
141
  loginAgainBus.emit('loginAgain')
142
- WujieVue.bus.$emit('loginAgain')
142
+ WujieVue.bus.$emit('loginAgainBus')
143
143
  throw {
144
144
  code: '10508',
145
145
  msg: '用户信息已过期,请重新登录',
@@ -190,7 +190,7 @@ export default <T = any>(config: any) => {
190
190
  grouping: true,
191
191
  })
192
192
  loginAgainBus.emit('loginAgain')
193
- WujieVue.bus.$emit('loginAgain')
193
+ WujieVue.bus.$emit('loginAgainBus')
194
194
  throw {
195
195
  code: data.code,
196
196
  msg: data.msg,