matrix_components 2.0.335 → 2.0.337

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/README.md CHANGED
@@ -493,7 +493,7 @@ app.use(NsComponents)
493
493
  app.config.globalProperties.$LogoutCallback = logoutHandler // 无权显示回调
494
494
  // 【可选】请求添加的token头的key,默认为satoken。token的key和value需要在外部项目中自己设置
495
495
  app.config.globalProperties.$TonkenKey = "tokenName"
496
- app.config.globalProperties.$TonkenKey = "xxxx";
496
+ app.config.globalProperties.$TonkenValue = "xxxx";
497
497
 
498
498
  // 2. xx.vue / xx.ts 调用获取get、post请求
499
499
  import { get, post } from 'matrix_components'