Commit c067aaf26b88e859f5e5454b0576783a3f15dfed

Authored by wb
1 parent 354d140b

1

Showing 2 changed files with 13 additions and 14 deletions
index.html
... ... @@ -41,13 +41,13 @@
41 41 第三方
42 42 </li>
43 43 <li onclick="window.open('http://120.26.116.79:8001/')">
44   - 阿里云dubbo-monitor
  44 + 服务监控中心
45 45 </li>
46 46 <li onclick="window.open('http://120.26.116.79:18080/dubbo/')">
47   - 阿里云dubbo
  47 + dubbo
48 48 </li>
49   - <li onclick="window.open('http://120.26.116.79:18080/toLogin')">
50   - 阿里云xxl-job
  49 + <li onclick="window.open('http://120.26.116.79:18080/toLogin?userName=admin&password=123456!@#')">
  50 + 任务调度中心
51 51 </li>
52 52 </ul>
53 53 </nav>
... ...
js/unit.js
... ... @@ -14,18 +14,17 @@ sysComm = {
14 14 // var authUrl = 'http://localhost:8089/';// 鉴权URL公用地址192.168.1.196:8090
15 15  
16 16 //阿里云环境,别删
17   -// var baseUrl = 'http://sys.service.rnting.com/';// url公用地址
18   -// var parkcloudbaseUrl = 'http://120.26.116.79:8093/';// url公用地址
19   -// var authUrl = 'http://sys.service.rnting.com/';// 鉴权URL公用地址
  17 + var baseUrl = 'http://sys.service.rnting.com/';// url公用地址
  18 + var parkcloudbaseUrl = 'http://120.26.116.79:8093/';// url公用地址
  19 + var authUrl = 'http://sys.service.rnting.com/';// 鉴权URL公用地址
20 20  
21 21 //61环境,别删
22   -var baseUrl = 'http://61.177.139.228:18090/';// url公用地址
23   -var baseParkUrl = 'http://61.177.139.228:18090/';// url公用地址
24   -var authUrl = 'http://61.177.139.228:18090/';// 鉴权URL公用地址
25   -
26   -
27   -// var baseUrl = 'http://47.96.41.38:8088/';// url公用地址
28   -// var parkcloudbaseUrl = 'http://47.96.41.38:8093/';// url公用地址
  22 +//var baseUrl = 'http://61.177.139.228:18090/';// url公用地址
  23 +//var baseParkUrl = 'http://61.177.139.228:18090/';// url公用地址
  24 +//var authUrl = 'http://61.177.139.228:18090/';// 鉴权URL公用地址
  25 +//
  26 +// var baseUrl = 'http://47.96.41.38:8088/';// url公用地址
  27 +// var parkcloudbaseUrl = 'http://47.96.41.38:8093/';// url公用地址
29 28 // var authUrl = 'http://47.96.41.38:8088/';// 鉴权URL公用地址
30 29  
31 30  
... ...