فهرست منبع

更新官网关于我们文字提示问题

丁烨烨 11 ماه پیش
والد
کامیت
09b64a1f4e

BIN
src/assets/images/AboutPage/brief_introduction/组-193.jpg


BIN
src/assets/images/AboutPage/brief_introduction/组-193.png


BIN
src/assets/images/AboutPage/brief_introduction/组-194.png


+ 4 - 29
src/views/AboutPage/index.vue

@@ -31,7 +31,7 @@
           class="lg:w-908 h-100% bg-[assets/images/AboutPage/brief_introduction/交叉-7.png] p-20 lg:p-100 pb-0 PingFang_Medium leading-26 tracking-2"
         >
           <p>
-            中科盛阳信息技术有限公司成立于2014年,是一家位于岳麓山国家大学科技城的国家级高新技术企业。公司拥有资深的业务顾问团队和研发队伍,本科及以上学历者占企业总人数85%以上,核心团队成员拥有多年的计算机信息化行业经验,公司联合中南大学设立了博士后创新创业实践基地,并建立了企业研发中心,拥有研发人员数十人。
+            中科盛阳信息技术有限公司成立于2014年,是一家位于湖南省长沙市岳麓区梅溪湖街道的国家级高新技术企业。公司拥有资深的业务顾问团队和研发队伍,本科及以上学历者占企业总人数85%以上,核心团队成员拥有多年的计算机信息化行业经验,公司联合中南大学设立了博士后创新创业实践基地,并建立了企业研发中心,拥有研发人员数十人。
           </p>
           <div class="flex justify-between text-center flex-wrap mt-20 lg:hidden">
             <div v-for="item in introductionList" class="flex flex-col items-center w-30% mx-10%">
@@ -51,7 +51,7 @@
         </div>
         <div class="flex-1 flex flex-col">
           <img
-            src="@/assets/images/AboutPage/brief_introduction/组-193.png"
+            src="@/assets/images/AboutPage/brief_introduction/组-193.jpg"
             alt=""
             class="h-100% w-100% hidden lg:block object-fit-cover"
           />
@@ -144,7 +144,7 @@
           <p class="ml-20 PingFang font-800 tracking-1">电话:0731-85315153</p>
           <p class="ml-20 PingFang font-800 tracking-1">邮箱:337843345qq.com</p>
           <p class="ml-20 PingFang font-800 tracking-1">
-            地址:湖南省长沙市岳麓区潇湘中路283号岳麓科创港A栋六楼东
+            地址:湖南省长沙市岳麓区梅溪湖街道泉水路461号长沙健康医疗大数据产业孵化基地1-2#楼 未来楼5楼左
           </p>
         </div>
       </div>
@@ -239,32 +239,7 @@ const BDMapInit = () => {
   })
 }
 
-const detailsList: any = ref([
-  {
-    id: '1',
-    name: '前端开发工程师',
-    address: '长沙岳麓区',
-    peopleNumber: '1',
-    responsibility:
-      '1.负责公司前端开发工作,包括页面开发、功能模块开发、页面优化、页面性能优化、页面性能'
-  },
-  {
-    id: '2',
-    name: '后端开发工程师',
-    address: '长沙岳麓区',
-    peopleNumber: '1',
-    responsibility:
-      '1.负责公司后端开发工作,包括页面开发、功能模块开发、页面优化、页面性能优化、页面性能'
-  },
-  {
-    id: '3',
-    name: '产品经理',
-    address: '长沙岳麓区',
-    peopleNumber: '1',
-    responsibility:
-      '1.负责公司产品经理工作,包括页面开发、功能模块开发、页面优化、页面性能优化、'
-    }
-])
+const detailsList: any = ref([])
 
 const getDetails = async () => {
   try {

+ 1 - 1
src/views/CapacityPage/index.vue

@@ -122,7 +122,7 @@ onMounted(() => {
   display: -webkit-box;
   -webkit-box-orient: vertical;
 }
-.smallNewsTitle{
+.smallNewsTitle{	
   cursor: pointer;
   overflow: hidden;
   text-overflow: ellipsis;

+ 1 - 1
src/views/HomePage/index.vue

@@ -61,7 +61,7 @@
 
 <script setup lang="ts">
 import { ref, inject, onMounted, computed } from 'vue'
-
+	
 import ServingCustomers from '../Common/ServingCustomers/index.vue'
 import CompanyStrength from '../Common/CompanyStrength/index.vue'
 import MyProduct from '../Common/MyProduct/index.vue'