Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
6cf91173
提交
6cf91173
authored
5月 25, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
7c763a7f
显示空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
163 行增加
和
160 行删除
+163
-160
index.js
.nuxt/components/index.js
+10
-10
plugin.js
.nuxt/components/plugin.js
+5
-5
readme.md
.nuxt/components/readme.md
+5
-5
index.js
.nuxt/index.js
+3
-3
router.js
.nuxt/router.js
+22
-22
routes.json
.nuxt/routes.json
+22
-22
tags.json
.nuxt/vetur/tags.json
+13
-13
Head.vue
components/Head.vue
+66
-66
party.vue
components/alumnus/party.vue
+3
-1
projectNotice.vue
components/home/projectNotice.vue
+7
-7
_id.vue
pages/about/news/_id.vue
+5
-4
college.vue
pages/services/college.vue
+1
-1
job.vue
pages/services/job.vue
+1
-1
没有找到文件。
.nuxt/components/index.js
浏览文件 @
6cf91173
...
...
@@ -3,11 +3,7 @@ import { wrapFunctional } from './utils'
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
RightAside
}
from
'../../components/RightAside.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'
...
...
@@ -18,16 +14,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
LazyRightAside
=
import
(
'../../components/RightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
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
))
...
...
@@ -38,4 +34,8 @@ 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
浏览文件 @
6cf91173
...
...
@@ -5,11 +5,7 @@ const components = {
Foot
:
()
=>
import
(
'../../components/Foot.vue'
/* webpackChunkName: "components/foot" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
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
)),
RightAside
:
()
=>
import
(
'../../components/RightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
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
)),
...
...
@@ -20,6 +16,10 @@ 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
浏览文件 @
6cf91173
...
...
@@ -9,11 +9,7 @@ You can directly use them in pages and other components without the need to impo
-
`<Foot>`
|
`<foot>`
(components/Foot.vue)
-
`<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)
-
`<RightAside>`
|
`<right-aside>`
(components/RightAside.vue)
-
`<AlumnusParty>`
|
`<alumnus-party>`
(components/alumnus/party.vue)
-
`<AlumnusTabNav>`
|
`<alumnus-tab-nav>`
(components/alumnus/tabNav.vue)
-
`<HomeAlumniStories>`
|
`<home-alumni-stories>`
(components/home/alumniStories.vue)
...
...
@@ -24,4 +20,8 @@ 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/index.js
浏览文件 @
6cf91173
...
...
@@ -12,7 +12,7 @@ import { setContext, getLocation, getRouteData, normalizeError } from './utils'
/* 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_2228ef02
from
'nuxt_plugin_axios_2228ef02'
// Source: ../plugins/axios (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')
...
...
@@ -179,8 +179,8 @@ async function createApp(ssrContext, config = {}) {
}
// Plugin execution
if
(
typeof
nuxt_plugin_plugin_
f1f9493
6
===
'function'
)
{
await
nuxt_plugin_plugin_
f1f9493
6
(
app
.
context
,
inject
)
if
(
typeof
nuxt_plugin_plugin_
430d6d1
6
===
'function'
)
{
await
nuxt_plugin_plugin_
430d6d1
6
(
app
.
context
,
inject
)
}
if
(
typeof
nuxt_plugin_axios_2228ef02
===
'function'
)
{
...
...
.nuxt/router.js
浏览文件 @
6cf91173
...
...
@@ -4,17 +4,17 @@ import { normalizeURL, decode } from 'ufo'
import
{
interopDefault
}
from
'./utils'
import
scrollBehavior
from
'./router.scrollBehavior.js'
const
_
57a4425d
=
()
=>
interopDefault
(
import
(
'../pages/alumnus/index.vue'
/* webpackChunkName: "pages/alumnus/index" */
))
const
_
6e93e90f
=
()
=>
interopDefault
(
import
(
'../pages/about/contact.vue'
/* webpackChunkName: "pages/about/contact" */
))
const
_
3a85a39d
=
()
=>
interopDefault
(
import
(
'../pages/about/culture.vue'
/* webpackChunkName: "pages/about/culture" */
))
const
_
4f4e7cce
=
()
=>
interopDefault
(
import
(
'../pages/about/introduce.vue'
/* webpackChunkName: "pages/about/introduce" */
))
const
_
fc431f12
=
()
=>
interopDefault
(
import
(
'../pages/about/news/index.vue'
/* webpackChunkName: "pages/about/news/index" */
))
const
_
3ab33805
=
()
=>
interopDefault
(
import
(
'../pages/services/college.vue'
/* webpackChunkName: "pages/services/college" */
))
const
_
ec7b1d24
=
()
=>
interopDefault
(
import
(
'../pages/services/employment.vue'
/* webpackChunkName: "pages/services/employment" */
))
const
_
340d0a2b
=
()
=>
interopDefault
(
import
(
'../pages/services/job.vue'
/* webpackChunkName: "pages/services/job" */
))
const
_
ed96eeb2
=
()
=>
interopDefault
(
import
(
'../pages/services/major.vue'
/* webpackChunkName: "pages/services/major" */
))
const
_
8727b6c2
=
()
=>
interopDefault
(
import
(
'../pages/about/news/_id.vue'
/* webpackChunkName: "pages/about/news/_id" */
))
const
_4
3259943
=
()
=>
interopDefault
(
import
(
'../pages/index.vue'
/* webpackChunkName: "pages/index" */
))
const
_
2dc5f64c
=
()
=>
interopDefault
(
import
(
'../pages/alumnus/index.vue'
/* webpackChunkName: "pages/alumnus/index" */
))
const
_
44b59cfe
=
()
=>
interopDefault
(
import
(
'../pages/about/contact.vue'
/* webpackChunkName: "pages/about/contact" */
))
const
_
10a7578c
=
()
=>
interopDefault
(
import
(
'../pages/about/culture.vue'
/* webpackChunkName: "pages/about/culture" */
))
const
_
23d2f0fd
=
()
=>
interopDefault
(
import
(
'../pages/about/introduce.vue'
/* webpackChunkName: "pages/about/introduce" */
))
const
_
3de88228
=
()
=>
interopDefault
(
import
(
'../pages/about/news/index.vue'
/* webpackChunkName: "pages/about/news/index" */
))
const
_
12856c94
=
()
=>
interopDefault
(
import
(
'../pages/services/college.vue'
/* webpackChunkName: "pages/services/college" */
))
const
_
3cf993c6
=
()
=>
interopDefault
(
import
(
'../pages/services/employment.vue'
/* webpackChunkName: "pages/services/employment" */
))
const
_
5bfd9c5c
=
()
=>
interopDefault
(
import
(
'../pages/services/job.vue'
/* webpackChunkName: "pages/services/job" */
))
const
_
77495298
=
()
=>
interopDefault
(
import
(
'../pages/services/major.vue'
/* webpackChunkName: "pages/services/major" */
))
const
_
aafe22e0
=
()
=>
interopDefault
(
import
(
'../pages/about/news/_id.vue'
/* webpackChunkName: "pages/about/news/_id" */
))
const
_4
d95ac32
=
()
=>
interopDefault
(
import
(
'../pages/index.vue'
/* webpackChunkName: "pages/index" */
))
const
emptyFn
=
()
=>
{}
...
...
@@ -29,47 +29,47 @@ export const routerOptions = {
routes
:
[{
path
:
"/alumnus"
,
component
:
_
57a4425d
,
component
:
_
2dc5f64c
,
name
:
"alumnus"
},
{
path
:
"/about/contact"
,
component
:
_
6e93e90f
,
component
:
_
44b59cfe
,
name
:
"about-contact"
},
{
path
:
"/about/culture"
,
component
:
_
3a85a39d
,
component
:
_
10a7578c
,
name
:
"about-culture"
},
{
path
:
"/about/introduce"
,
component
:
_
4f4e7cce
,
component
:
_
23d2f0fd
,
name
:
"about-introduce"
},
{
path
:
"/about/news"
,
component
:
_
fc431f12
,
component
:
_
3de88228
,
name
:
"about-news"
},
{
path
:
"/services/college"
,
component
:
_
3ab33805
,
component
:
_
12856c94
,
name
:
"services-college"
},
{
path
:
"/services/employment"
,
component
:
_
ec7b1d24
,
component
:
_
3cf993c6
,
name
:
"services-employment"
},
{
path
:
"/services/job"
,
component
:
_
340d0a2b
,
component
:
_
5bfd9c5c
,
name
:
"services-job"
},
{
path
:
"/services/major"
,
component
:
_
ed96eeb2
,
component
:
_
77495298
,
name
:
"services-major"
},
{
path
:
"/about/news/:id"
,
component
:
_
8727b6c2
,
component
:
_
aafe22e0
,
name
:
"about-news-id"
},
{
path
:
"/"
,
component
:
_4
3259943
,
component
:
_4
d95ac32
,
name
:
"index"
}],
...
...
.nuxt/routes.json
浏览文件 @
6cf91173
...
...
@@ -2,78 +2,78 @@
{
"name"
:
"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"
,
"_name"
:
"_
57a4425d
"
"_name"
:
"_
2dc5f64c
"
},
{
"name"
:
"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"
,
"_name"
:
"_
6e93e90f
"
"_name"
:
"_
44b59cfe
"
},
{
"name"
:
"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"
,
"_name"
:
"_
3a85a39d
"
"_name"
:
"_
10a7578c
"
},
{
"name"
:
"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"
,
"_name"
:
"_
4f4e7cce
"
"_name"
:
"_
23d2f0fd
"
},
{
"name"
:
"about-news"
,
"path"
:
"/about/news"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/about/news/index.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/about/news/index.vue"
,
"chunkName"
:
"pages/about/news/index"
,
"_name"
:
"_
fc431f12
"
"_name"
:
"_
3de88228
"
},
{
"name"
:
"services-college"
,
"path"
:
"/services/college"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/services/college.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/services/college.vue"
,
"chunkName"
:
"pages/services/college"
,
"_name"
:
"_
3ab33805
"
"_name"
:
"_
12856c94
"
},
{
"name"
:
"services-employment"
,
"path"
:
"/services/employment"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/services/employment.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/services/employment.vue"
,
"chunkName"
:
"pages/services/employment"
,
"_name"
:
"_
ec7b1d24
"
"_name"
:
"_
3cf993c6
"
},
{
"name"
:
"services-job"
,
"path"
:
"/services/job"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/services/job.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/services/job.vue"
,
"chunkName"
:
"pages/services/job"
,
"_name"
:
"_
340d0a2b
"
"_name"
:
"_
5bfd9c5c
"
},
{
"name"
:
"services-major"
,
"path"
:
"/services/major"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/services/major.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/services/major.vue"
,
"chunkName"
:
"pages/services/major"
,
"_name"
:
"_
ed96eeb2
"
"_name"
:
"_
77495298
"
},
{
"name"
:
"about-news-id"
,
"path"
:
"/about/news/:id"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/about/news/_id.vue"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/about/news/_id.vue"
,
"chunkName"
:
"pages/about/news/_id"
,
"_name"
:
"_
8727b6c2
"
"_name"
:
"_
aafe22e0
"
},
{
"name"
:
"index"
,
"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"
,
"_name"
:
"_4
3259943
"
"_name"
:
"_4
d95ac32
"
}
]
.nuxt/vetur/tags.json
浏览文件 @
6cf91173
...
...
@@ -9,19 +9,7 @@
"description"
:
"Auto imported from components/Link.vue"
},
"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"
"description"
:
"Auto imported from components/RightAside.vue"
},
"AlumnusParty"
:
{
"description"
:
"Auto imported from components/alumnus/party.vue"
...
...
@@ -53,6 +41,18 @@
"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/Head.vue
浏览文件 @
6cf91173
...
...
@@ -87,6 +87,72 @@
}
]
},
{
name
:
'教育服务'
,
childern
:
[
{
name
:
'1+x'
,
isShow
:
false
,
childern
:
[
{
name
:
'金融产品数字化营销证书'
,
path
:
'http://x.ezijing.com'
,
pathType
:
1
},
{
name
:
'数字金融客户服务证书'
,
pathType
:
3
},
{
name
:
'酒店及旅游业的数字化营销证书'
,
pathType
:
3
},
{
name
:
'青少年儿童心理以及行为指导证书'
,
pathType
:
3
}
]
},
{
name
:
'专业共建'
,
isShow
:
false
,
path
:
'/services/major'
},
{
name
:
'产业学院'
,
isShow
:
false
,
path
:
'/services/college'
},
{
name
:
'新职业'
,
isShow
:
false
,
path
:
'/services/job'
},
{
name
:
'高质量实习就业服务'
,
isShow
:
false
,
path
:
'/services/employment'
},
{
name
:
'在线教育解决方案'
,
isShow
:
false
,
childern
:
[
{
name
:
'产品技术'
,
pathType
:
3
},
{
name
:
'技术支持'
,
pathType
:
3
},
{
name
:
'联合运营'
,
pathType
:
3
}
]
}
]
},
{
name
:
'学位教育'
,
childern
:
[
...
...
@@ -163,72 +229,6 @@
}
]
},
{
name
:
'教育服务'
,
childern
:
[
{
name
:
'1+x'
,
isShow
:
false
,
childern
:
[
{
name
:
'金融产品数字化营销证书'
,
path
:
'http://x.ezijing.com'
,
pathType
:
1
},
{
name
:
'数字金融客户服务证书'
,
pathType
:
3
},
{
name
:
'酒店及旅游业的数字化营销证书'
,
pathType
:
3
},
{
name
:
'青少年儿童心理以及行为指导证书'
,
pathType
:
3
}
]
},
{
name
:
'专业共建'
,
isShow
:
false
,
path
:
'/services/major'
},
{
name
:
'产业学院'
,
isShow
:
false
,
path
:
'/services/college'
},
{
name
:
'新职业'
,
isShow
:
false
,
path
:
'/services/job'
},
{
name
:
'高质量实习就业服务'
,
isShow
:
false
,
path
:
'/services/employment'
},
{
name
:
'在线教育解决方案'
,
isShow
:
false
,
childern
:
[
{
name
:
'产品技术'
,
pathType
:
3
},
{
name
:
'技术支持'
,
pathType
:
3
},
{
name
:
'联合运营'
,
pathType
:
3
}
]
}
]
},
{
name
:
'校友会'
,
path
:
'/alumnus'
,
...
...
components/alumnus/party.vue
浏览文件 @
6cf91173
...
...
@@ -85,13 +85,15 @@ export default {
}
.alumnus-code
{
width
:
202px
;
margin
:
0
auto
;
padding-top
:
28px
;
.t
{
font-size
:
22px
;
line-height
:
100%
;
margin-bottom
:
24px
;
color
:
#424242
;
padding-left
:
26px
;
// padding-left: 26px;
text-align
:
center
;
}
img
{
width
:
100%
;
...
...
components/home/projectNotice.vue
浏览文件 @
6cf91173
...
...
@@ -9,15 +9,15 @@
</div>
<div
class=
"news-content"
>
<div
class=
"left-content"
>
<
div
class=
"tit"
>
即将开始的
<br
/>
课程日期
</div
>
<
!--
<div
class=
"tit"
>
即将开始的
<br
/>
课程日期
</div>
--
>
<div
class=
"list"
>
<div
class=
"li"
>
<div
class=
"txt"
>
KELLEY商学院金融硕士(MSF)开学典礼
</div>
<div
class=
"time"
>
3月23
日
</div>
<div
class=
"time"
>
5月22
日
</div>
</div>
<div
class=
"li"
>
<div
class=
"txt"
>
酒店管理HMBA
<br
/>
报名截止日
</div>
<div
class=
"time"
>
4月10
日
</div>
<div
class=
"txt"
>
紫荆-索菲亚金融方向工商管理硕士开学典礼
</div>
<div
class=
"time"
>
5月29
日
</div>
</div>
</div>
</div>
...
...
@@ -122,8 +122,8 @@ export default {
text-align
:
center
;
}
.list
{
width
:
378px
;
margin-left
:
60px
;
//
width: 378px;
//
margin-left: 60px;
transform
:
translateY
(
-15px
);
.li
{
display
:
flex
;
...
...
@@ -135,7 +135,7 @@ export default {
padding-top
:
0
;
}
.txt
{
width
:
188
px
;
width
:
450
px
;
font-size
:
18px
;
font-weight
:
400
;
line-height
:
24px
;
...
...
pages/about/news/_id.vue
浏览文件 @
6cf91173
...
...
@@ -45,12 +45,13 @@ export default {
})
const
params
=
{
project_id
:
process
.
env
.
projectId
,
type_tag
:
'article_news'
type_tag
:
'article_news'
,
is_recommend
:
1
,
page
:
1
,
limit
:
3
}
this
.
listData
=
await
this
.
$axios
.
get
(
'/api/cms/api/v1/articles'
,
{
params
}).
then
(
res
=>
{
return
res
.
data
.
data
.
filter
((
item
,
index
)
=>
{
return
index
<
3
})
return
res
.
data
.
data
})
},
mounted
()
{},
...
...
pages/services/college.vue
浏览文件 @
6cf91173
...
...
@@ -143,7 +143,7 @@ export default {
name
:
'数字金融'
},
{
name
:
'国际品牌管理<br />与
新媒体
运营'
name
:
'国际品牌管理<br />与
数字
运营'
}
],
showModule
:
0
...
...
pages/services/job.vue
浏览文件 @
6cf91173
...
...
@@ -118,7 +118,7 @@ export default {
name
:
'数字金融'
},
{
name
:
'国际品牌管理<br />与
新媒体
运营'
name
:
'国际品牌管理<br />与
数字
运营'
}
],
showModule
:
0
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论