yujialong 1 year ago
parent 6bcefdbbb4
commit f59959ce78
  1. 1
      public/index.html
  2. 1
      src/api/index.js
  3. BIN
      src/assets/images/contact-bg.png
  4. BIN
      src/assets/images/contact-info.png
  5. BIN
      src/assets/images/dev/banner.png
  6. BIN
      src/assets/images/dev/banner1.png
  7. BIN
      src/assets/images/dev/banner2.png
  8. BIN
      src/assets/images/dev/con-bg.png
  9. BIN
      src/assets/images/dev/con1.png
  10. BIN
      src/assets/images/dev/con2.png
  11. BIN
      src/assets/images/dev/con3.png
  12. BIN
      src/assets/images/dev/profit-bg1.png
  13. BIN
      src/assets/images/dev/profit-bg2.png
  14. BIN
      src/assets/images/dev/sup1.png
  15. BIN
      src/assets/images/dev/sup2.png
  16. BIN
      src/assets/images/dev/sup3.png
  17. BIN
      src/assets/images/logo.png
  18. BIN
      src/assets/images/love.png
  19. BIN
      src/assets/images/search.png
  20. 49
      src/layouts/header/index.vue
  21. 32
      src/layouts/home/index.vue
  22. 11
      src/layouts/navbar/index.vue
  23. 1377
      src/pages/aboutUs/index.vue
  24. 82
      src/pages/index/list/index.vue
  25. 65
      src/pages/member/index.vue
  26. 243
      src/pages/supplier/index.vue
  27. 14
      src/router/modules/aboutUs.js
  28. 14
      src/router/modules/supplier.js
  29. 2
      src/setting.js

@ -7,7 +7,6 @@
<meta name="description" content="致力于成为教育产业数字化的推动者,成就百万教育产业数字化的创业者" />
<meta name="baidu-site-verification" content="code-TRfXe8xIkJ" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<link rel="stylesheet" href="//at.alicdn.com/t/font_830376_qzecyukz0s.css" />
<title>深圳或然科技官网</title>
</head>
<body>

@ -21,6 +21,7 @@ export default {
siteSearchArticles: `iasf/sysContent/siteSearchArticles`,
oneLevelChecksThemAll: `iasf/sysColumn/oneLevelChecksThemAll`,
queryArticlesByColumnType: `iasf/sysColumn/queryArticlesByColumnType`,
seoList: `iasf/seo/list`,
listMarketing: `nakadai/nakadai/mall/marketing/promotion/pagingQueryList`,
// 产品中心

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 867 B

After

Width:  |  Height:  |  Size: 398 B

@ -13,48 +13,7 @@
:isEstate.sync="isEstate"
:isIasf.sync="isIasf"
@showMoreBtns="updateBtnsType"></navbar>
<div class="tools">
<img class="search"
:src="require('@/assets/images/search' + (isHome ? '-white' : '') + '.png')"
alt=""
@click.stop="toggleSearch">
<template v-if="site == 2">
<img class="search"
style="margin-right: 40px"
:src="require('@/assets/images/email' + (isHome ? '-white' : '') + '.png')"
alt=""
@click.stop="toMail">
<img class="search"
:src="require('@/assets/images/oa' + (isHome ? '-white' : '') + '.png')"
alt=""
@click.stop="toMail">
</template>
<template v-if="Util.isEn(site)">
<img :src="require('@/assets/images/cn' + (isHome ? '-white' : '') + '.png')"
alt=""
@click.stop="toggleLang">
</template>
<template v-else>
<img :src="require('@/assets/images/en' + (isHome ? '-white' : '') + '.png')"
alt=""
@click.stop="toggleLang">
</template>
<div v-if="showSearch"
class="search-wrap"
@click.stop="stop">
<input ref="search"
type="text"
:placeholder="$t('column.titlePlaceholder')"
v-model="title">
<img class="search-icon"
src="@/assets/images/search.png"
alt=""
@click="handleSearch">
<i class="el-icon-close close-icon"
@click="showSearch = false"></i>
</div>
</div>
<div class="tools"></div>
</template>
<!-- 手机端 -->
<template v-else>
@ -247,11 +206,9 @@ $height: 90px;
background-color: rgba(0, 0, 0, 0.15);
}
.logo {
font-size: 1.428rem;
color: #333330;
line-height: $height;
cursor: pointer;
img {
width: 150px;
margin-right: 10px;
}
}
@ -344,7 +301,7 @@ $height: 90px;
}
}
@media (min-width: 280px) and (max-width: 1200px) {
@media (max-width: 1200px) {
.header {
color: black !important;
background-color: #fff;

@ -2,7 +2,8 @@
<div :class="['main', { channel: isHome, 'site-en': handleClass() }]">
<v-head ref="header"></v-head>
<div class="layout">
<transition name="move" mode="out-in">
<transition name="move"
mode="out-in">
<router-view class="view"></router-view>
</transition>
<el-backtop target=".layout"></el-backtop>
@ -18,7 +19,7 @@ import vHead from '../header'
import vFooter from '../footer'
import { mapMutations } from 'vuex'
export default {
data() {
data () {
return {
enSite: [1, 4, 6] // id
};
@ -28,26 +29,37 @@ export default {
vFooter
},
computed: {
isHome() {
isHome () {
return Util.isIndex()
},
},
mounted() {
mounted () {
this.$route.query.siteId && this.setSite(this.$route.query.siteId)
document.body.onclick = e => {
e.stopPropagation()
this.$refs.header.showSearch = false
}
// seo
this.$get(this.api.seoList, {
siteId: +this.$route.query.siteId || this.$store.state.content.site
}).then(({ data }) => {
if (data.length) {
document.querySelector('meta[name="keywords"]').setAttribute('content', data[0].keyword)
document.querySelector('meta[name="description"]').setAttribute('content', data[0].description)
document.querySelector('title').innerHTML = data[0].title
}
}).catch(err => { })
},
methods: {
...mapMutations('content', [
'setSite'
]),
handleClass() {
handleClass () {
return this.enSite.includes(+this.$route.query.siteId || this.$store.state.content.site)
},
// ,退
autoLogout() {
autoLogout () {
let lastTime = new Date().getTime();
document.onmousedown = () => {
lastTime = new Date().getTime();
@ -65,9 +77,9 @@ export default {
</script>
<style lang="scss" scoped>
.main:not(.channel) {
min-height: calc(100% - 90px);
.layout {
padding-top: 90px;
}
min-height: calc(100% - 90px);
.layout {
padding-top: 90px;
}
}
</style>

@ -28,6 +28,7 @@
import menuTree from '@/components/menuTree'
import mixins from '@/mixins/article'
import { mapState, mapMutations, mapGetters } from 'vuex'
import Setting from '@/setting'
export default {
props: ['isHome', 'isEstate', 'isIasf', 'updateModelType'],
mixins: [mixins],
@ -107,7 +108,7 @@ export default {
this.menus = menuVisibleData
}
if (data.length) {
if (!this.$route.query.id && !this.$route.query.articleId && this.$route.path !== '/column/result') this.$router.replace(`/column?id=${data[0].id}&siteId=${data[0].siteId}`)
if (!this.$route.query.id && !this.$route.query.articleId && !Setting.whiteList.includes(this.$route.path)) this.$router.replace(`/column?id=${data[0].id}&siteId=${data[0].siteId}`)
if (!this.active) this.active = data[0].id
this.$nextTick(() => {
const menu = document.querySelectorAll('.el-submenu')
@ -175,10 +176,10 @@ $height: 90px;
}
/deep/.nav.el-menu--horizontal {
display: flex;
// position: absolute;
// top: 0;
// left: 50%;
// transform: translateX(-50%);
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
border: 0;
outline: none;
.el-menu-item,

File diff suppressed because it is too large Load Diff

@ -21,6 +21,24 @@
</template>
</el-carousel>
<div class="inner">
<ul class="intro">
<template v-for="(item, i) in modules[1].list">
<li v-if="item.isEnable"
:key="i"
:class="[{'cursor-pointer': isLink(item.link.linkName)}]"
@click="openLink(item)">
<img :src="item.pic"
alt="">
<div class="text">
<h6>{{ item.title }}</h6>
<p class="desc">{{ item.des }}</p>
</div>
</li>
</template>
</ul>
</div>
<div class="inner-wrap">
<div class="inner">
<div class="type-wrap">
@ -294,7 +312,8 @@ export default {
page: 1,
pageSize: 12,
searchTimer: null,
loadIns: null
loadIns: null,
active: ''
};
},
watch: {
@ -360,6 +379,11 @@ export default {
this.page = 1;
this.getData();
},
//
toPart (i) {
this.active = i
// document.querySelector(`#part${i}`).scrollIntoView()
},
//
getLabel () {
@ -498,10 +522,6 @@ export default {
this.types = res.typeList
}).catch(err => { })
},
// banner
openLink (item) {
item.url && window.open(item.url)
},
// tab
tabChange ({ id }) {
this.curTab = id
@ -563,6 +583,47 @@ export default {
font-size: 24px;
}
}
.intro {
display: flex;
justify-content: space-between;
align-items: center;
padding: 43px 0;
background-color: #fff;
li {
display: inline-flex;
align-items: center;
transition: 0.3s;
&.active {
h6,
.desc {
color: #006eff;
}
}
&:hover {
margin-top: -15px;
h6,
.desc {
color: #006eff;
}
}
}
img {
width: 50px;
margin-right: 15px;
}
h6 {
margin-bottom: 5px;
font-size: 16px;
color: #0b1d30;
transition: 0.5s;
}
.desc {
font-size: 13px;
color: #757f92;
transition: 0.5s;
}
}
.inner-wrap {
padding: 18px 0;
background: url(../../../assets/images/product/bg1.png) 0 159px no-repeat,
@ -597,9 +658,10 @@ export default {
width: 53px;
height: 4px;
transform: translateX(-50%);
border-radius: 2px;
}
&.active:after {
background-color: #9278ff;
background-color: #1583ff;
}
}
}
@ -648,7 +710,7 @@ export default {
cursor: pointer;
&.active {
font-weight: 600;
color: #9278ff;
color: #1583ff;
}
}
.category {
@ -669,7 +731,7 @@ export default {
}
&.active {
.name {
color: #9278ff;
color: #1583ff;
}
}
}
@ -684,7 +746,7 @@ export default {
}
&.active {
.el-input .el-input__inner {
color: #9278ff;
color: #1583ff;
}
}
}
@ -787,7 +849,7 @@ export default {
}
.tag {
margin-right: 8px;
color: #9278ff;
color: #1583ff;
background-color: #f9f9f9;
border: 0;
}

@ -2,9 +2,6 @@
<div class="wrap">
<div class="reg">
<div class="equity-wrap">
<img class="logo"
src="@/assets/images/logo1.png"
alt="">
<div class="equity">
<h6>
会员<em>专享权益</em>
@ -22,14 +19,27 @@
:key="i">
<img :src="item.pic"
alt="">
<p class="name">{{ item.name }}</p>
<p class="name">{{ item.title }}</p>
<p class="des">{{ item.des }}</p>
</li>
</ul>
<div class="btn">立即注册 | 0元成会员</div>
<div class="btn"
@click="qrcodeVisible = true">立即注册 | 0元成会员</div>
</div>
</div>
</div>
<el-dialog title="请扫码登录小程序"
:visible.sync="qrcodeVisible"
width="350px"
center
:close-on-click-modal="false">
<div>
<img width="100%"
src="https://www.occupationlab.com/images/mini-program.jpg"
alt="">
</div>
</el-dialog>
</div>
</template>
@ -42,32 +52,7 @@ export default {
mixins: [mixins],
data () {
return {
params: [
{
name: '一站式采购',
des: '优选高品质低价格产品'
},
{
name: '精准产品匹配',
des: '体系化产品方案匹配满足不同学科需求'
},
{
name: '本地化售前顾问',
des: '提供项目全流程售前售后支持服务'
},
{
name: '移动办公',
des: '查看产品、参数,下单,方案生成,手机上即可完成'
},
{
name: '免息账期',
des: '先发货后付款,支持背靠背支付'
},
{
name: '智能方案生成',
des: '内置有实验室配置方案模板只需3分钟即可生成方案'
},
]
qrcodeVisible: false,
}
},
mounted () {
@ -117,7 +102,7 @@ export default {
}
h6 {
position: relative;
margin: 60px 0 39px;
margin: 60px 0 30px;
font-size: 2rem;
font-weight: 600;
text-align: center;
@ -144,12 +129,12 @@ export default {
padding: 0 60px 0 100px;
li {
position: relative;
font-size: 1.4rem;
color: #fff;
font-size: 1.2rem;
color: #a3a3a3;
&:before {
content: '';
position: absolute;
top: 5px;
top: 2px;
left: -34px;
width: 24px;
height: 24px;
@ -158,8 +143,8 @@ export default {
}
}
.member-des {
margin-top: 25px;
font-size: 1rem;
margin-top: 60px;
font-size: 1.2rem;
text-align: center;
color: #fff;
}
@ -167,7 +152,7 @@ export default {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 120px;
padding: 0 180px;
li {
width: 33.33%;
padding: 20px 30px;
@ -196,6 +181,10 @@ export default {
background-color: #e3b871;
background-image: linear-gradient(233.36deg, #e8ce8c, #f3c169);
border-radius: 38px;
cursor: pointer;
&:hover {
opacity: 0.9;
}
}
}
</style>

@ -0,0 +1,243 @@
<template>
<div class="wrap index">
<div class="banner">
<h6>教育数字化产品供应商</h6>
<p class="text">与3000所高校共建数字化教育产业未来</p>
<el-button class="dev"
type="primary"
@click="openDev">登录供应商平台</el-button>
</div>
<!-- 关于教育产业数字化开发者 -->
<div class="about">
<div class="inner">
<div class="text">如果您是从事高职本科市场相应数字化场景的软件硬件研发生产或代理的供应商如果您正面临拓展渠道难精准触达客户难售前支持难按时回款难等发展瓶颈请加入职站商城让您的产品走进全国院校</div>
</div>
</div>
<div class="entry">
</div>
<!-- 我们提供的支持 -->
<div class="sup">
<div class="inner">
<h6 class="i-title">我们提供的支持</h6>
<ul class="list">
<li>
<h6>生产力赋能</h6>
<p class="text">公司打造的产业中台将赋能联盟厂家高效地进行软件产品的开发与交付</p>
</li>
<li>
<h6>渠道与运营服务赋能</h6>
<p class="text">公司会为联盟厂家提供公共的渠道支撑和客户获取帮助厂家获得客户成交降低产品厂家的市场压力</p>
</li>
<li>
<h6>创业技术孵化服务</h6>
<p class="text">对于还在创业阶段的产品创业者我司还提供初始的技术外包支撑服务帮助产品创业者最小成本的完成产品的落地</p>
</li>
</ul>
</div>
</div>
<!-- 开发者需要具备的条件 -->
<div class="con">
<div class="inner">
<h6 class="i-title">开发者需要具备的条件</h6>
<ul class="list">
<li>
<img src="@/assets/images/dev/con1.png"
alt="">
<h6>产品研发</h6>
<p class="text">具备独立设计开发教育产业数字化产品的能力</p>
</li>
<li>
<img src="@/assets/images/dev/con2.png"
alt="">
<h6>产品运维 </h6>
<p class="text">具备独立的产品运维支持的能力</p>
</li>
<li>
<img src="@/assets/images/dev/con3.png"
alt="">
<h6>专业服务</h6>
<p class="text">具备对产品内容专业支持的能力</p>
</li>
</ul>
</div>
</div>
<div class="profit">
<div class="item1">开发者受益</div>
<div class="item2">我们将与开发者共享教育产业数字化蓝海的巨大收益</div>
</div>
<!-- 联系 -->
<div class="contact">
<img class="love"
src="@/assets/images/love.png"
alt="">
</div>
</div>
</template>
<script>
export default {
name: 'cityPartner',
data () {
return {
}
},
mounted () { },
methods: {
openDev () {
window.open('https://dev.huorantech.cn')
}
}
};
</script>
<style lang="scss" scoped>
.wrap {
position: relative;
background-color: #fff;
.banner {
position: relative;
height: 350px;
padding: 100px 0 0 180px;
background: url(../../assets/images/dev/banner2.png) (90% 32px) / auto no-repeat,
url(../../assets/images/dev/banner1.png) 0 0/100% 100% no-repeat;
.dev {
position: absolute;
bottom: 120px;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
h6 {
margin-bottom: 30px;
font-size: 42px;
}
.text {
font-size: 16px;
line-height: 30px;
}
}
.i-title {
position: relative;
margin-bottom: 37px;
font-size: 30px;
text-align: center;
color: #0b1d30;
}
.inner {
width: 1200px;
padding: 67px 0;
margin: 0 auto;
}
.about {
position: relative;
margin: -60px 0 20px;
.inner {
padding: 40px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0px 5px 20px 0px rgba(98, 117, 163, 0.08);
}
h6 {
margin-bottom: 20px;
font-size: 24px;
color: #0b1d30;
}
.text {
font-size: 14px;
line-height: 1.8;
color: #0b1d30;
}
}
.sup {
background: linear-gradient(180deg, #ffffff 0%, #f1f6fe 100%);
.list {
display: flex;
justify-content: space-between;
li {
width: 33%;
padding: 140px 50px 50px;
background: url(../../assets/images/dev/sup1.png) 0 0/100% 100% no-repeat;
&:nth-child(2) {
background-image: url(../../assets/images/dev/sup2.png);
}
&:last-child {
margin-right: 0;
background-image: url(../../assets/images/dev/sup3.png);
}
}
h6 {
margin: 15px 0 10px;
font-size: 18px;
color: #0b1d30;
}
.text {
font-size: 14px;
color: #757f92;
}
}
}
.con {
background: url(../../assets/images/dev/con-bg.png) 0 0/100% 100% no-repeat;
.list {
display: flex;
flex: 1;
li {
padding-bottom: 40px;
margin-right: 24px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 5px 20px 0px rgba(98, 117, 163, 0.08);
&:last-child {
margin-right: 0;
}
}
img {
width: 100%;
}
h6 {
margin: 15px 24px 10px;
font-size: 18px;
color: #0b1d30;
}
.text {
margin: 0 24px;
font-size: 14px;
color: #757f92;
}
}
}
.profit {
margin-bottom: 70px;
text-align: center;
.item1 {
line-height: 250px;
font-size: 30px;
color: #fff;
background: url(../../assets/images/dev/profit-bg1.png) 0 0/100% 100% no-repeat;
}
.item2 {
width: 70%;
margin: -100px auto 0;
line-height: 202px;
font-size: 30px;
color: #0b1d30;
background: url(../../assets/images/dev/profit-bg2.png) 0 0/100% 100% no-repeat;
}
}
.contact {
position: relative;
height: 250px;
background: url(../../assets/images/contact-info.png) center center/auto no-repeat,
url(../../assets/images/contact-bg.png) 0 0/100% 100% no-repeat;
.love {
position: absolute;
top: -45px;
right: 10%;
}
}
}
</style>

@ -0,0 +1,14 @@
import BasicLayout from '@/layouts/home'
const name = 'aboutUs'
export default {
path: `/${name}`,
component: BasicLayout,
children: [
{
name,
path: `/${name}`,
component: () => import(`@/pages/${name}`),
meta: { title: '' }
}
]
};

@ -0,0 +1,14 @@
import BasicLayout from '@/layouts/home'
const name = 'supplier'
export default {
path: `/${name}`,
component: BasicLayout,
children: [
{
name,
path: `/${name}`,
component: () => import(`@/pages/${name}`),
meta: { title: '' }
}
]
};

@ -23,7 +23,7 @@ const Setting = {
/**
* 路由白名单
* */
whiteList: [],
whiteList: ['/column/result', '/aboutUs', '/supplier'],
/**
* 英文站点id数组
* */

Loading…
Cancel
Save