Skip to content

Commit

Permalink
feat(dashboard): update 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Dec 9, 2022
1 parent 7ed4772 commit 37a95e0
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.7.1](https://github.com/dgiot/dgiot-dashboard/compare/v4.7.0...v4.7.1) (2022-11-25)


### Features

* docker ([07d18b7](https://github.com/dgiot/dgiot-dashboard/commit/07d18b7cb8049703fc8c4b6ef0d87cb362c28b7a))



# [4.7.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.1...v4.7.0) (2022-11-15)


Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.ZH.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.7.1](https://github.com/dgiot/dgiot-dashboard/compare/v4.7.0...v4.7.1) (2022-11-25)


### Features

* docker ([07d18b7](https://github.com/dgiot/dgiot-dashboard/commit/07d18b7cb8049703fc8c4b6ef0d87cb362c28b7a))



# [4.7.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.1...v4.7.0) (2022-11-15)


Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.7.1](https://github.com/dgiot/dgiot-dashboard/compare/v4.7.0...v4.7.1) (2022-11-25)


### Features

* docker ([07d18b7](https://github.com/dgiot/dgiot-dashboard/commit/07d18b7cb8049703fc8c4b6ef0d87cb362c28b7a))



# [4.7.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.1...v4.7.0) (2022-11-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dgiot/dgiot-dashboard",
"version": "4.7.1",
"version": "4.7.2",
"author": "xxb",
"license": "MPL-2.0",
"private": false,
Expand Down
6 changes: 3 additions & 3 deletions src/config/developer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ module.exports = {
*/
{
path: 'iotapi',
target: 'http://127.0.0.1:5080',
target: 'http://1.117.219.8',
},
/**
* @description 静态资源目录。开发使用
*/
{
path: 'dgiot_dashboard',
target: 'http://127.0.0.1:5080',
target: 'http://1.117.219.8',
},
/**
* @description dgiot_file文件资源目录。开发使用
*/
{
path: 'dgiot_file',
target: 'http://127.0.0.1:5080',
target: 'http://1.117.219.8',
},
/**
* @description amis server 开发使用
Expand Down

0 comments on commit 37a95e0

Please sign in to comment.