Skip to content

Commit abf74b4

Browse files
authored
update communication.png in README. (#102)
1 parent c1f788e commit abf74b4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Dimension节点、Transform节点、Sink节点 和 [Visualis](https://github.com
115115

116116
       对 Streamis 的任何问题和建议,敬请提交 [issue](https://github.com/WeBankFinTech/Streamis/issues),以便跟踪处理和经验沉淀共享。
117117

118-
       您也可以扫描下面的二维码,加入我们的 微信/QQ群,以获得更快速的响应。
118+
       您也可以扫描下面的二维码,加入我们的 微信群,以获得更快速的响应。
119119

120120
![交流](images/zh_CN/readme/communication.png)
121121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ please refer to [Streamis Installation and Deployment Document](docs/en_US/0.3.0
115115

116116
       For any questions or suggestions, please kindly submit an [issue](https://github.com/WeBankFinTech/Streamis/issues).
117117

118-
       You can scan the QR code below to join our WeChat and QQ group to get more immediate response.
118+
       You can scan the QR code below to join our WeChat group to get more immediate response.
119119

120120
![comminicate](images/zh_CN/readme/communication.png)
121121

-56.1 KB
Loading

web/vue.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ module.exports = {
124124
port: 8080,
125125
proxy: {
126126
'/api': {
127-
target: 'http://127.0.0.1',
128-
// target: 'http://127.0.0.1:9188',
129-
// target: 'http://127.0.0.1:9400',
127+
target: 'http://sit.dss.bdp.weoa.com',
128+
// target: 'http://10.107.97.166:9188',
129+
// target: 'http://172.24.2.230:9400',
130130
changeOrigin: true,
131131
pathRewrite: {
132132
//'^/api': '/mock/15/api'

0 commit comments

Comments
 (0)