Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
86023cd0
提交
86023cd0
authored
4月 25, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
6bda91cb
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
162 行增加
和
45 行删除
+162
-45
index.js
.nuxt/components/index.js
+6
-4
plugin.js
.nuxt/components/plugin.js
+3
-2
readme.md
.nuxt/components/readme.md
+3
-2
index.js
.nuxt/index.js
+6
-6
router.js
.nuxt/router.js
+7
-7
routes.json
.nuxt/routes.json
+14
-14
tags.json
.nuxt/vetur/tags.json
+8
-5
Head.vue
components/Head.vue
+2
-0
headmasterMsg.vue
components/home/headmasterMsg.vue
+1
-1
openClass.vue
components/home/openClass.vue
+2
-0
rightAside.vue
components/rightAside.vue
+1
-1
tab.vue
components/services/tab.vue
+70
-0
default.vue
layouts/default.vue
+0
-1
major.vue
pages/services/major.vue
+39
-2
没有找到文件。
.nuxt/components/index.js
浏览文件 @
86023cd0
...
@@ -9,6 +9,8 @@ export { default as AboutDetail } from '../../components/about/detail.vue'
...
@@ -9,6 +9,8 @@ export { default as AboutDetail } from '../../components/about/detail.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.vue'
export
{
default
as
AboutNews
}
from
'../../components/about/news.vue'
export
{
default
as
AboutNews
}
from
'../../components/about/news.vue'
export
{
default
as
AboutTabNav
}
from
'../../components/about/tabNav.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'
export
{
default
as
HomeAlumniStories
}
from
'../../components/home/alumniStories.vue'
export
{
default
as
HomeBanner
}
from
'../../components/home/banner.vue'
export
{
default
as
HomeBanner
}
from
'../../components/home/banner.vue'
export
{
default
as
HomeDegreeEducation
}
from
'../../components/home/degreeEducation.vue'
export
{
default
as
HomeDegreeEducation
}
from
'../../components/home/degreeEducation.vue'
...
@@ -17,8 +19,7 @@ export { default as HomeHeadmasterMsg } from '../../components/home/headmasterMs
...
@@ -17,8 +19,7 @@ export { default as HomeHeadmasterMsg } from '../../components/home/headmasterMs
export
{
default
as
HomeOpenClass
}
from
'../../components/home/openClass.vue'
export
{
default
as
HomeOpenClass
}
from
'../../components/home/openClass.vue'
export
{
default
as
HomeProjectNotice
}
from
'../../components/home/projectNotice.vue'
export
{
default
as
HomeProjectNotice
}
from
'../../components/home/projectNotice.vue'
export
{
default
as
HomeServiceCase
}
from
'../../components/home/serviceCase.vue'
export
{
default
as
HomeServiceCase
}
from
'../../components/home/serviceCase.vue'
export
{
default
as
AlumnusParty
}
from
'../../components/alumnus/party.vue'
export
{
default
as
ServicesTab
}
from
'../../components/services/tab.vue'
export
{
default
as
AlumnusTabNav
}
from
'../../components/alumnus/tabNav.vue'
export
const
LazyFoot
=
import
(
'../../components/Foot.vue'
/* webpackChunkName: "components/foot" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
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
LazyHead
=
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
...
@@ -29,6 +30,8 @@ export const LazyAboutDetail = import('../../components/about/detail.vue' /* web
...
@@ -29,6 +30,8 @@ export const LazyAboutDetail = import('../../components/about/detail.vue' /* web
export
const
LazyAboutIntroduce
=
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
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
LazyAboutNews
=
import
(
'../../components/about/news.vue'
/* webpackChunkName: "components/about-news" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutNews
=
import
(
'../../components/about/news.vue'
/* webpackChunkName: "components/about-news" */
).
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
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
))
export
const
LazyHomeAlumniStories
=
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeBanner
=
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeBanner
=
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeDegreeEducation
=
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeDegreeEducation
=
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
...
@@ -37,5 +40,4 @@ export const LazyHomeHeadmasterMsg = import('../../components/home/headmasterMsg
...
@@ -37,5 +40,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
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
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
LazyHomeServiceCase
=
import
(
'../../components/home/serviceCase.vue'
/* webpackChunkName: "components/home-service-case" */
).
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
LazyServicesTab
=
import
(
'../../components/services/tab.vue'
/* webpackChunkName: "components/services-tab" */
).
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
))
.nuxt/components/plugin.js
浏览文件 @
86023cd0
...
@@ -11,6 +11,8 @@ const components = {
...
@@ -11,6 +11,8 @@ const components = {
AboutIntroduce
:
()
=>
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutIntroduce
:
()
=>
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutNews
:
()
=>
import
(
'../../components/about/news.vue'
/* webpackChunkName: "components/about-news" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutNews
:
()
=>
import
(
'../../components/about/news.vue'
/* webpackChunkName: "components/about-news" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutTabNav
:
()
=>
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
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
)),
HomeAlumniStories
:
()
=>
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeBanner
:
()
=>
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeBanner
:
()
=>
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeDegreeEducation
:
()
=>
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeDegreeEducation
:
()
=>
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
...
@@ -19,8 +21,7 @@ const components = {
...
@@ -19,8 +21,7 @@ const components = {
HomeOpenClass
:
()
=>
import
(
'../../components/home/openClass.vue'
/* webpackChunkName: "components/home-open-class" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
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
)),
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
)),
HomeServiceCase
:
()
=>
import
(
'../../components/home/serviceCase.vue'
/* webpackChunkName: "components/home-service-case" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusParty
:
()
=>
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
ServicesTab
:
()
=>
import
(
'../../components/services/tab.vue'
/* webpackChunkName: "components/services-tab" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
AlumnusTabNav
:
()
=>
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
}
}
for
(
const
name
in
components
)
{
for
(
const
name
in
components
)
{
...
...
.nuxt/components/readme.md
浏览文件 @
86023cd0
...
@@ -15,6 +15,8 @@ You can directly use them in pages and other components without the need to impo
...
@@ -15,6 +15,8 @@ You can directly use them in pages and other components without the need to impo
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.vue)
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.vue)
-
`<AboutNews>`
|
`<about-news>`
(components/about/news.vue)
-
`<AboutNews>`
|
`<about-news>`
(components/about/news.vue)
-
`<AboutTabNav>`
|
`<about-tab-nav>`
(components/about/tabNav.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)
-
`<HomeAlumniStories>`
|
`<home-alumni-stories>`
(components/home/alumniStories.vue)
-
`<HomeBanner>`
|
`<home-banner>`
(components/home/banner.vue)
-
`<HomeBanner>`
|
`<home-banner>`
(components/home/banner.vue)
-
`<HomeDegreeEducation>`
|
`<home-degree-education>`
(components/home/degreeEducation.vue)
-
`<HomeDegreeEducation>`
|
`<home-degree-education>`
(components/home/degreeEducation.vue)
...
@@ -23,5 +25,4 @@ You can directly use them in pages and other components without the need to impo
...
@@ -23,5 +25,4 @@ You can directly use them in pages and other components without the need to impo
-
`<HomeOpenClass>`
|
`<home-open-class>`
(components/home/openClass.vue)
-
`<HomeOpenClass>`
|
`<home-open-class>`
(components/home/openClass.vue)
-
`<HomeProjectNotice>`
|
`<home-project-notice>`
(components/home/projectNotice.vue)
-
`<HomeProjectNotice>`
|
`<home-project-notice>`
(components/home/projectNotice.vue)
-
`<HomeServiceCase>`
|
`<home-service-case>`
(components/home/serviceCase.vue)
-
`<HomeServiceCase>`
|
`<home-service-case>`
(components/home/serviceCase.vue)
-
`<AlumnusParty>`
|
`<alumnus-party>`
(components/alumnus/party.vue)
-
`<ServicesTab>`
|
`<services-tab>`
(components/services/tab.vue)
-
`<AlumnusTabNav>`
|
`<alumnus-tab-nav>`
(components/alumnus/tabNav.vue)
.nuxt/index.js
浏览文件 @
86023cd0
...
@@ -12,8 +12,8 @@ import { setContext, getLocation, getRouteData, normalizeError } from './utils'
...
@@ -12,8 +12,8 @@ import { setContext, getLocation, getRouteData, normalizeError } from './utils'
/* Plugins */
/* Plugins */
import
nuxt_plugin_plugin_
f1f94936
from
'nuxt_plugin_plugin_f1f9493
6'
// Source: ./components/plugin.js (mode: 'all')
import
nuxt_plugin_plugin_
430d6d16
from
'nuxt_plugin_plugin_430d6d1
6'
// Source: ./components/plugin.js (mode: 'all')
import
nuxt_plugin_axios_
54efb5fb
from
'nuxt_plugin_axios_54efb5fb
'
// Source: ./axios.js (mode: 'all')
import
nuxt_plugin_axios_
65ca092c
from
'nuxt_plugin_axios_65ca092c
'
// Source: ./axios.js (mode: 'all')
import
nuxt_plugin_elementui_d905880e
from
'nuxt_plugin_elementui_d905880e'
// Source: ../plugins/element-ui (mode: 'all')
import
nuxt_plugin_elementui_d905880e
from
'nuxt_plugin_elementui_d905880e'
// Source: ../plugins/element-ui (mode: 'all')
import
nuxt_plugin_vueswiper_9e702eda
from
'nuxt_plugin_vueswiper_9e702eda'
// Source: ../plugins/vue-swiper.js (mode: 'client')
import
nuxt_plugin_vueswiper_9e702eda
from
'nuxt_plugin_vueswiper_9e702eda'
// Source: ../plugins/vue-swiper.js (mode: 'client')
...
@@ -179,12 +179,12 @@ async function createApp(ssrContext, config = {}) {
...
@@ -179,12 +179,12 @@ async function createApp(ssrContext, config = {}) {
}
}
// Plugin execution
// Plugin execution
if
(
typeof
nuxt_plugin_plugin_
f1f9493
6
===
'function'
)
{
if
(
typeof
nuxt_plugin_plugin_
430d6d1
6
===
'function'
)
{
await
nuxt_plugin_plugin_
f1f9493
6
(
app
.
context
,
inject
)
await
nuxt_plugin_plugin_
430d6d1
6
(
app
.
context
,
inject
)
}
}
if
(
typeof
nuxt_plugin_axios_
54efb5fb
===
'function'
)
{
if
(
typeof
nuxt_plugin_axios_
65ca092c
===
'function'
)
{
await
nuxt_plugin_axios_
54efb5fb
(
app
.
context
,
inject
)
await
nuxt_plugin_axios_
65ca092c
(
app
.
context
,
inject
)
}
}
if
(
typeof
nuxt_plugin_elementui_d905880e
===
'function'
)
{
if
(
typeof
nuxt_plugin_elementui_d905880e
===
'function'
)
{
...
...
.nuxt/router.js
浏览文件 @
86023cd0
...
@@ -26,27 +26,27 @@ export const routerOptions = {
...
@@ -26,27 +26,27 @@ export const routerOptions = {
routes
:
[{
routes
:
[{
path
:
"/alumnus"
,
path
:
"/alumnus"
,
component
:
_
57a4425d
,
component
:
_
2dc5f64c
,
name
:
"alumnus"
name
:
"alumnus"
},
{
},
{
path
:
"/about/contact"
,
path
:
"/about/contact"
,
component
:
_
6e93e90f
,
component
:
_
44b59cfe
,
name
:
"about-contact"
name
:
"about-contact"
},
{
},
{
path
:
"/about/culture"
,
path
:
"/about/culture"
,
component
:
_
3a85a39d
,
component
:
_
10a7578c
,
name
:
"about-culture"
name
:
"about-culture"
},
{
},
{
path
:
"/about/introduce"
,
path
:
"/about/introduce"
,
component
:
_
4f4e7cce
,
component
:
_
23d2f0fd
,
name
:
"about-introduce"
name
:
"about-introduce"
},
{
},
{
path
:
"/about/news"
,
path
:
"/about/news"
,
component
:
_
347570f4
,
component
:
_
7f16db65
,
name
:
"about-news"
name
:
"about-news"
},
{
},
{
path
:
"/about/news-detail"
,
path
:
"/about/news-detail"
,
component
:
_2
879487a
,
component
:
_2
49d262e
,
name
:
"about-news-detail"
name
:
"about-news-detail"
},
{
},
{
path
:
"/services/major"
,
path
:
"/services/major"
,
...
@@ -54,7 +54,7 @@ export const routerOptions = {
...
@@ -54,7 +54,7 @@ export const routerOptions = {
name
:
"services-major"
name
:
"services-major"
},
{
},
{
path
:
"/"
,
path
:
"/"
,
component
:
_4
3259943
,
component
:
_4
d95ac32
,
name
:
"index"
name
:
"index"
}],
}],
...
...
.nuxt/routes.json
浏览文件 @
86023cd0
...
@@ -2,44 +2,44 @@
...
@@ -2,44 +2,44 @@
{
{
"name"
:
"alumnus"
,
"name"
:
"alumnus"
,
"path"
:
"/alumnus"
,
"path"
:
"/alumnus"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/alumnus/index.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/alumnus/index.vue"
,
"chunkName"
:
"pages/alumnus/index"
,
"chunkName"
:
"pages/alumnus/index"
,
"_name"
:
"_
57a4425d
"
"_name"
:
"_
2dc5f64c
"
},
},
{
{
"name"
:
"about-contact"
,
"name"
:
"about-contact"
,
"path"
:
"/about/contact"
,
"path"
:
"/about/contact"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/about/contact.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/about/contact.vue"
,
"chunkName"
:
"pages/about/contact"
,
"chunkName"
:
"pages/about/contact"
,
"_name"
:
"_
6e93e90f
"
"_name"
:
"_
44b59cfe
"
},
},
{
{
"name"
:
"about-culture"
,
"name"
:
"about-culture"
,
"path"
:
"/about/culture"
,
"path"
:
"/about/culture"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/about/culture.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/about/culture.vue"
,
"chunkName"
:
"pages/about/culture"
,
"chunkName"
:
"pages/about/culture"
,
"_name"
:
"_
3a85a39d
"
"_name"
:
"_
10a7578c
"
},
},
{
{
"name"
:
"about-introduce"
,
"name"
:
"about-introduce"
,
"path"
:
"/about/introduce"
,
"path"
:
"/about/introduce"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/about/introduce.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/about/introduce.vue"
,
"chunkName"
:
"pages/about/introduce"
,
"chunkName"
:
"pages/about/introduce"
,
"_name"
:
"_
4f4e7cce
"
"_name"
:
"_
23d2f0fd
"
},
},
{
{
"name"
:
"about-news"
,
"name"
:
"about-news"
,
"path"
:
"/about/news"
,
"path"
:
"/about/news"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/about/news.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/about/news.vue"
,
"chunkName"
:
"pages/about/news"
,
"chunkName"
:
"pages/about/news"
,
"_name"
:
"_
347570f4
"
"_name"
:
"_
7f16db65
"
},
},
{
{
"name"
:
"about-news-detail"
,
"name"
:
"about-news-detail"
,
"path"
:
"/about/news-detail"
,
"path"
:
"/about/news-detail"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/about/news-detail.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/about/news-detail.vue"
,
"chunkName"
:
"pages/about/news-detail"
,
"chunkName"
:
"pages/about/news-detail"
,
"_name"
:
"_2
879487a
"
"_name"
:
"_2
49d262e
"
},
},
{
{
"name"
:
"services-major"
,
"name"
:
"services-major"
,
...
@@ -51,8 +51,8 @@
...
@@ -51,8 +51,8 @@
{
{
"name"
:
"index"
,
"name"
:
"index"
,
"path"
:
"/"
,
"path"
:
"/"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/index.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/index.vue"
,
"chunkName"
:
"pages/index"
,
"chunkName"
:
"pages/index"
,
"_name"
:
"_4
3259943
"
"_name"
:
"_4
d95ac32
"
}
}
]
]
.nuxt/vetur/tags.json
浏览文件 @
86023cd0
...
@@ -26,6 +26,12 @@
...
@@ -26,6 +26,12 @@
"AboutTabNav"
:
{
"AboutTabNav"
:
{
"description"
:
"Auto imported from components/about/tabNav.vue"
"description"
:
"Auto imported from components/about/tabNav.vue"
},
},
"AlumnusParty"
:
{
"description"
:
"Auto imported from components/alumnus/party.vue"
},
"AlumnusTabNav"
:
{
"description"
:
"Auto imported from components/alumnus/tabNav.vue"
},
"HomeAlumniStories"
:
{
"HomeAlumniStories"
:
{
"description"
:
"Auto imported from components/home/alumniStories.vue"
"description"
:
"Auto imported from components/home/alumniStories.vue"
},
},
...
@@ -50,10 +56,7 @@
...
@@ -50,10 +56,7 @@
"HomeServiceCase"
:
{
"HomeServiceCase"
:
{
"description"
:
"Auto imported from components/home/serviceCase.vue"
"description"
:
"Auto imported from components/home/serviceCase.vue"
},
},
"AlumnusParty"
:
{
"ServicesTab"
:
{
"description"
:
"Auto imported from components/alumnus/party.vue"
"description"
:
"Auto imported from components/services/tab.vue"
},
"AlumnusTabNav"
:
{
"description"
:
"Auto imported from components/alumnus/tabNav.vue"
}
}
}
}
components/Head.vue
浏览文件 @
86023cd0
...
@@ -295,8 +295,10 @@
...
@@ -295,8 +295,10 @@
showEnroll
()
{
showEnroll
()
{
const
dom
=
document
.
getElementById
(
'show-enroll'
)
const
dom
=
document
.
getElementById
(
'show-enroll'
)
const
dom2
=
document
.
getElementById
(
'show-enroll-content'
)
const
dom2
=
document
.
getElementById
(
'show-enroll-content'
)
const
dom3
=
document
.
getElementById
(
'show-enroll-wx'
)
dom
.
style
.
display
=
'block'
dom
.
style
.
display
=
'block'
dom2
.
style
.
display
=
'block'
dom2
.
style
.
display
=
'block'
dom3
.
style
.
display
=
'none'
}
}
},
},
computed
:
{
computed
:
{
...
...
components/home/headmasterMsg.vue
浏览文件 @
86023cd0
...
@@ -36,7 +36,7 @@ export default {
...
@@ -36,7 +36,7 @@ export default {
clickable
:
true
clickable
:
true
},
},
direction
:
'vertical'
,
direction
:
'vertical'
,
height
:
5
0
0
,
height
:
5
2
0
,
autoHeight
:
true
autoHeight
:
true
}
}
}
}
...
...
components/home/openClass.vue
浏览文件 @
86023cd0
...
@@ -70,8 +70,10 @@ export default {
...
@@ -70,8 +70,10 @@ export default {
showEnroll
()
{
showEnroll
()
{
const
dom
=
document
.
getElementById
(
'show-enroll'
)
const
dom
=
document
.
getElementById
(
'show-enroll'
)
const
dom2
=
document
.
getElementById
(
'show-enroll-content'
)
const
dom2
=
document
.
getElementById
(
'show-enroll-content'
)
const
dom3
=
document
.
getElementById
(
'show-enroll-wx'
)
dom
.
style
.
display
=
'block'
dom
.
style
.
display
=
'block'
dom2
.
style
.
display
=
'block'
dom2
.
style
.
display
=
'block'
dom3
.
style
.
display
=
'none'
}
}
}
}
}
}
...
...
components/rightAside.vue
浏览文件 @
86023cd0
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
</p>
</p>
<p><el-button
style=
"width: 100%"
@
click=
"submitEnroll"
>
立即报名
</el-button></p>
<p><el-button
style=
"width: 100%"
@
click=
"submitEnroll"
>
立即报名
</el-button></p>
</div>
</div>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
id=
"show-enroll-wx"
>
<h5>
扫描关注微信公众号
</h5>
<h5>
扫描关注微信公众号
</h5>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jpg"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jpg"
/>
</div>
</div>
...
...
components/services/tab.vue
0 → 100644
浏览文件 @
86023cd0
<
template
>
<ul
class=
"tab-content"
>
<li
v-for=
"(item, index) in data"
:class=
"indexActive === index && 'active'"
:key=
"index"
@
click=
"tabChanges(index)"
>
{{
item
.
name
}}
</li>
</ul>
</
template
>
<
script
>
export
default
{
props
:
{
data
:
{
type
:
Array
}
},
data
()
{
return
{
indexActive
:
0
}
},
mounted
()
{
},
methods
:
{
tabChanges
(
index
)
{
this
.
indexActive
=
index
this
.
$emit
(
'tabIndex'
,
index
)
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.tab-content
{
width
:
160px
;
// height: 110px;
background
:
#fff
;
padding-top
:
35px
;
padding-bottom
:
43px
;
li
{
position
:
relative
;
width
:
100%
;
height
:
40px
;
font-size
:
22px
;
line-height
:
40px
;
text-align
:
center
;
color
:
#777777
;
margin-bottom
:
60px
;
cursor
:
pointer
;
&
:last-child
{
margin
:
0
;
}
&
.active
{
color
:
rgba
(
170
,
25
,
65
,
1
);
&
:
:
after
{
content
:
''
;
width
:
8px
;
height
:
40px
;
background
:
rgba
(
170
,
25
,
65
,
1
);
position
:
absolute
;
top
:
0
;
left
:
0
;
}
}
}
}
</
style
>
\ No newline at end of file
layouts/default.vue
浏览文件 @
86023cd0
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
<Nuxt
/>
<Nuxt
/>
<Foot
/>
<Foot
/>
<RightAside
/>
<RightAside
/>
<!-- a -->
</div>
</div>
</
template
>
</
template
>
<
style
>
<
style
>
...
...
pages/services/major.vue
浏览文件 @
86023cd0
<
template
>
<
template
>
<div>
<div
class=
"major-content"
>
<tab
:data=
"tabList"
/>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
import
tab
from
'../../components/services/tab'
export
default
{
components
:
{
tab
},
data
()
{
return
{
tabList
:
[
{
name
:
'专业顶层设计'
},
{
name
:
'实训基地建设'
},
{
name
:
'实训平台建设'
},
{
name
:
'课程资源建设'
},
{
name
:
'引产入校'
},
{
name
:
'师资培训'
},
{
name
:
'专业+创新创业'
}
]
}
}
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.major-content
{
width
:
1200px
;
margin
:
0
auto
;
display
:
flex
;
}
</
style
>
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论