Commit 354d140bd7c8ab75bbd86e0710c10347ebedbd1e
1 parent
f9e354e1
添加3个tab页
Showing
7 changed files
with
51 additions
and
2 deletions
.idea/modules.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<project version="4"> | ||
| 3 | + <component name="ProjectModuleManager"> | ||
| 4 | + <modules> | ||
| 5 | + <module fileurl="file://$PROJECT_DIR$/javaplatform.iml" filepath="$PROJECT_DIR$/javaplatform.iml" /> | ||
| 6 | + </modules> | ||
| 7 | + </component> | ||
| 8 | +</project> | ||
| 0 | \ No newline at end of file | 9 | \ No newline at end of file |
css/libCss/common.css
| @@ -76,8 +76,8 @@ nav{ | @@ -76,8 +76,8 @@ nav{ | ||
| 76 | height: 100%; | 76 | height: 100%; |
| 77 | } | 77 | } |
| 78 | .nav-ul li{ | 78 | .nav-ul li{ |
| 79 | - height: 120px; | ||
| 80 | - line-height: 120px; | 79 | + height: 85px; |
| 80 | + line-height: 85px; | ||
| 81 | text-align: center; | 81 | text-align: center; |
| 82 | color: #1f2b3d; | 82 | color: #1f2b3d; |
| 83 | font-size: 20px; | 83 | font-size: 20px; |
index.html
| @@ -40,6 +40,15 @@ | @@ -40,6 +40,15 @@ | ||
| 40 | <li onclick="window.location.href='thirdparty.html'"> | 40 | <li onclick="window.location.href='thirdparty.html'"> |
| 41 | 第三方 | 41 | 第三方 |
| 42 | </li> | 42 | </li> |
| 43 | + <li onclick="window.open('http://120.26.116.79:8001/')"> | ||
| 44 | + 阿里云dubbo-monitor | ||
| 45 | + </li> | ||
| 46 | + <li onclick="window.open('http://120.26.116.79:18080/dubbo/')"> | ||
| 47 | + 阿里云dubbo | ||
| 48 | + </li> | ||
| 49 | + <li onclick="window.open('http://120.26.116.79:18080/toLogin')"> | ||
| 50 | + 阿里云xxl-job | ||
| 51 | + </li> | ||
| 43 | </ul> | 52 | </ul> |
| 44 | </nav> | 53 | </nav> |
| 45 | <section class="float-left"> | 54 | <section class="float-left"> |
js/unit.js
| @@ -24,6 +24,11 @@ var baseParkUrl = 'http://61.177.139.228:18090/';// url公用地址 | @@ -24,6 +24,11 @@ var baseParkUrl = 'http://61.177.139.228:18090/';// url公用地址 | ||
| 24 | var authUrl = 'http://61.177.139.228:18090/';// 鉴权URL公用地址 | 24 | var authUrl = 'http://61.177.139.228:18090/';// 鉴权URL公用地址 |
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | +// var baseUrl = 'http://47.96.41.38:8088/';// url公用地址 | ||
| 28 | +// var parkcloudbaseUrl = 'http://47.96.41.38:8093/';// url公用地址 | ||
| 29 | +// var authUrl = 'http://47.96.41.38:8088/';// 鉴权URL公用地址 | ||
| 30 | + | ||
| 31 | + | ||
| 27 | var dataUrl = dataUrl || {}; | 32 | var dataUrl = dataUrl || {}; |
| 28 | 33 | ||
| 29 | // dataUrl.util = { | 34 | // dataUrl.util = { |
pdalatform.html
| @@ -40,6 +40,15 @@ | @@ -40,6 +40,15 @@ | ||
| 40 | <li onclick="window.location.href='thirdparty.html'"> | 40 | <li onclick="window.location.href='thirdparty.html'"> |
| 41 | 第三方 | 41 | 第三方 |
| 42 | </li> | 42 | </li> |
| 43 | + <li onclick="window.open('http://120.26.116.79:8001/')"> | ||
| 44 | + 阿里云dubbo-monitor | ||
| 45 | + </li> | ||
| 46 | + <li onclick="window.open('http://120.26.116.79:18080/dubbo/')"> | ||
| 47 | + 阿里云dubbo | ||
| 48 | + </li> | ||
| 49 | + <li onclick="window.open('http://120.26.116.79:18080/toLogin')"> | ||
| 50 | + 阿里云xxl-job | ||
| 51 | + </li> | ||
| 43 | </ul> | 52 | </ul> |
| 44 | </nav> | 53 | </nav> |
| 45 | <section class="float-left"> | 54 | <section class="float-left"> |
thirdparty.html
| @@ -40,6 +40,15 @@ | @@ -40,6 +40,15 @@ | ||
| 40 | <li class="visitActive"> | 40 | <li class="visitActive"> |
| 41 | 第三方 | 41 | 第三方 |
| 42 | </li> | 42 | </li> |
| 43 | + <li onclick="window.open('http://120.26.116.79:8001/')"> | ||
| 44 | + 阿里云dubbo-monitor | ||
| 45 | + </li> | ||
| 46 | + <li onclick="window.open('http://120.26.116.79:18080/dubbo/')"> | ||
| 47 | + 阿里云dubbo | ||
| 48 | + </li> | ||
| 49 | + <li onclick="window.open('http://120.26.116.79:18080/toLogin')"> | ||
| 50 | + 阿里云xxl-job | ||
| 51 | + </li> | ||
| 43 | </ul> | 52 | </ul> |
| 44 | </nav> | 53 | </nav> |
| 45 | <section class="float-left"> | 54 | <section class="float-left"> |
wechatlatform.html
| @@ -39,6 +39,15 @@ | @@ -39,6 +39,15 @@ | ||
| 39 | <li onclick="window.location.href='thirdparty.html'"> | 39 | <li onclick="window.location.href='thirdparty.html'"> |
| 40 | 第三方 | 40 | 第三方 |
| 41 | </li> | 41 | </li> |
| 42 | + <li onclick="window.open('http://120.26.116.79:8001/')"> | ||
| 43 | + 阿里云dubbo-monitor | ||
| 44 | + </li> | ||
| 45 | + <li onclick="window.open('http://120.26.116.79:18080/dubbo/')"> | ||
| 46 | + 阿里云dubbo | ||
| 47 | + </li> | ||
| 48 | + <li onclick="window.open('http://120.26.116.79:18080/toLogin')"> | ||
| 49 | + 阿里云xxl-job | ||
| 50 | + </li> | ||
| 42 | </ul> | 51 | </ul> |
| 43 | </nav> | 52 | </nav> |
| 44 | <section class="float-left"> | 53 | <section class="float-left"> |