Skip to content

Commit

Permalink
feat: dgiot_grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Oct 14, 2022
1 parent def6e11 commit a9eb8ef
Show file tree
Hide file tree
Showing 6 changed files with 446 additions and 443 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [4.6.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.9...v4.6.0) (2022-09-23)
## [4.6.1](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.9...v4.6.1) (2022-09-23)


### Bug Fixes
Expand All @@ -16,6 +16,7 @@
* **cloudOperations:** 告警联动低代码 ([25feb81](https://github.com/dgiot/dgiot-dashboard/commit/25feb814003608caede037c20b81270217be91bb))
* **cloudOperations:** 工单巡检动态数据 ([071750b](https://github.com/dgiot/dgiot-dashboard/commit/071750b8d75ee559319f76eefb8908252e3d0625))
* **dashboard): feat(dashboard:** 新增列表 ([690c3f7](https://github.com/dgiot/dgiot-dashboard/commit/690c3f7f0fe2c511a5815f693be8a9a799f4bb02))
* **dashboard:** update v4.6.1 ([1dfb949](https://github.com/dgiot/dgiot-dashboard/commit/1dfb94944d78ec2068b2f8551d72c643d666664b))
* **equipmentCloud:** parse_objectid关联productid ([1a33b89](https://github.com/dgiot/dgiot-dashboard/commit/1a33b894b667ae4b44982e5db5216066c096e2d8))
* index ([15ef1a5](https://github.com/dgiot/dgiot-dashboard/commit/15ef1a5868c8e04745b1b2261e2e28723d6d6c38))
* login ([a6d033e](https://github.com/dgiot/dgiot-dashboard/commit/a6d033e7b3b0ff5d9d1f1372372560b8a3f9fa41))
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.ZH.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [4.6.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.9...v4.6.0) (2022-09-23)
## [4.6.1](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.9...v4.6.1) (2022-09-23)


### Bug Fixes
Expand All @@ -16,6 +16,7 @@
* **cloudOperations:** 告警联动低代码 ([25feb81](https://github.com/dgiot/dgiot-dashboard/commit/25feb814003608caede037c20b81270217be91bb))
* **cloudOperations:** 工单巡检动态数据 ([071750b](https://github.com/dgiot/dgiot-dashboard/commit/071750b8d75ee559319f76eefb8908252e3d0625))
* **dashboard): feat(dashboard:** 新增列表 ([690c3f7](https://github.com/dgiot/dgiot-dashboard/commit/690c3f7f0fe2c511a5815f693be8a9a799f4bb02))
* **dashboard:** update v4.6.1 ([1dfb949](https://github.com/dgiot/dgiot-dashboard/commit/1dfb94944d78ec2068b2f8551d72c643d666664b))
* **equipmentCloud:** parse_objectid关联productid ([1a33b89](https://github.com/dgiot/dgiot-dashboard/commit/1a33b894b667ae4b44982e5db5216066c096e2d8))
* index ([15ef1a5](https://github.com/dgiot/dgiot-dashboard/commit/15ef1a5868c8e04745b1b2261e2e28723d6d6c38))
* login ([a6d033e](https://github.com/dgiot/dgiot-dashboard/commit/a6d033e7b3b0ff5d9d1f1372372560b8a3f9fa41))
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [4.6.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.9...v4.6.0) (2022-09-23)
## [4.6.1](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.9...v4.6.1) (2022-09-23)


### Bug Fixes
Expand All @@ -16,6 +16,7 @@
* **cloudOperations:** 告警联动低代码 ([25feb81](https://github.com/dgiot/dgiot-dashboard/commit/25feb814003608caede037c20b81270217be91bb))
* **cloudOperations:** 工单巡检动态数据 ([071750b](https://github.com/dgiot/dgiot-dashboard/commit/071750b8d75ee559319f76eefb8908252e3d0625))
* **dashboard): feat(dashboard:** 新增列表 ([690c3f7](https://github.com/dgiot/dgiot-dashboard/commit/690c3f7f0fe2c511a5815f693be8a9a799f4bb02))
* **dashboard:** update v4.6.1 ([1dfb949](https://github.com/dgiot/dgiot-dashboard/commit/1dfb94944d78ec2068b2f8551d72c643d666664b))
* **equipmentCloud:** parse_objectid关联productid ([1a33b89](https://github.com/dgiot/dgiot-dashboard/commit/1a33b894b667ae4b44982e5db5216066c096e2d8))
* index ([15ef1a5](https://github.com/dgiot/dgiot-dashboard/commit/15ef1a5868c8e04745b1b2261e2e28723d6d6c38))
* login ([a6d033e](https://github.com/dgiot/dgiot-dashboard/commit/a6d033e7b3b0ff5d9d1f1372372560b8a3f9fa41))
Expand Down
4 changes: 2 additions & 2 deletions src/views/CloudPressure/grafana.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
return {
iframeSrc:
process.env.NODE_ENV !== 'development'
? location.protocol + '//' + location.hostname + ':3000'
: 'http://43.128.230.212:3000/login',
? location.protocol + '//' + location.hostname + '/dgiot_grafana'
: 'http://prod.dgiotcloud.cn/dgiot_grafana',
}
},
computed: {
Expand Down
Loading

1 comment on commit a9eb8ef

@vercel
Copy link

@vercel vercel bot commented on a9eb8ef Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dgiot-dashboard – ./

dgiot-dashboard-git-master-dgiot.vercel.app
dgiot-dashboard.vercel.app
dgiot-dashboard-dgiot.vercel.app

Please sign in to comment.