|
@@ -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"
|
|
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>
|
|
<p>
|
|
|
- 中科盛阳信息技术有限公司成立于2014年,是一家位于岳麓山国家大学科技城的国家级高新技术企业。公司拥有资深的业务顾问团队和研发队伍,本科及以上学历者占企业总人数85%以上,核心团队成员拥有多年的计算机信息化行业经验,公司联合中南大学设立了博士后创新创业实践基地,并建立了企业研发中心,拥有研发人员数十人。
|
|
|
|
|
|
|
+ 中科盛阳信息技术有限公司成立于2014年,是一家位于湖南省长沙市岳麓区梅溪湖街道的国家级高新技术企业。公司拥有资深的业务顾问团队和研发队伍,本科及以上学历者占企业总人数85%以上,核心团队成员拥有多年的计算机信息化行业经验,公司联合中南大学设立了博士后创新创业实践基地,并建立了企业研发中心,拥有研发人员数十人。
|
|
|
</p>
|
|
</p>
|
|
|
<div class="flex justify-between text-center flex-wrap mt-20 lg:hidden">
|
|
<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%">
|
|
<div v-for="item in introductionList" class="flex flex-col items-center w-30% mx-10%">
|
|
@@ -51,7 +51,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="flex-1 flex flex-col">
|
|
<div class="flex-1 flex flex-col">
|
|
|
<img
|
|
<img
|
|
|
- src="@/assets/images/AboutPage/brief_introduction/组-193.png"
|
|
|
|
|
|
|
+ src="@/assets/images/AboutPage/brief_introduction/组-193.jpg"
|
|
|
alt=""
|
|
alt=""
|
|
|
class="h-100% w-100% hidden lg:block object-fit-cover"
|
|
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">电话:0731-85315153</p>
|
|
|
<p class="ml-20 PingFang font-800 tracking-1">邮箱:337843345qq.com</p>
|
|
<p class="ml-20 PingFang font-800 tracking-1">邮箱:337843345qq.com</p>
|
|
|
<p class="ml-20 PingFang font-800 tracking-1">
|
|
<p class="ml-20 PingFang font-800 tracking-1">
|
|
|
- 地址:湖南省长沙市岳麓区潇湘中路283号岳麓科创港A栋六楼东侧
|
|
|
|
|
|
|
+ 地址:湖南省长沙市岳麓区梅溪湖街道泉水路461号长沙健康医疗大数据产业孵化基地1-2#楼 未来楼5楼左侧
|
|
|
</p>
|
|
</p>
|
|
|
</div>
|
|
</div>
|
|
|
</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 () => {
|
|
const getDetails = async () => {
|
|
|
try {
|
|
try {
|