|
|
@@ -45,5 +45,6 @@ export default {
|
|
|
// 流程设计器地址
|
|
|
flowDesignUrl: 'http://192.168.1.177:9999',
|
|
|
// 报表设计器地址(cloud端口为8108,boot端口为80)
|
|
|
- reportUrl: 'http://121.37.83.47:80/ureport',
|
|
|
+
|
|
|
+ reportUrl: window.location.protocol + '//' + (window.location.hostname=='localhost'?'121.37.83.47':window.location.hostname)+'/ureport',
|
|
|
}
|