Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
7e8aebb9
提交
7e8aebb9
authored
5月 25, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
6cf91173
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
32 行增加
和
36 行删除
+32
-36
index.js
.nuxt/components/index.js
+8
-8
plugin.js
.nuxt/components/plugin.js
+4
-4
readme.md
.nuxt/components/readme.md
+4
-4
tags.json
.nuxt/vetur/tags.json
+12
-12
Foot.vue
components/Foot.vue
+1
-5
contact.vue
components/about/contact.vue
+2
-2
introduce.vue
components/about/introduce.vue
+1
-1
没有找到文件。
.nuxt/components/index.js
浏览文件 @
7e8aebb9
...
...
@@ -4,6 +4,10 @@ export { default as Foot } from '../../components/Foot.vue'
export
{
default
as
Head
}
from
'../../components/Head.vue'
export
{
default
as
Link
}
from
'../../components/Link.vue'
export
{
default
as
RightAside
}
from
'../../components/RightAside.vue'
export
{
default
as
AboutContact
}
from
'../../components/about/contact.vue'
export
{
default
as
AboutCulture
}
from
'../../components/about/culture.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.vue'
export
{
default
as
AboutTabNav
}
from
'../../components/about/tabNav.vue'
export
{
default
as
AlumnusParty
}
from
'../../components/alumnus/party.vue'
export
{
default
as
AlumnusTabNav
}
from
'../../components/alumnus/tabNav.vue'
export
{
default
as
HomeAlumniStories
}
from
'../../components/home/alumniStories.vue'
...
...
@@ -14,16 +18,16 @@ export { default as HomeHeadmasterMsg } from '../../components/home/headmasterMs
export
{
default
as
HomeOpenClass
}
from
'../../components/home/openClass.vue'
export
{
default
as
HomeProjectNotice
}
from
'../../components/home/projectNotice.vue'
export
{
default
as
HomeServiceCase
}
from
'../../components/home/serviceCase.vue'
export
{
default
as
AboutContact
}
from
'../../components/about/contact.vue'
export
{
default
as
AboutCulture
}
from
'../../components/about/culture.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.vue'
export
{
default
as
AboutTabNav
}
from
'../../components/about/tabNav.vue'
export
{
default
as
ServicesTab
}
from
'../../components/services/tab.vue'
export
const
LazyFoot
=
import
(
'../../components/Foot.vue'
/* webpackChunkName: "components/foot" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHead
=
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyLink
=
import
(
'../../components/Link.vue'
/* webpackChunkName: "components/link" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyRightAside
=
import
(
'../../components/RightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutContact
=
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutCulture
=
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutIntroduce
=
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutTabNav
=
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAlumnusParty
=
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAlumnusTabNav
=
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeAlumniStories
=
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
...
...
@@ -34,8 +38,4 @@ export const LazyHomeHeadmasterMsg = import('../../components/home/headmasterMsg
export
const
LazyHomeOpenClass
=
import
(
'../../components/home/openClass.vue'
/* webpackChunkName: "components/home-open-class" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeProjectNotice
=
import
(
'../../components/home/projectNotice.vue'
/* webpackChunkName: "components/home-project-notice" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeServiceCase
=
import
(
'../../components/home/serviceCase.vue'
/* webpackChunkName: "components/home-service-case" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutContact
=
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutCulture
=
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutIntroduce
=
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutTabNav
=
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyServicesTab
=
import
(
'../../components/services/tab.vue'
/* webpackChunkName: "components/services-tab" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
.nuxt/components/plugin.js
浏览文件 @
7e8aebb9
...
...
@@ -6,6 +6,10 @@ const components = {
Head
:
()
=>
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
Link
:
()
=>
import
(
'../../components/Link.vue'
/* webpackChunkName: "components/link" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
RightAside
:
()
=>
import
(
'../../components/RightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutContact
:
()
=>
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutCulture
:
()
=>
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutIntroduce
:
()
=>
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutTabNav
:
()
=>
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusParty
:
()
=>
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusTabNav
:
()
=>
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeAlumniStories
:
()
=>
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
...
...
@@ -16,10 +20,6 @@ const components = {
HomeOpenClass
:
()
=>
import
(
'../../components/home/openClass.vue'
/* webpackChunkName: "components/home-open-class" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeProjectNotice
:
()
=>
import
(
'../../components/home/projectNotice.vue'
/* webpackChunkName: "components/home-project-notice" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeServiceCase
:
()
=>
import
(
'../../components/home/serviceCase.vue'
/* webpackChunkName: "components/home-service-case" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutContact
:
()
=>
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutCulture
:
()
=>
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutIntroduce
:
()
=>
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutTabNav
:
()
=>
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
ServicesTab
:
()
=>
import
(
'../../components/services/tab.vue'
/* webpackChunkName: "components/services-tab" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
}
...
...
.nuxt/components/readme.md
浏览文件 @
7e8aebb9
...
...
@@ -10,6 +10,10 @@ You can directly use them in pages and other components without the need to impo
-
`<Head>`
|
`<head>`
(components/Head.vue)
-
`<Link>`
|
`<link>`
(components/Link.vue)
-
`<RightAside>`
|
`<right-aside>`
(components/RightAside.vue)
-
`<AboutContact>`
|
`<about-contact>`
(components/about/contact.vue)
-
`<AboutCulture>`
|
`<about-culture>`
(components/about/culture.vue)
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.vue)
-
`<AboutTabNav>`
|
`<about-tab-nav>`
(components/about/tabNav.vue)
-
`<AlumnusParty>`
|
`<alumnus-party>`
(components/alumnus/party.vue)
-
`<AlumnusTabNav>`
|
`<alumnus-tab-nav>`
(components/alumnus/tabNav.vue)
-
`<HomeAlumniStories>`
|
`<home-alumni-stories>`
(components/home/alumniStories.vue)
...
...
@@ -20,8 +24,4 @@ You can directly use them in pages and other components without the need to impo
-
`<HomeOpenClass>`
|
`<home-open-class>`
(components/home/openClass.vue)
-
`<HomeProjectNotice>`
|
`<home-project-notice>`
(components/home/projectNotice.vue)
-
`<HomeServiceCase>`
|
`<home-service-case>`
(components/home/serviceCase.vue)
-
`<AboutContact>`
|
`<about-contact>`
(components/about/contact.vue)
-
`<AboutCulture>`
|
`<about-culture>`
(components/about/culture.vue)
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.vue)
-
`<AboutTabNav>`
|
`<about-tab-nav>`
(components/about/tabNav.vue)
-
`<ServicesTab>`
|
`<services-tab>`
(components/services/tab.vue)
.nuxt/vetur/tags.json
浏览文件 @
7e8aebb9
...
...
@@ -11,6 +11,18 @@
"RightAside"
:
{
"description"
:
"Auto imported from components/RightAside.vue"
},
"AboutContact"
:
{
"description"
:
"Auto imported from components/about/contact.vue"
},
"AboutCulture"
:
{
"description"
:
"Auto imported from components/about/culture.vue"
},
"AboutIntroduce"
:
{
"description"
:
"Auto imported from components/about/introduce.vue"
},
"AboutTabNav"
:
{
"description"
:
"Auto imported from components/about/tabNav.vue"
},
"AlumnusParty"
:
{
"description"
:
"Auto imported from components/alumnus/party.vue"
},
...
...
@@ -41,18 +53,6 @@
"HomeServiceCase"
:
{
"description"
:
"Auto imported from components/home/serviceCase.vue"
},
"AboutContact"
:
{
"description"
:
"Auto imported from components/about/contact.vue"
},
"AboutCulture"
:
{
"description"
:
"Auto imported from components/about/culture.vue"
},
"AboutIntroduce"
:
{
"description"
:
"Auto imported from components/about/introduce.vue"
},
"AboutTabNav"
:
{
"description"
:
"Auto imported from components/about/tabNav.vue"
},
"ServicesTab"
:
{
"description"
:
"Auto imported from components/services/tab.vue"
}
...
...
components/Foot.vue
浏览文件 @
7e8aebb9
...
...
@@ -19,11 +19,7 @@
<div
class=
"mail"
>
邮
箱:service@ezijing.com
</div>
</div>
<div
class=
"right-content"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/734d8fd7b853b838e5e029049e2d9db3.png"
alt=
""
class=
"code"
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/ezijing-code.jpg"
class=
"code"
>
<div
class=
"tips-txt"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
alt=
""
/>
<div
class=
"txt"
>
微信公众号
</div>
...
...
components/about/contact.vue
浏览文件 @
7e8aebb9
...
...
@@ -21,11 +21,11 @@
<div
class=
"name"
>
紫荆官方微博
</div>
</li>
<li>
<img
src=
"https://
zws-imgs-pub.ezijing.com/static/public/85fb47e859d152f1021bc6b94154ce91
.png"
alt=
""
>
<img
src=
"https://
webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/douyin-code
.png"
alt=
""
>
<div
class=
"name"
>
紫荆官方抖音
</div>
</li>
<li>
<img
src=
"https://
zws-imgs-pub.ezijing.com/static/public/e2ffbf6b9d7fd6fd66d2487e7c33540c
.png"
alt=
""
>
<img
src=
"https://
webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/xiaoet-code
.png"
alt=
""
>
<div
class=
"name"
>
紫荆小鹅通
</div>
</li>
</ul>
...
...
components/about/introduce.vue
浏览文件 @
7e8aebb9
...
...
@@ -75,7 +75,7 @@
大数据智能学习分析、作业评判、智能化营销数据分配。
<br
/>
</div>
<div
class=
"tab-con tab-con3"
v-if=
"indexActive === 2"
>
<span>
WSCUC、AACSB、EQUIS…
</span>
认证 ;
<br
/>
<span>
WSCUC、AACSB、EQUIS
、ASCHE、ACE、HLC、WASC
…
</span>
认证 ;
<br
/>
<span>
30
</span>
余位哈佛、清华、哥伦比亚等国际一流大学人才组成的国际化团队 ;
<br
/>
<span>
40%
</span>
员工有研究生学历 ;
<br
/>
<span>
5
</span>
大洲
<span>
16
</span>
个国家/地区国际校友网络,覆盖全国
<span>
380+
</span>
省、市、自治区及行政特区。
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论