openatc-components 0.1.191 → 0.1.192

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.191",
3
+ "version": "0.1.192",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -136,6 +136,13 @@ export default {
136
136
  },
137
137
  // 深度观察监听
138
138
  deep: true
139
+ },
140
+ isVipRoute: {
141
+ handler: function (val, oldVal) {
142
+ if (val) {
143
+ this.reset = true
144
+ }
145
+ }
139
146
  }
140
147
  },
141
148
  created () {
@@ -145,6 +152,9 @@ export default {
145
152
  },
146
153
  mounted () {
147
154
  this.getParentSize()
155
+ if (this.isVipRoute) {
156
+ this.reset = true
157
+ }
148
158
  },
149
159
  updated () {
150
160
  },
@@ -138,7 +138,7 @@ export default {
138
138
  // agentId: '12007_390',
139
139
  // agentId: '12014',
140
140
  reqUrl: 'http://192.168.13.103:10003/openatc',
141
- Token: 'eyJraWQiOiIxNzExNDE1MzU3MjIzIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTcxMTQ1ODU1OCwiaWF0IjoxNzExNDE1MzU4fQ.lbHt7fgSpyVEhcqbUt35U27lBWLZnikwXdO3VElKYq4',
141
+ Token: 'eyJraWQiOiIxNzExNTg4NzM3MDczIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTcxMTYzMTkzNywiaWF0IjoxNzExNTg4NzM3fQ.gzdE_LOpS5rYTipJhvP9nvf5_Yg6CFr8mvV9_EWOGXg',
142
142
  // agentId: '30003-352',
143
143
  // reqUrl: 'https://kints-dev.devdolphin.com/openatc',
144
144
  // Token: 'eyJraWQiOiIxNjUwNTA5MDI2ODk2IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJ4aWFvbWluZyIsImV4cCI6MTczNjkwOTAyNiwiaWF0IjoxNjUwNTA5MDI2fQ.-s4T-uMRmB2zf9yer87USKQXLY1a12Zq5lCOnqjNmfA',