Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
f2eafcdb
提交
f2eafcdb
authored
6月 04, 2021
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
a50055dc
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
62 行增加
和
73 行删除
+62
-73
index.js
.nuxt/components/index.js
+4
-4
plugin.js
.nuxt/components/plugin.js
+2
-2
readme.md
.nuxt/components/readme.md
+2
-2
index.js
.nuxt/index.js
+3
-3
router.js
.nuxt/router.js
+22
-22
routes.json
.nuxt/routes.json
+22
-33
tags.json
.nuxt/vetur/tags.json
+6
-6
projectNotice.vue
components/home/projectNotice.vue
+1
-1
没有找到文件。
.nuxt/components/index.js
浏览文件 @
f2eafcdb
...
@@ -4,12 +4,12 @@ export { default as Foot } from '../../components/Foot.vue'
...
@@ -4,12 +4,12 @@ export { default as Foot } from '../../components/Foot.vue'
export
{
default
as
Head
}
from
'../../components/Head.vue'
export
{
default
as
Head
}
from
'../../components/Head.vue'
export
{
default
as
Link
}
from
'../../components/Link.vue'
export
{
default
as
Link
}
from
'../../components/Link.vue'
export
{
default
as
RightAside
}
from
'../../components/rightAside.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
AboutContact
}
from
'../../components/about/contact.vue'
export
{
default
as
AboutContact
}
from
'../../components/about/contact.vue'
export
{
default
as
AboutCulture
}
from
'../../components/about/culture.vue'
export
{
default
as
AboutCulture
}
from
'../../components/about/culture.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.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'
...
@@ -24,12 +24,12 @@ export const LazyFoot = import('../../components/Foot.vue' /* webpackChunkName:
...
@@ -24,12 +24,12 @@ export const LazyFoot = import('../../components/Foot.vue' /* webpackChunkName:
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
))
export
const
LazyLink
=
import
(
'../../components/Link.vue'
/* webpackChunkName: "components/link" */
).
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
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
LazyAboutContact
=
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
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
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
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
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
))
...
...
.nuxt/components/plugin.js
浏览文件 @
f2eafcdb
...
@@ -6,12 +6,12 @@ const components = {
...
@@ -6,12 +6,12 @@ const components = {
Head
:
()
=>
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
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
)),
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
)),
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
)),
AboutContact
:
()
=>
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
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
)),
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
)),
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
)),
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
)),
...
...
.nuxt/components/readme.md
浏览文件 @
f2eafcdb
...
@@ -10,12 +10,12 @@ You can directly use them in pages and other components without the need to impo
...
@@ -10,12 +10,12 @@ You can directly use them in pages and other components without the need to impo
-
`<Head>`
|
`<head>`
(components/Head.vue)
-
`<Head>`
|
`<head>`
(components/Head.vue)
-
`<Link>`
|
`<link>`
(components/Link.vue)
-
`<Link>`
|
`<link>`
(components/Link.vue)
-
`<RightAside>`
|
`<right-aside>`
(components/rightAside.vue)
-
`<RightAside>`
|
`<right-aside>`
(components/rightAside.vue)
-
`<AlumnusParty>`
|
`<alumnus-party>`
(components/alumnus/party.vue)
-
`<AlumnusTabNav>`
|
`<alumnus-tab-nav>`
(components/alumnus/tabNav.vue)
-
`<AboutContact>`
|
`<about-contact>`
(components/about/contact.vue)
-
`<AboutContact>`
|
`<about-contact>`
(components/about/contact.vue)
-
`<AboutCulture>`
|
`<about-culture>`
(components/about/culture.vue)
-
`<AboutCulture>`
|
`<about-culture>`
(components/about/culture.vue)
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.vue)
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.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)
...
...
.nuxt/index.js
浏览文件 @
f2eafcdb
...
@@ -12,7 +12,7 @@ import { setContext, getLocation, getRouteData, normalizeError } from './utils'
...
@@ -12,7 +12,7 @@ import { setContext, getLocation, getRouteData, normalizeError } from './utils'
/* Plugins */
/* Plugins */
import
nuxt_plugin_plugin_
430d6d16
from
'nuxt_plugin_plugin_430d6d1
6'
// Source: ./components/plugin.js (mode: 'all')
import
nuxt_plugin_plugin_
f1f94936
from
'nuxt_plugin_plugin_f1f9493
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_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_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')
...
@@ -180,8 +180,8 @@ async function createApp(ssrContext, config = {}) {
...
@@ -180,8 +180,8 @@ async function createApp(ssrContext, config = {}) {
}
}
// Plugin execution
// Plugin execution
if
(
typeof
nuxt_plugin_plugin_
430d6d1
6
===
'function'
)
{
if
(
typeof
nuxt_plugin_plugin_
f1f9493
6
===
'function'
)
{
await
nuxt_plugin_plugin_
430d6d1
6
(
app
.
context
,
inject
)
await
nuxt_plugin_plugin_
f1f9493
6
(
app
.
context
,
inject
)
}
}
if
(
typeof
nuxt_plugin_axios_2228ef02
===
'function'
)
{
if
(
typeof
nuxt_plugin_axios_2228ef02
===
'function'
)
{
...
...
.nuxt/router.js
浏览文件 @
f2eafcdb
...
@@ -4,17 +4,17 @@ import { normalizeURL, decode } from 'ufo'
...
@@ -4,17 +4,17 @@ import { normalizeURL, decode } from 'ufo'
import
{
interopDefault
}
from
'./utils'
import
{
interopDefault
}
from
'./utils'
import
scrollBehavior
from
'./router.scrollBehavior.js'
import
scrollBehavior
from
'./router.scrollBehavior.js'
const
_
2dc5f64c
=
()
=>
interopDefault
(
import
(
'../pages/alumnus/index.vue'
/* webpackChunkName: "pages/alumnus/index" */
))
const
_
57a4425d
=
()
=>
interopDefault
(
import
(
'../pages/alumnus/index.vue'
/* webpackChunkName: "pages/alumnus/index" */
))
const
_
44b59cfe
=
()
=>
interopDefault
(
import
(
'../pages/about/contact.vue'
/* webpackChunkName: "pages/about/contact" */
))
const
_
6e93e90f
=
()
=>
interopDefault
(
import
(
'../pages/about/contact.vue'
/* webpackChunkName: "pages/about/contact" */
))
const
_
10a7578c
=
()
=>
interopDefault
(
import
(
'../pages/about/culture.vue'
/* webpackChunkName: "pages/about/culture" */
))
const
_
3a85a39d
=
()
=>
interopDefault
(
import
(
'../pages/about/culture.vue'
/* webpackChunkName: "pages/about/culture" */
))
const
_
23d2f0fd
=
()
=>
interopDefault
(
import
(
'../pages/about/introduce.vue'
/* webpackChunkName: "pages/about/introduce" */
))
const
_
4f4e7cce
=
()
=>
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
_
fc431f12
=
()
=>
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
_
3ab33805
=
()
=>
interopDefault
(
import
(
'../pages/services/college.vue'
/* webpackChunkName: "pages/services/college" */
))
const
_
3cf993c6
=
()
=>
interopDefault
(
import
(
'../pages/services/employment.vue'
/* webpackChunkName: "pages/services/employment" */
))
const
_
ec7b1d24
=
()
=>
interopDefault
(
import
(
'../pages/services/employment.vue'
/* webpackChunkName: "pages/services/employment" */
))
const
_
5bfd9c5c
=
()
=>
interopDefault
(
import
(
'../pages/services/job.vue'
/* webpackChunkName: "pages/services/job" */
))
const
_
340d0a2b
=
()
=>
interopDefault
(
import
(
'../pages/services/job.vue'
/* webpackChunkName: "pages/services/job" */
))
const
_
77495298
=
()
=>
interopDefault
(
import
(
'../pages/services/major.vue'
/* webpackChunkName: "pages/services/major" */
))
const
_
ed96eeb2
=
()
=>
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
_
8727b6c2
=
()
=>
interopDefault
(
import
(
'../pages/about/news/_id.vue'
/* webpackChunkName: "pages/about/news/_id" */
))
const
_4
d95ac32
=
()
=>
interopDefault
(
import
(
'../pages/index.vue'
/* webpackChunkName: "pages/index" */
))
const
_4
3259943
=
()
=>
interopDefault
(
import
(
'../pages/index.vue'
/* webpackChunkName: "pages/index" */
))
const
emptyFn
=
()
=>
{}
const
emptyFn
=
()
=>
{}
...
@@ -29,47 +29,47 @@ export const routerOptions = {
...
@@ -29,47 +29,47 @@ export const routerOptions = {
routes
:
[{
routes
:
[{
path
:
"/alumnus"
,
path
:
"/alumnus"
,
component
:
_
2dc5f64c
,
component
:
_
57a4425d
,
name
:
"alumnus"
name
:
"alumnus"
},
{
},
{
path
:
"/about/contact"
,
path
:
"/about/contact"
,
component
:
_
44b59cfe
,
component
:
_
6e93e90f
,
name
:
"about-contact"
name
:
"about-contact"
},
{
},
{
path
:
"/about/culture"
,
path
:
"/about/culture"
,
component
:
_
10a7578c
,
component
:
_
3a85a39d
,
name
:
"about-culture"
name
:
"about-culture"
},
{
},
{
path
:
"/about/introduce"
,
path
:
"/about/introduce"
,
component
:
_
23d2f0fd
,
component
:
_
4f4e7cce
,
name
:
"about-introduce"
name
:
"about-introduce"
},
{
},
{
path
:
"/about/news"
,
path
:
"/about/news"
,
component
:
_
3de88228
,
component
:
_
fc431f12
,
name
:
"about-news"
name
:
"about-news"
},
{
},
{
path
:
"/services/college"
,
path
:
"/services/college"
,
component
:
_
12856c94
,
component
:
_
3ab33805
,
name
:
"services-college"
name
:
"services-college"
},
{
},
{
path
:
"/services/employment"
,
path
:
"/services/employment"
,
component
:
_
3cf993c6
,
component
:
_
ec7b1d24
,
name
:
"services-employment"
name
:
"services-employment"
},
{
},
{
path
:
"/services/job"
,
path
:
"/services/job"
,
component
:
_
5bfd9c5c
,
component
:
_
340d0a2b
,
name
:
"services-job"
name
:
"services-job"
},
{
},
{
path
:
"/services/major"
,
path
:
"/services/major"
,
component
:
_
77495298
,
component
:
_
ed96eeb2
,
name
:
"services-major"
name
:
"services-major"
},
{
},
{
path
:
"/about/news/:id"
,
path
:
"/about/news/:id"
,
component
:
_
aafe22e0
,
component
:
_
8727b6c2
,
name
:
"about-news-id"
name
:
"about-news-id"
},
{
},
{
path
:
"/"
,
path
:
"/"
,
component
:
_4
d95ac32
,
component
:
_4
3259943
,
name
:
"index"
name
:
"index"
}],
}],
...
...
.nuxt/routes.json
浏览文件 @
f2eafcdb
...
@@ -2,78 +2,67 @@
...
@@ -2,78 +2,67 @@
{
{
"name"
:
"alumnus"
,
"name"
:
"alumnus"
,
"path"
:
"/alumnus"
,
"path"
:
"/alumnus"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/alumnus/index.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/alumnus/index.vue"
,
"chunkName"
:
"pages/alumnus/index"
,
"chunkName"
:
"pages/alumnus/index"
"_name"
:
"_2dc5f64c"
},
},
{
{
"name"
:
"about-contact"
,
"name"
:
"about-contact"
,
"path"
:
"/about/contact"
,
"path"
:
"/about/contact"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/about/contact.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/about/contact.vue"
,
"chunkName"
:
"pages/about/contact"
,
"chunkName"
:
"pages/about/contact"
"_name"
:
"_44b59cfe"
},
},
{
{
"name"
:
"about-culture"
,
"name"
:
"about-culture"
,
"path"
:
"/about/culture"
,
"path"
:
"/about/culture"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/about/culture.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/about/culture.vue"
,
"chunkName"
:
"pages/about/culture"
,
"chunkName"
:
"pages/about/culture"
"_name"
:
"_10a7578c"
},
},
{
{
"name"
:
"about-introduce"
,
"name"
:
"about-introduce"
,
"path"
:
"/about/introduce"
,
"path"
:
"/about/introduce"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/about/introduce.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/about/introduce.vue"
,
"chunkName"
:
"pages/about/introduce"
,
"chunkName"
:
"pages/about/introduce"
"_name"
:
"_23d2f0fd"
},
},
{
{
"name"
:
"about-news"
,
"name"
:
"about-news"
,
"path"
:
"/about/news"
,
"path"
:
"/about/news"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/about/news/index.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/about/news/index.vue"
,
"chunkName"
:
"pages/about/news/index"
,
"chunkName"
:
"pages/about/news/index"
"_name"
:
"_3de88228"
},
},
{
{
"name"
:
"services-college"
,
"name"
:
"services-college"
,
"path"
:
"/services/college"
,
"path"
:
"/services/college"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/services/college.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/services/college.vue"
,
"chunkName"
:
"pages/services/college"
,
"chunkName"
:
"pages/services/college"
"_name"
:
"_12856c94"
},
},
{
{
"name"
:
"services-employment"
,
"name"
:
"services-employment"
,
"path"
:
"/services/employment"
,
"path"
:
"/services/employment"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/services/employment.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/services/employment.vue"
,
"chunkName"
:
"pages/services/employment"
,
"chunkName"
:
"pages/services/employment"
"_name"
:
"_3cf993c6"
},
},
{
{
"name"
:
"services-job"
,
"name"
:
"services-job"
,
"path"
:
"/services/job"
,
"path"
:
"/services/job"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/services/job.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/services/job.vue"
,
"chunkName"
:
"pages/services/job"
,
"chunkName"
:
"pages/services/job"
"_name"
:
"_5bfd9c5c"
},
},
{
{
"name"
:
"services-major"
,
"name"
:
"services-major"
,
"path"
:
"/services/major"
,
"path"
:
"/services/major"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/services/major.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/services/major.vue"
,
"chunkName"
:
"pages/services/major"
,
"chunkName"
:
"pages/services/major"
"_name"
:
"_77495298"
},
},
{
{
"name"
:
"about-news-id"
,
"name"
:
"about-news-id"
,
"path"
:
"/about/news/:id"
,
"path"
:
"/about/news/:id"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/about/news/_id.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/about/news/_id.vue"
,
"chunkName"
:
"pages/about/news/_id"
,
"chunkName"
:
"pages/about/news/_id"
"_name"
:
"_aafe22e0"
},
},
{
{
"name"
:
"index"
,
"name"
:
"index"
,
"path"
:
"/"
,
"path"
:
"/"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/index.vue"
,
"component"
:
"/Users/max/gitlab/ezijing-www-pc/pages/index.vue"
,
"chunkName"
:
"pages/index"
,
"chunkName"
:
"pages/index"
"_name"
:
"_4d95ac32"
}
}
]
]
.nuxt/vetur/tags.json
浏览文件 @
f2eafcdb
...
@@ -11,12 +11,6 @@
...
@@ -11,12 +11,6 @@
"RightAside"
:
{
"RightAside"
:
{
"description"
:
"Auto imported from components/rightAside.vue"
"description"
:
"Auto imported from components/rightAside.vue"
},
},
"AlumnusParty"
:
{
"description"
:
"Auto imported from components/alumnus/party.vue"
},
"AlumnusTabNav"
:
{
"description"
:
"Auto imported from components/alumnus/tabNav.vue"
},
"AboutContact"
:
{
"AboutContact"
:
{
"description"
:
"Auto imported from components/about/contact.vue"
"description"
:
"Auto imported from components/about/contact.vue"
},
},
...
@@ -29,6 +23,12 @@
...
@@ -29,6 +23,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"
},
},
...
...
components/home/projectNotice.vue
浏览文件 @
f2eafcdb
...
@@ -167,7 +167,7 @@ export default {
...
@@ -167,7 +167,7 @@ export default {
padding-top
:
26px
;
padding-top
:
26px
;
padding-bottom
:
26px
;
padding-bottom
:
26px
;
.txt
{
.txt
{
width
:
4
5
0px
;
width
:
4
3
0px
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
100%
;
line-height
:
100%
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论