Commit 354d140bd7c8ab75bbd86e0710c10347ebedbd1e

Authored by langlw
1 parent f9e354e1

添加3个tab页

.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 9 \ No newline at end of file
... ...
css/libCss/common.css
... ... @@ -76,8 +76,8 @@ nav{
76 76 height: 100%;
77 77 }
78 78 .nav-ul li{
79   - height: 120px;
80   - line-height: 120px;
  79 + height: 85px;
  80 + line-height: 85px;
81 81 text-align: center;
82 82 color: #1f2b3d;
83 83 font-size: 20px;
... ...
index.html
... ... @@ -40,6 +40,15 @@
40 40 <li onclick="window.location.href='thirdparty.html'">
41 41 第三方
42 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 52 </ul>
44 53 </nav>
45 54 <section class="float-left">
... ...
js/unit.js
... ... @@ -24,6 +24,11 @@ var baseParkUrl = &#39;http://61.177.139.228:18090/&#39;;// url公用地址
24 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 32 var dataUrl = dataUrl || {};
28 33  
29 34 // dataUrl.util = {
... ...
pdalatform.html
... ... @@ -40,6 +40,15 @@
40 40 <li onclick="window.location.href='thirdparty.html'">
41 41 第三方
42 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 52 </ul>
44 53 </nav>
45 54 <section class="float-left">
... ...
thirdparty.html
... ... @@ -40,6 +40,15 @@
40 40 <li class="visitActive">
41 41 第三方
42 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 52 </ul>
44 53 </nav>
45 54 <section class="float-left">
... ...
wechatlatform.html
... ... @@ -39,6 +39,15 @@
39 39 <li onclick="window.location.href='thirdparty.html'">
40 40 第三方
41 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 51 </ul>
43 52 </nav>
44 53 <section class="float-left">
... ...