Commit 85c5fafda53f21697499ff0587ff6dc0f2b00f0a
1 parent
5cd3e0e9
更新前后端分离部署文档
Showing
1 changed file
with
2 additions
and
2 deletions
doc/_content/introduction/deployment.md
| @@ -51,8 +51,8 @@ user-settings: | @@ -51,8 +51,8 @@ user-settings: | ||
| 51 | 配置不是必须的,你使用哪个ip/域名访问就配置哪个即可。修改配置后重启wvp以使配置生效。 | 51 | 配置不是必须的,你使用哪个ip/域名访问就配置哪个即可。修改配置后重启wvp以使配置生效。 |
| 52 | 2. 在`src/main/resources/static/static/js/config.js`下配置服务器的地址,也就是wvp服务的地址 | 52 | 2. 在`src/main/resources/static/static/js/config.js`下配置服务器的地址,也就是wvp服务的地址 |
| 53 | ```javascript | 53 | ```javascript |
| 54 | -window.baseUrl = "http://192.168.1.234:18080" | 54 | +window.baseUrl = "http://xxx.com:18080" |
| 55 | ``` | 55 | ``` |
| 56 | - | 56 | +`这里的地址是需要客户电脑能访问到的,因为请求是客户端电脑发起,与代理不同` |
| 57 | [接入设备](./_content/ability/device.md) | 57 | [接入设备](./_content/ability/device.md) |
| 58 | 58 |