Browse Source

修改首页logo区域为无底色。

lighter 4 years ago
parent
commit
95140d968c
2 changed files with 2 additions and 21 deletions
  1. 2 2
      src/utils/request.js
  2. 0 19
      src/views/hospital-service/HospitalServiceHome.vue

+ 2 - 2
src/utils/request.js

@@ -3,8 +3,8 @@ import { Toast, Dialog } from 'vant'
 import store from '../store/index'
 
 const service = axios.create({
-  baseURL: 'http://172.16.30.26:8805/wxserver/', // dev
-  // baseURL: 'http://218.104.151.241:8805/wxserver', // prod
+  // baseURL: 'http://172.16.30.26:8805/wxserver/', // dev
+  baseURL: 'http://218.104.151.241:8805/wxserver', // prod
   withCredentials: true,
   timeout: 0,
 })

+ 0 - 19
src/views/hospital-service/HospitalServiceHome.vue

@@ -182,25 +182,6 @@ export default {
   width: 100%;
   height: 60px;
   display: flex;
-  border-color: #7c7c7c;
-  background: linear-gradient(
-    top,
-    rgba(38, 38, 38, 0.8),
-    #e6e6e6 25%,
-    #ffffff 38%,
-    #c5c5c5 63%,
-    #f7f7f7 87%,
-    rgba(38, 38, 38, 0.8)
-  );
-  background: -webkit-linear-gradient(
-    top,
-    rgba(38, 38, 38, 0.5),
-    #e6e6e6 25%,
-    #ffffff 38%,
-    rgba(0, 0, 0, 0.25) 63%,
-    #e6e6e6 87%,
-    rgba(38, 38, 38, 0.4)
-  );
 }
 .yuyueguahao {
   margin-top: 10px;