Skip to content

Commit

Permalink
fix:konva
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaobo1010 committed May 5, 2023
1 parent 9fb3f01 commit 05ab970
Showing 1 changed file with 3 additions and 3 deletions.
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://dev.dgiotcloud.cn',
},
/**
* @description 静态资源目录。开发使用
*/
{
path: 'dgiot_dashboard',
target: 'http://127.0.0.1:5080',
target: 'http://dev.dgiotcloud.cn',
},
/**
* @description dgiot_file文件资源目录。开发使用
*/
{
path: 'dgiot_file',
target: 'http://127.0.0.1:5080',
target: 'http://dev.dgiotcloud.cn',
},
/**
* @description amis server 开发使用
Expand Down

0 comments on commit 05ab970

Please sign in to comment.