openatc-components 0.1.94 → 0.1.95

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": "openatc-components",
3
- "version": "0.1.94",
3
+ "version": "0.1.95",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -1353,7 +1353,7 @@ export default {
1353
1353
  height: 34px;
1354
1354
  }
1355
1355
  .direction {
1356
- filter: brightness(70%);
1356
+ opacity: 0.6;
1357
1357
  }
1358
1358
  .mask {
1359
1359
  background: rgb(242, 121, 121) !important;
@@ -136,7 +136,7 @@ export class KissApi {
136
136
 
137
137
  handleErrorMechanism (res) {
138
138
  // 全局api错误拦截机制
139
- if (res.code === '3013' || res.code === '3015') {
139
+ if (res.code === '3013' || res.code === '3015' || res.code === '3014') {
140
140
  removeToken()
141
141
  location.reload()
142
142
  }
@@ -1 +0,0 @@
1
- {}