File tree 5 files changed +64
-10
lines changed
src/views/DeviceCloud/manage
5 files changed +64
-10
lines changed Original file line number Diff line number Diff line change 1
- ## [ 4.5.4] ( https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.5.4 ) (2022-06-22)
1
+ ## [ 4.5.4] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4 ) (2022-06-22)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** projects:** scripts ([ d4566d9] ( https://github.com/dgiot/dgiot-dashboard/commit/d4566d90c7ca08ef84107f2a7ff3b8b8cf0da6e8 ) )
7
+
8
+
9
+
10
+ ## [ 4.5.5] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.6.0...v4.5.5 ) (2022-06-22)
11
+
12
+
13
+
14
+ # [ 4.6.0] ( https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.6.0 ) (2022-06-22)
15
+
16
+
17
+ ### Features
18
+
19
+ * ** deps:** scripts ([ 3b7e869] ( https://github.com/dgiot/dgiot-dashboard/commit/3b7e869f3310e90f04bf9892c0ae9d00f10cbd7c ) )
20
+
21
+
22
+
23
+ # [ 5.0.0] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.5.4...v5.0.0 ) (2022-06-22)
2
24
3
25
4
26
### Bug Fixes
Original file line number Diff line number Diff line change 1
- ## [ 4.5.4] ( https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.5.4 ) (2022-06-22)
1
+ ## [ 4.5.4] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4 ) (2022-06-22)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** projects:** scripts ([ d4566d9] ( https://github.com/dgiot/dgiot-dashboard/commit/d4566d90c7ca08ef84107f2a7ff3b8b8cf0da6e8 ) )
7
+
8
+
9
+
10
+ ## [ 4.5.5] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.6.0...v4.5.5 ) (2022-06-22)
11
+
12
+
13
+
14
+ # [ 4.6.0] ( https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.6.0 ) (2022-06-22)
15
+
16
+
17
+ ### Features
18
+
19
+ * ** deps:** scripts ([ 3b7e869] ( https://github.com/dgiot/dgiot-dashboard/commit/3b7e869f3310e90f04bf9892c0ae9d00f10cbd7c ) )
20
+
21
+
22
+
23
+ # [ 5.0.0] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.5.4...v5.0.0 ) (2022-06-22)
2
24
3
25
4
26
### Bug Fixes
Original file line number Diff line number Diff line change 1
- # Changelog
1
+ ## [ 4.5.4 ] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4 ) (2022-06-22)
2
2
3
- All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
3
5
- ### [ 4.5.5] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.6.0...v4.5.5 ) (2022-06-22)
4
+ ### Features
5
+
6
+ * ** projects:** scripts ([ d4566d9] ( https://github.com/dgiot/dgiot-dashboard/commit/d4566d90c7ca08ef84107f2a7ff3b8b8cf0da6e8 ) )
7
+
8
+
9
+
10
+ ## [ 4.5.5] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.6.0...v4.5.5 ) (2022-06-22)
11
+
6
12
7
- ## [ 5.0.0] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.6.0...v5.0.0 ) (2022-06-22)
8
13
9
- ## [ 4.6.0] ( https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.6.0 ) (2022-06-22)
14
+ # [ 4.6.0] ( https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.6.0 ) (2022-06-22)
10
15
11
16
12
17
### Features
13
18
14
19
* ** deps:** scripts ([ 3b7e869] ( https://github.com/dgiot/dgiot-dashboard/commit/3b7e869f3310e90f04bf9892c0ae9d00f10cbd7c ) )
15
20
16
- ## [ 4.5.4] ( https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.5.4 ) (2022-06-22)
21
+
22
+
23
+ # [ 5.0.0] ( https://github.com/dgiot/dgiot-dashboard/compare/v4.5.4...v5.0.0 ) (2022-06-22)
17
24
18
25
19
26
### Bug Fixes
@@ -79,3 +86,6 @@ ISSUES CLOSED: https://github.com/dgiot/dgiot/issues/486
79
86
80
87
81
88
## 4.5.4 (2022-06-01)
89
+
90
+
91
+
Original file line number Diff line number Diff line change 1088
1088
},
1089
1089
async subAllDevice() {
1090
1090
let _this = this
1091
- await _this.$subscribe('$dg/user/devicestate/#')
1091
+ // await _this.$subscribe('$dg/user/devicestate/#')
1092
1092
_this.$dgiotBus.$off(_this.$mqttInfo.topicKey)
1093
1093
_this.$dgiotBus.$on(_this.$mqttInfo.topicKey, (Msg) => {
1094
1094
const parseString = JSON.parse(Msg.payloadString)
Original file line number Diff line number Diff line change 1219
1219
},
1220
1220
async subAllDevice () {
1221
1221
let _this = this
1222
- await _this .$subscribe (' $dg/user/devicestate/#' )
1222
+ // await _this.$subscribe('$dg/user/devicestate/#')
1223
1223
_this .$dgiotBus .$off (_this .$mqttInfo .topicKey )
1224
1224
_this .$dgiotBus .$on (_this .$mqttInfo .topicKey , (Msg ) => {
1225
1225
const parseString = JSON .parse (Msg .payloadString )
You can’t perform that action at this time.
0 commit comments