module-menu-vue 0.0.40 → 0.0.42

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": "module-menu-vue",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -52,7 +52,6 @@ axios.interceptors.request.use(
52
52
  console.log('isToken', isToken)
53
53
  console.log('TENANT_ID', TENANT_ID)
54
54
  if (token && !isToken) {
55
- // 如果是调用退出登录接口,则不再执行退出登录逻辑,防止出现重复调用退出登录的循环
56
55
  params.headers['Authorization'] = `Bearer ${token}`;
57
56
  }
58
57
  if (TENANT_ID) {