Skip to content

Commit 37a95e0

Browse files
committed
feat(dashboard): update 4.7.2
1 parent 7ed4772 commit 37a95e0

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

CHANGELOG.EN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.7.1](https://github.com/dgiot/dgiot-dashboard/compare/v4.7.0...v4.7.1) (2022-11-25)
2+
3+
4+
### Features
5+
6+
* docker ([07d18b7](https://github.com/dgiot/dgiot-dashboard/commit/07d18b7cb8049703fc8c4b6ef0d87cb362c28b7a))
7+
8+
9+
110
# [4.7.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.1...v4.7.0) (2022-11-15)
211

312

CHANGELOG.ZH.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.7.1](https://github.com/dgiot/dgiot-dashboard/compare/v4.7.0...v4.7.1) (2022-11-25)
2+
3+
4+
### Features
5+
6+
* docker ([07d18b7](https://github.com/dgiot/dgiot-dashboard/commit/07d18b7cb8049703fc8c4b6ef0d87cb362c28b7a))
7+
8+
9+
110
# [4.7.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.1...v4.7.0) (2022-11-15)
211

312

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.7.1](https://github.com/dgiot/dgiot-dashboard/compare/v4.7.0...v4.7.1) (2022-11-25)
2+
3+
4+
### Features
5+
6+
* docker ([07d18b7](https://github.com/dgiot/dgiot-dashboard/commit/07d18b7cb8049703fc8c4b6ef0d87cb362c28b7a))
7+
8+
9+
110
# [4.7.0](https://github.com/dgiot/dgiot-dashboard/compare/v4.6.1...v4.7.0) (2022-11-15)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dgiot/dgiot-dashboard",
3-
"version": "4.7.1",
3+
"version": "4.7.2",
44
"author": "xxb",
55
"license": "MPL-2.0",
66
"private": false,

src/config/developer.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ module.exports = {
88
*/
99
{
1010
path: 'iotapi',
11-
target: 'http://127.0.0.1:5080',
11+
target: 'http://1.117.219.8',
1212
},
1313
/**
1414
* @description 静态资源目录。开发使用
1515
*/
1616
{
1717
path: 'dgiot_dashboard',
18-
target: 'http://127.0.0.1:5080',
18+
target: 'http://1.117.219.8',
1919
},
2020
/**
2121
* @description dgiot_file文件资源目录。开发使用
2222
*/
2323
{
2424
path: 'dgiot_file',
25-
target: 'http://127.0.0.1:5080',
25+
target: 'http://1.117.219.8',
2626
},
2727
/**
2828
* @description amis server 开发使用

0 commit comments

Comments
 (0)