소스 검색

数据平台添加邵逸夫

zhangxc 5 년 전
부모
커밋
1e475c9510
4개의 변경된 파일18개의 추가작업 그리고 3개의 파일을 삭제
  1. 11 1
      src/components/common/Banner.vue
  2. 5 0
      src/components/common/CopyRightInfo.vue
  3. BIN
      src/images/logo_shaoyifu.png
  4. 2 2
      vue.config.js

+ 11 - 1
src/components/common/Banner.vue

@@ -2,7 +2,8 @@
     <div class="container">
         <div class="banner">
             <div class="logo fl">
-                <img  src="../../images/logo.png" alt="朗通logo"/>
+                <img  class="logoLT" src="../../images/logo.png" alt="朗通logo"/>
+                 <img class="logoShaoyifu"  src="../../images/logo_shaoyifu.png" alt="邵逸夫logo"/>
                 <span class="bannerName">医学数据平台</span>
                 <!-- <img class="img-title" src="../../images/title.png"/> -->
             </div>
@@ -97,6 +98,15 @@
         position: relative;
         left: 13.5%;
     }
+    .banner .logoLT{
+        top: 1px;
+        height: 20px
+    }
+    .banner .logoShaoyifu{
+        height: 38px;
+        top: 13px;
+        margin: 0 10ox 0 20px;
+    }
 
     .consult {
         display: inline-block;

+ 5 - 0
src/components/common/CopyRightInfo.vue

@@ -3,6 +3,7 @@
         <div>
             <span class="copyRightInfo">版权所有:杭州朗通信息技术有限公司</span>
             <a class="copyRightNum" href="http://www.beian.miit.gov.cn" target="_blank">浙ICP备:16000400号-2</a>
+            <span class="cppyRightShaoyifu">联合开发单位: 浙江大学医学院附属邵逸夫医院</span>
         </div>
     </footer>
 </template>
@@ -35,5 +36,9 @@ export default {
     .copyRightNum{
         color:#545455
     }
+    .cppyRightShaoyifu{
+        position: absolute;
+        right: 130px;
+    }
 </style>
 

BIN
src/images/logo_shaoyifu.png


+ 2 - 2
vue.config.js

@@ -1,8 +1,8 @@
 const path = require('path');
 // const proxy_path = 'http://192.168.2.236:80';
 // const proxy_path = 'http://192.168.2.241:88';
-const proxy_path = 'http://223.93.170.82:23650';
-//  const proxy_path = 'http://192.168.2.236:88';
+// const proxy_path = 'http://223.93.170.82:23650';
+ const proxy_path = 'http://192.168.2.236:88';
 // const proxy_path = 'http://192.168.3.101:5050';
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚
 // const proxy_path = 'http://192.168.3.115:5050';