See999 5 years ago
parent
commit
f2f6af48a6

+ 2 - 1
config/dev.env.js View File

1
 module.exports = {
1
 module.exports = {
2
   NODE_ENV: '"development"',
2
   NODE_ENV: '"development"',
3
   ENV_CONFIG: '"dev"',
3
   ENV_CONFIG: '"dev"',
4
-  BASE_API: '"http://api.test1.sgjyun.com"'
4
+  // BASE_API: '"http://api.test1.sgjyun.com"'
5
+  BASE_API: '"http://localhost:9535"'
5
   // BASE_API:'"http://api.scrm.kuyicloud.com"',//'"http://localhost:9534"'
6
   // BASE_API:'"http://api.scrm.kuyicloud.com"',//'"http://localhost:9534"'
6
 
7
 
7
   //  SSO_HOST: '"https://testsso.sgjyun.com"',
8
   //  SSO_HOST: '"https://testsso.sgjyun.com"',

+ 1 - 1
src/router/index.js View File

98
   },
98
   },
99
   {
99
   {
100
     path: "/",
100
     path: "/",
101
-    component: () => import("@/scrm_pages/apply/apply")
101
+    component: () => import("@/scrm_pages/news/news")
102
   },
102
   },
103
 
103
 
104
   // 医院介绍详情路由
104
   // 医院介绍详情路由

+ 2 - 2
src/scrm_pages/activity/activity.vue View File

39
           </div>
39
           </div>
40
         </div>
40
         </div>
41
       </div>
41
       </div>
42
-      <div class="contentOne">
42
+      <!-- <div class="contentOne">
43
         <div class="img">
43
         <div class="img">
44
           <img src="static\images\img1.jpg" alt />
44
           <img src="static\images\img1.jpg" alt />
45
         </div>
45
         </div>
114
             </div>
114
             </div>
115
           </div>
115
           </div>
116
         </div>
116
         </div>
117
-      </div>
117
+      </div>-->
118
     </div>
118
     </div>
119
   </div>
119
   </div>
120
 </template>
120
 </template>

+ 6 - 3
src/scrm_pages/microHome/microHome.vue View File

77
           <div class="commonImg">
77
           <div class="commonImg">
78
             <img src="static\images\img2.png" alt />
78
             <img src="static\images\img2.png" alt />
79
           </div>
79
           </div>
80
-          <div
81
-            class="commonMessage"
82
-          >深圳市南山区人民医院(深圳市第六人民医院),坐落于深圳经济特区西部南头半岛中心区,是深圳市第四家三级甲等医院暨南山区区域医疗中心。深圳市第四家三级甲等医院...</div>
80
+          <div class="commonMessage">
81
+            深圳市南山区人民医院(深圳市第六人民医院),坐落于深圳经济特区西部南头半岛中心区,是深圳市第四家三级甲等医院暨南山区区域医疗中心。深圳市第四家三级甲等医院
82
+            深圳市南山区人民医院(深圳市第六人民医院),坐落于深圳经济特区西部南头半岛中心区,是深圳市第四家三级甲等医院暨南山区区域医疗中心。深圳市第四家三级甲等医院...
83
+          </div>
83
         </div>
84
         </div>
84
       </div>
85
       </div>
85
       <!-- 医院环境 -->
86
       <!-- 医院环境 -->
447
     font-size: 0.875rem;
448
     font-size: 0.875rem;
448
     color: rgba(60, 60, 60, 1);
449
     color: rgba(60, 60, 60, 1);
449
     line-height: 1.375rem;
450
     line-height: 1.375rem;
451
+    overflow: hidden; //超出的文本隐藏
452
+    text-overflow: ellipsis; //溢出用省略号显示
450
   }
453
   }
451
 }
454
 }
452
 .imgs {
455
 .imgs {