提交 6066b1db authored 作者: haodaking's avatar haodaking

chore: update

上级 391846e2
...@@ -14,7 +14,7 @@ export default { ...@@ -14,7 +14,7 @@ export default {
const _this = this const _this = this
return { return {
list: [ list: [
{ name: '项目介绍', path: '/project-intro/introduce' }, { name: '项目介绍', path: '/about/school' },
// { name: '最近动态', path: '/news/hot' } // { name: '最近动态', path: '/news/hot' }
{ {
name: '学校介绍', name: '学校介绍',
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</li> </li>
<li @click="showFollow"> <li @click="showFollow">
<img src="https://zws-imgs-pub.ezijing.com/static/public/5526b83d7526b2742f6eba7151c367db.png" /> <img src="https://zws-imgs-pub.ezijing.com/static/public/5526b83d7526b2742f6eba7151c367db.png" />
<p>关注我们</p> <p>招办官方微信</p>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
<apply-form @success="hideApplyForm"></apply-form> <apply-form @success="hideApplyForm"></apply-form>
</div> </div>
</van-overlay> </van-overlay>
<!-- 关注我们 --> <!-- 招办官方微信 -->
<van-overlay :show="followVisible" @click="followVisible = false"> <van-overlay :show="followVisible" @click="followVisible = false">
<div class="dialog-box" @click.stop> <div class="dialog-box" @click.stop>
<h2 class="title">关注我们</h2> <h2 class="title">招办官方微信</h2>
<div class="follow"> <div class="follow">
<img src="https://webapp-pub.ezijing.com/project/marywood/officialAccount.jpeg" /> <img src="https://webapp-pub.ezijing.com/project/marywood-plus/wx.png" />
<p>扫码关注 了解更多</p> <p>扫码关注 了解更多</p>
</div> </div>
</div> </div>
...@@ -54,7 +54,7 @@ export default { ...@@ -54,7 +54,7 @@ export default {
hideApplyForm() { hideApplyForm() {
this.applyFormVisible = false this.applyFormVisible = false
}, },
// 关注我们 // 招办官方微信
showFollow() { showFollow() {
this.followVisible = true this.followVisible = true
} }
......
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
} else if (item.tag === '2') { } else if (item.tag === '2') {
window.open('https://webapp-pub.ezijing.com/project/cbu-plus/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf') window.open('https://webapp-pub.ezijing.com/project/cbu-plus/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf')
} else if (item.tag === '3') { } else if (item.tag === '3') {
this.$router.push('/project-intro/introduce') this.$router.push('/about/school')
} else if (item.tag === '4') { } else if (item.tag === '4') {
this.$router.push('/dataDownload/dataDownload') this.$router.push('/dataDownload/dataDownload')
} else if (item.tag === '5') { } else if (item.tag === '5') {
......
...@@ -374,7 +374,8 @@ export default { ...@@ -374,7 +374,8 @@ export default {
} }
} }
} }
.card-item:hover { // .card-item:hover {
.card-item {
.item_media { .item_media {
img { img {
transform: scale(1.1); transform: scale(1.1);
......
<template> <template>
<div :class="isMobile ? 'is-h5' : 'is-pc'"> <div :class="isMobile ? 'is-h5' : 'is-pc'">
<div class="service-content max-width-center"> <div class="service-content max-width-center">
<card title="项目定位" v-if="!isMobile"> <card title="项目简介" v-if="!isMobile">
<div class="desc"> <div class="desc">
<p>本项目致力于:</p> <p>
<p>1.培养立足中国、放眼全球,集管理实践与理论研究之大成的卓越企业家和商业领袖。</p> 加州浸会大学工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校学者为目标。学制三年,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
<p>2.提供利用先进国际教育资源迈向兼具理论造诣与实践经验的顶尖学者成长之路。</p> </p>
<p>
加州浸会大学位于美国加州“科技、创新之都”河滨市(Riverside, CA),
距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年,
是一所拥有11000余名在校生的综合性大学。
</p>
<p>
素以一流的学术及卓越的师资而闻名的CBU被2022年“美国新闻与世界报道”评为全美顶尖大学之一,也是南加州顶尖的研究生学位授予大学之一。除了高质量的学术课程以外,学校还拥有WASC、ACBSP、CTC、NASM、BRN、CCNE、ABET等多重权威认证,所获排名和奖项包括(不限于):<br />
“最佳本科教学排名”第6<br />“美国西部大学排名”第34<br />“最具创新力大学排名”第3
</p>
</div> </div>
</card> </card>
<div v-else> <div v-else>
<div class="tit">项目定位</div> <div class="tit">项目简介</div>
<div class="desc"> <div class="desc">
本项目致力于: <p>
<p>1.培养立足中国、放眼全球,集管理实践与理论研究之大成的卓越企业家和商业领袖。</p> 加州浸会大学工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校学者为目标。学制三年,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
<p>2.提供利用先进国际教育资源迈向兼具理论造诣与实践经验的顶尖学者成长之路。</p> </p>
<p>
加州浸会大学位于美国加州“科技、创新之都”河滨市(Riverside, CA),
距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年,
是一所拥有11000余名在校生的综合性大学。
</p>
<p>
素以一流的学术及卓越的师资而闻名的CBU被2022年“美国新闻与世界报道”评为全美顶尖大学之一,也是南加州顶尖的研究生学位授予大学之一。除了高质量的学术课程以外,学校还拥有WASC、ACBSP、CTC、NASM、BRN、CCNE、ABET等多重权威认证,所获排名和奖项包括(不限于):
<br />
“最佳本科教学排名”第6<br />“美国西部大学排名”第34<br />“最具创新力大学排名”第3
</p>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -3,22 +3,22 @@ ...@@ -3,22 +3,22 @@
<div class="top"> <div class="top">
<div class="link"> <div class="link">
<div class="link-left link-con"> <div class="link-left link-con">
<div class="tit"><a href="/project-intro/introduce">关于项目</a></div> <div class="tit"><a href="/about/school">关于项目</a></div>
<!-- <div class="tit"><a href="/question/question">常见问题</a></div> --> <!-- <div class="tit"><a href="/question/question">常见问题</a></div> -->
<div class="tit"><a href="/">工商管理博士DBA</a></div> <!-- <div class="tit"><a href="/">工商管理博士DBA</a></div> -->
<!-- <div class="tit"><a href="https://h5.ezijing.com" target="_blank">清控紫荆教育</a></div> --> <!-- <div class="tit"><a href="https://h5.ezijing.com" target="_blank">清控紫荆教育</a></div> -->
</div> </div>
<div class="line"></div> <div class="line"></div>
<div class="link-center link-con"> <div class="link-center link-con">
<div class="tit"><a href="/enroll/apply">招生信息</a></div> <div class="tit"><a href="/enroll/apply">申请条件</a></div>
<div class="tit"><a href="/school/school3">院校介绍</a></div> <!-- <div class="tit"><a href="/school/school3">院校介绍</a></div> -->
</div> </div>
<div class="line"></div> <div class="line"></div>
<div class="link-right link-con"> <div class="link-right link-con">
<div class="tit"><a href="/my/account">报名系统</a></div> <div class="tit"><a href="/my/account">报名系统</a></div>
<div class="tit"><a href="/dataDownload/dataDownload">资料下载</a></div> <!-- <div class="tit"><a href="/dataDownload/dataDownload">资料下载</a></div>
<div class="tit"><a href="/returnPolicy/returnPolicy">归国政策</a></div> <div class="tit"><a href="/returnPolicy/returnPolicy">归国政策</a></div> -->
</div> </div>
</div> </div>
<div class="about"> <div class="about">
...@@ -89,7 +89,7 @@ export default { ...@@ -89,7 +89,7 @@ export default {
align-items: flex-start; align-items: flex-start;
.line { .line {
width: 0px; width: 0px;
height: 0.7rem; height: 0.16rem;
border-right: 0.005rem solid #cc9d9d; border-right: 0.005rem solid #cc9d9d;
margin-top: 0.05rem; margin-top: 0.05rem;
opacity: 0.5; opacity: 0.5;
......
...@@ -9,21 +9,21 @@ ...@@ -9,21 +9,21 @@
</div> </div>
<div class="bottom"> <div class="bottom">
<div class="bottom_left con"> <div class="bottom_left con">
<a href="/project-intro/introduce">关于项目</a> <a href="/about/school">项目介绍</a>
<a href="/">工商管理博士DBA</a> <!-- <a href="/">工商管理博士DBA</a> -->
<!-- <a href="/question/question">常见问题</a> --> <!-- <a href="/question/question">常见问题</a> -->
<!-- <a href="https://www.ezijing.com/" target="_blank">清控紫荆教育</a> --> <!-- <a href="https://www.ezijing.com/" target="_blank">清控紫荆教育</a> -->
</div> </div>
<div class="line"></div> <div class="line"></div>
<div class="bottom_center con"> <div class="bottom_center con">
<a href="/enroll/apply">招生信息</a> <a href="/enroll/apply">申请条件</a>
<a href="/school/school3">院校介绍</a> <!-- <a href="/school/school3">院校介绍</a> -->
</div> </div>
<div class="line"></div> <div class="line"></div>
<div class="bottom_bottom con"> <div class="bottom_bottom con">
<a href="/my/account">报名系统</a> <a href="/my/account">报名系统</a>
<a href="/dataDownload/dataDownload">资料下载</a> <!-- <a href="/dataDownload/dataDownload">资料下载</a>
<a href="/returnPolicy/returnPolicy">归国政策</a> <a href="/returnPolicy/returnPolicy">归国政策</a> -->
</div> </div>
</div> </div>
</div> </div>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</div> </div>
</div> </div>
<div class="right-content"> <div class="right-content">
<img src="https://webapp-pub.ezijing.com/project/marywood/officialAccount.jpeg" class="code" /> <img src="https://webapp-pub.ezijing.com/project/marywood-plus/wx.png" class="code" />
<div class="tips-txt"> <div class="tips-txt">
<img src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png" /> <img src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png" />
<div class="txt">{{ $t('foot.weChat') }}</div> <div class="txt">{{ $t('foot.weChat') }}</div>
...@@ -122,7 +122,7 @@ export default {} ...@@ -122,7 +122,7 @@ export default {}
} }
.line { .line {
width: 0px; width: 0px;
height: 110px; // height: 110px;
border-right: 0.6px solid #cc9d9d; border-right: 0.6px solid #cc9d9d;
opacity: 0.7; opacity: 0.7;
margin: 4px 53px 0 39px; margin: 4px 53px 0 39px;
......
...@@ -50,13 +50,13 @@ export default { ...@@ -50,13 +50,13 @@ export default {
// 项目介绍 // 项目介绍
{ {
name: this.$t('menu.project'), name: this.$t('menu.project'),
path: '/project-intro/introduce' path: '/about/school',
// childern: [ childern: [
// { name: this.$t('menu.projectChild.bg'), path: '/project-intro/introduce' }, { name: this.$t('menu.schoolChild.school3'), path: '/about/school' },
// { name: this.$t('menu.newsChild.hot'), path: '/news/hot' } { name: this.$t('menu.newsChild.hot'), path: '/news/hot' }
// // { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' }, // { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' },
// // { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' } // { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' }
// ] ]
}, },
// 项目优势 // 项目优势
// { // {
...@@ -68,22 +68,22 @@ export default { ...@@ -68,22 +68,22 @@ export default {
// ] // ]
// }, // },
// 学校介绍 // 学校介绍
{ // {
name: this.$t('menu.school'), // name: this.$t('menu.school'),
path: '/school/school3', // path: '/school/school3',
childern: [ // childern: [
// // { name: this.$t('menu.schoolChild.school1'), path: '/school/school1' }, // // // { name: this.$t('menu.schoolChild.school1'), path: '/school/school1' },
// // { name: this.$t('menu.schoolChild.school2'), path: '/school/school2' }, // // // { name: this.$t('menu.schoolChild.school2'), path: '/school/school2' },
{ name: this.$t('menu.schoolChild.school3'), path: '/school/school3' } // { name: this.$t('menu.schoolChild.school3'), path: '/school/school3' }
// { name: this.$t('menu.courseChild.teachers'), path: '/about/teacher' } // // { name: this.$t('menu.courseChild.teachers'), path: '/about/teacher' }
] // ]
}, // },
// 校园一览 // 校园一览
{ {
name: this.$t('menu.campusList'), name: this.$t('menu.campusList'),
path: '/campusList/campusList' path: '/campusList/campusList'
// childern: [ // childern: [
// { name: this.$t('menu.projectChild.bg'), path: '/project-intro/introduce' }, // { name: this.$t('menu.projectChild.bg'), path: '/about/school' },
// { name: this.$t('menu.newsChild.hot'), path: '/news/hot' } // { name: this.$t('menu.newsChild.hot'), path: '/news/hot' }
// // { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' }, // // { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' },
// // { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' } // // { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' }
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</div> </div>
<div class="wx_cont" v-show="tabBtnTarget === 'wx'"> <div class="wx_cont" v-show="tabBtnTarget === 'wx'">
<h5>{{ $t('aside.follow') }}</h5> <h5>{{ $t('aside.follow') }}</h5>
<img src="https://zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jpg" /> <img src="https://webapp-pub.ezijing.com/project/marywood-plus/wx.png" />
</div> </div>
</div> </div>
</transition> </transition>
......
...@@ -12,7 +12,7 @@ export default { ...@@ -12,7 +12,7 @@ export default {
enroll: '报名申请', enroll: '报名申请',
projectChild: { projectChild: {
bg: '项目背景', bg: '项目背景',
feature: '项目特色', feature: '项目优势',
cert: '证书授予' cert: '证书授予'
}, },
courseChild: { courseChild: {
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
// 首页 // 首页
home: { home: {
project: { project: {
title: '项目特色', title: '项目优势',
h5: { h5: {
itemT1: '百年历史<br />美国大学', itemT1: '百年历史<br />美国大学',
itemT2: '高排名<br />美国大学', itemT2: '高排名<br />美国大学',
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br /> 玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br />
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html` 玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html`
}, },
// 项目特色 // 项目优势
feature: { feature: {
item1Tit: '线上线下结合灵活的授课学习方式', item1Tit: '线上线下结合灵活的授课学习方式',
item1Txt1: '线上+线下教学模式', item1Txt1: '线上+线下教学模式',
...@@ -254,7 +254,7 @@ export default { ...@@ -254,7 +254,7 @@ export default {
aside: { aside: {
apply: '报名申请', apply: '报名申请',
apply2: '我要咨询', apply2: '我要咨询',
follow: '关注我们', follow: '招办官方微信',
name: '请输入您的名字', name: '请输入您的名字',
phone: '请输入您的电话', phone: '请输入您的电话',
code: '请输入验证码', code: '请输入验证码',
......
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
campusList: '校园一览', campusList: '校园一览',
projectChild: { projectChild: {
bg: '项目介绍', bg: '项目介绍',
feature: '项目特色', feature: '项目优势',
cert: '证书授予', cert: '证书授予',
news: '最新动态' news: '最新动态'
}, },
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,7 @@ export default {
// 首页 // 首页
home: { home: {
project: { project: {
title: '项目特色', title: '项目优势',
h5: { h5: {
itemT1: '百年历史<br />美国大学', itemT1: '百年历史<br />美国大学',
itemT2: '高排名<br />美国大学', itemT2: '高排名<br />美国大学',
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
link3: '玛丽伍德大学', link3: '玛丽伍德大学',
link4: '美国教育部', link4: '美国教育部',
link5: '紫荆教育', link5: '紫荆教育',
weChat: '微信公众号' weChat: '招办官方微信'
}, },
// 项目背景 // 项目背景
bg: { bg: {
...@@ -145,7 +145,7 @@ export default { ...@@ -145,7 +145,7 @@ export default {
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br /> 玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br />
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html` 玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html`
}, },
// 项目特色 // 项目优势
feature: { feature: {
item1Tit: '线上线下结合灵活的授课学习方式', item1Tit: '线上线下结合灵活的授课学习方式',
item1Txt1: '线上+线下教学模式', item1Txt1: '线上+线下教学模式',
...@@ -283,7 +283,7 @@ export default { ...@@ -283,7 +283,7 @@ export default {
apply: '报名申请', apply: '报名申请',
apply1: '报名咨询', apply1: '报名咨询',
apply2: '我要咨询', apply2: '我要咨询',
follow: '关注我们', follow: '招办官方微信',
name: '请输入您的名字', name: '请输入您的名字',
phone: '请输入您的电话', phone: '请输入您的电话',
code: '请输入验证码', code: '请输入验证码',
......
差异被折叠。
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="content-mian"> <div class="content-mian">
<ul> <ul>
<li class="applyList_con"> <li class="applyList_con" v-if="false">
<div class="apply_name">招生计划</div> <div class="apply_name">招生计划</div>
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/apply_plan.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/cbu-plus/apply_plan.png" alt="" />
<!-- <div class="apply_desc"> <!-- <div class="apply_desc">
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<!-- banner图 --> <!-- banner图 -->
<banners /> <banners />
<!-- 项目定位 --> <!-- 项目定位 -->
<!-- <project-position /> --> <project-position />
<!-- 项目特色 --> <!-- 项目优势 -->
<project-features /> <project-features />
<!-- 校园风光 --> <!-- 校园风光 -->
<!-- <school-senery /> --> <!-- <school-senery /> -->
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<script> <script>
import banners from '../components/home/banners.vue' import banners from '../components/home/banners.vue'
// import projectPosition from '../components/home/projectPosition.vue' import projectPosition from '../components/home/projectPosition.vue'
import projectFeatures from '../components/home/projectFeatures' import projectFeatures from '../components/home/projectFeatures'
// import schoolSenery from '../components/home/schoolSenery.vue' // import schoolSenery from '../components/home/schoolSenery.vue'
import news from '../components/home/news' import news from '../components/home/news'
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
layout: 'normal', layout: 'normal',
components: { components: {
banners, banners,
// projectPosition, projectPosition,
projectFeatures, projectFeatures,
// schoolSenery, // schoolSenery,
news, news,
......
...@@ -31,8 +31,8 @@ export default { ...@@ -31,8 +31,8 @@ export default {
frameParams: { frameParams: {
slider: [ slider: [
{ {
name: this.$t('menu.projectChild.bg'), name: this.$t('menu.schoolChild.school3'),
path: '/project-intro/introduce' path: '/about/school'
}, },
{ {
name: this.$t('menu.newsChild.hot'), name: this.$t('menu.newsChild.hot'),
......
...@@ -16,8 +16,8 @@ export default { ...@@ -16,8 +16,8 @@ export default {
banner: 'https://webapp-pub.ezijing.com/project/cbu-plus/news_banner.jpg', banner: 'https://webapp-pub.ezijing.com/project/cbu-plus/news_banner.jpg',
slider: [ slider: [
{ {
name: this.$t('menu.projectChild.bg'), name: this.$t('menu.schoolChild.school3'),
path: '/project-intro/introduce' path: '/about/school'
}, },
{ {
name: this.$t('menu.newsChild.hot'), name: this.$t('menu.newsChild.hot'),
......
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
slider: [ slider: [
{ {
name: this.$t('menu.projectChild.bg'), name: this.$t('menu.projectChild.bg'),
path: '/project-intro/introduce' path: '/about/school'
}, },
{ {
name: this.$t('menu.newsChild.hot'), name: this.$t('menu.newsChild.hot'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论