Skip to content

Commit

Permalink
feat(components): 设备管理
Browse files Browse the repository at this point in the history
standard
  • Loading branch information
h7ml committed Jun 22, 2022
1 parent 223c5d5 commit 95e1528
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 10 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.5.4) (2022-06-22)
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4) (2022-06-22)


### Features

* **projects:** scripts ([d4566d9](https://github.com/dgiot/dgiot-dashboard/commit/d4566d90c7ca08ef84107f2a7ff3b8b8cf0da6e8))



## [4.5.5](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.0...v4.5.5) (2022-06-22)



# [4.6.0](https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.6.0) (2022-06-22)


### Features

* **deps:** scripts ([3b7e869](https://github.com/dgiot/dgiot-dashboard/commit/3b7e869f3310e90f04bf9892c0ae9d00f10cbd7c))



# [5.0.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.4...v5.0.0) (2022-06-22)


### Bug Fixes
Expand Down
24 changes: 23 additions & 1 deletion CHANGELOG.ZH.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.5.4) (2022-06-22)
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4) (2022-06-22)


### Features

* **projects:** scripts ([d4566d9](https://github.com/dgiot/dgiot-dashboard/commit/d4566d90c7ca08ef84107f2a7ff3b8b8cf0da6e8))



## [4.5.5](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.0...v4.5.5) (2022-06-22)



# [4.6.0](https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.6.0) (2022-06-22)


### Features

* **deps:** scripts ([3b7e869](https://github.com/dgiot/dgiot-dashboard/commit/3b7e869f3310e90f04bf9892c0ae9d00f10cbd7c))



# [5.0.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.4...v5.0.0) (2022-06-22)


### Bug Fixes
Expand Down
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
# Changelog
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4) (2022-06-22)

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.5.5](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.0...v4.5.5) (2022-06-22)
### Features

* **projects:** scripts ([d4566d9](https://github.com/dgiot/dgiot-dashboard/commit/d4566d90c7ca08ef84107f2a7ff3b8b8cf0da6e8))



## [4.5.5](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.0...v4.5.5) (2022-06-22)


## [5.0.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.0...v5.0.0) (2022-06-22)

## [4.6.0](https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.6.0) (2022-06-22)
# [4.6.0](https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.6.0) (2022-06-22)


### Features

* **deps:** scripts ([3b7e869](https://github.com/dgiot/dgiot-dashboard/commit/3b7e869f3310e90f04bf9892c0ae9d00f10cbd7c))

## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v5.0.0...v4.5.4) (2022-06-22)


# [5.0.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.4...v5.0.0) (2022-06-22)


### Bug Fixes
Expand Down Expand Up @@ -79,3 +86,6 @@ ISSUES CLOSED: https://github.com/dgiot/dgiot/issues/486


## 4.5.4 (2022-06-01)



2 changes: 1 addition & 1 deletion src/views/DeviceCloud/manage/devicelist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@
},
async subAllDevice() {
let _this = this
await _this.$subscribe('$dg/user/devicestate/#')
// await _this.$subscribe('$dg/user/devicestate/#')
_this.$dgiotBus.$off(_this.$mqttInfo.topicKey)
_this.$dgiotBus.$on(_this.$mqttInfo.topicKey, (Msg) => {
const parseString = JSON.parse(Msg.payloadString)
Expand Down
2 changes: 1 addition & 1 deletion src/views/DeviceCloud/manage/home_index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@
},
async subAllDevice() {
let _this = this
await _this.$subscribe('$dg/user/devicestate/#')
// await _this.$subscribe('$dg/user/devicestate/#')
_this.$dgiotBus.$off(_this.$mqttInfo.topicKey)
_this.$dgiotBus.$on(_this.$mqttInfo.topicKey, (Msg) => {
const parseString = JSON.parse(Msg.payloadString)
Expand Down

0 comments on commit 95e1528

Please sign in to comment.