Commit 33e7e44faea55d3a9e3c3f2b59311c554dea6bbf
1 parent
d3b1cd66
登录模块提交
Showing
1 changed file
with
2 additions
and
1 deletions
resource/js/unit.js
... | ... | @@ -14,8 +14,9 @@ sysComm = { |
14 | 14 | // var parkcloudbaseUrl = 'http://192.168.1.196:8093/';// url公用地址 |
15 | 15 | // var authUrl = 'http://192.168.1.196:8088/';// 鉴权URL公用地址s |
16 | 16 | |
17 | +var parkcloudbaseUrl = 'http://192.168.1.196:8100/';// url公用地址 | |
17 | 18 | |
18 | - var parkcloudbaseUrl = 'http://localhost:8100/';// url公用地址 | |
19 | +//var parkcloudbaseUrl = 'http://localhost:8101/';// url公用地址 | |
19 | 20 | |
20 | 21 | |
21 | 22 | ... | ... |