Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
3d79ca02
提交
3d79ca02
authored
4月 25, 2021
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
26435544
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
49 行增加
和
49 行删除
+49
-49
index.js
.nuxt/components/index.js
+4
-4
plugin.js
.nuxt/components/plugin.js
+3
-3
readme.md
.nuxt/components/readme.md
+2
-2
index.js
.nuxt/index.js
+6
-6
router.js
.nuxt/router.js
+14
-14
routes.json
.nuxt/routes.json
+14
-14
tags.json
.nuxt/vetur/tags.json
+6
-6
package-lock.json
package-lock.json
+0
-0
没有找到文件。
.nuxt/components/index.js
浏览文件 @
3d79ca02
...
...
@@ -9,8 +9,6 @@ export { default as AboutDetail } from '../../components/about/detail.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.vue'
export
{
default
as
AboutNews
}
from
'../../components/about/news.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
HomeBanner
}
from
'../../components/home/banner.vue'
export
{
default
as
HomeDegreeEducation
}
from
'../../components/home/degreeEducation.vue'
...
...
@@ -19,6 +17,8 @@ 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
AlumnusParty
}
from
'../../components/alumnus/party.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
LazyHead
=
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
...
...
@@ -29,8 +29,6 @@ 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
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
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
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
))
...
...
@@ -39,3 +37,5 @@ 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
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
))
.nuxt/components/plugin.js
浏览文件 @
3d79ca02
...
...
@@ -11,8 +11,6 @@ const components = {
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
)),
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
)),
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
)),
...
...
@@ -20,7 +18,9 @@ const components = {
HomeHeadmasterMsg
:
()
=>
import
(
'../../components/home/headmasterMsg.vue'
/* webpackChunkName: "components/home-headmaster-msg" */
).
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
)),
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
)),
AlumnusTabNav
:
()
=>
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
}
for
(
const
name
in
components
)
{
...
...
.nuxt/components/readme.md
浏览文件 @
3d79ca02
...
...
@@ -15,8 +15,6 @@ You can directly use them in pages and other components without the need to impo
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.vue)
-
`<AboutNews>`
|
`<about-news>`
(components/about/news.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)
-
`<HomeBanner>`
|
`<home-banner>`
(components/home/banner.vue)
-
`<HomeDegreeEducation>`
|
`<home-degree-education>`
(components/home/degreeEducation.vue)
...
...
@@ -25,3 +23,5 @@ 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)
-
`<AlumnusParty>`
|
`<alumnus-party>`
(components/alumnus/party.vue)
-
`<AlumnusTabNav>`
|
`<alumnus-tab-nav>`
(components/alumnus/tabNav.vue)
.nuxt/index.js
浏览文件 @
3d79ca02
...
...
@@ -12,8 +12,8 @@ import { setContext, getLocation, getRouteData, normalizeError } from './utils'
/* Plugins */
import
nuxt_plugin_plugin_
430d6d16
from
'nuxt_plugin_plugin_430d6d1
6'
// Source: ./components/plugin.js (mode: 'all')
import
nuxt_plugin_axios_
65ca092c
from
'nuxt_plugin_axios_65ca092c
'
// Source: ./axios.js (mode: 'all')
import
nuxt_plugin_plugin_
f1f94936
from
'nuxt_plugin_plugin_f1f9493
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_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,12 +179,12 @@ async function createApp(ssrContext, config = {}) {
}
// Plugin execution
if
(
typeof
nuxt_plugin_plugin_
430d6d1
6
===
'function'
)
{
await
nuxt_plugin_plugin_
430d6d1
6
(
app
.
context
,
inject
)
if
(
typeof
nuxt_plugin_plugin_
f1f9493
6
===
'function'
)
{
await
nuxt_plugin_plugin_
f1f9493
6
(
app
.
context
,
inject
)
}
if
(
typeof
nuxt_plugin_axios_
65ca092c
===
'function'
)
{
await
nuxt_plugin_axios_
65ca092c
(
app
.
context
,
inject
)
if
(
typeof
nuxt_plugin_axios_
54efb5fb
===
'function'
)
{
await
nuxt_plugin_axios_
54efb5fb
(
app
.
context
,
inject
)
}
if
(
typeof
nuxt_plugin_elementui_d905880e
===
'function'
)
{
...
...
.nuxt/router.js
浏览文件 @
3d79ca02
...
...
@@ -4,13 +4,13 @@ import { normalizeURL, decode } from 'ufo'
import
{
interopDefault
}
from
'./utils'
import
scrollBehavior
from
'./router.scrollBehavior.js'
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
_
7f16db65
=
()
=>
interopDefault
(
import
(
'../pages/about/news.vue'
/* webpackChunkName: "pages/about/news" */
))
const
_2
49d262e
=
()
=>
interopDefault
(
import
(
'../pages/about/news-detail.vue'
/* webpackChunkName: "pages/about/news-detail" */
))
const
_4
d95ac32
=
()
=>
interopDefault
(
import
(
'../pages/index.vue'
/* webpackChunkName: "pages/index" */
))
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
_
347570f4
=
()
=>
interopDefault
(
import
(
'../pages/about/news.vue'
/* webpackChunkName: "pages/about/news" */
))
const
_2
879487a
=
()
=>
interopDefault
(
import
(
'../pages/about/news-detail.vue'
/* webpackChunkName: "pages/about/news-detail" */
))
const
_4
3259943
=
()
=>
interopDefault
(
import
(
'../pages/index.vue'
/* webpackChunkName: "pages/index" */
))
const
emptyFn
=
()
=>
{}
...
...
@@ -25,31 +25,31 @@ export const routerOptions = {
routes
:
[{
path
:
"/alumnus"
,
component
:
_
2dc5f64c
,
component
:
_
57a4425d
,
name
:
"alumnus"
},
{
path
:
"/about/contact"
,
component
:
_
44b59cfe
,
component
:
_
6e93e90f
,
name
:
"about-contact"
},
{
path
:
"/about/culture"
,
component
:
_
10a7578c
,
component
:
_
3a85a39d
,
name
:
"about-culture"
},
{
path
:
"/about/introduce"
,
component
:
_
23d2f0fd
,
component
:
_
4f4e7cce
,
name
:
"about-introduce"
},
{
path
:
"/about/news"
,
component
:
_
7f16db65
,
component
:
_
347570f4
,
name
:
"about-news"
},
{
path
:
"/about/news-detail"
,
component
:
_2
49d262e
,
component
:
_2
879487a
,
name
:
"about-news-detail"
},
{
path
:
"/"
,
component
:
_4
d95ac32
,
component
:
_4
3259943
,
name
:
"index"
}],
...
...
.nuxt/routes.json
浏览文件 @
3d79ca02
...
...
@@ -2,50 +2,50 @@
{
"name"
:
"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"
,
"_name"
:
"_
2dc5f64c
"
"_name"
:
"_
57a4425d
"
},
{
"name"
:
"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"
,
"_name"
:
"_
44b59cfe
"
"_name"
:
"_
6e93e90f
"
},
{
"name"
:
"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"
,
"_name"
:
"_
10a7578c
"
"_name"
:
"_
3a85a39d
"
},
{
"name"
:
"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"
,
"_name"
:
"_
23d2f0fd
"
"_name"
:
"_
4f4e7cce
"
},
{
"name"
:
"about-news"
,
"path"
:
"/about/news"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/about/news.vue"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/about/news.vue"
,
"chunkName"
:
"pages/about/news"
,
"_name"
:
"_
7f16db65
"
"_name"
:
"_
347570f4
"
},
{
"name"
:
"about-news-detail"
,
"path"
:
"/about/news-detail"
,
"component"
:
"/Users/
lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan
/ezijing-www-pc/pages/about/news-detail.vue"
,
"component"
:
"/Users/
max/gitlab
/ezijing-www-pc/pages/about/news-detail.vue"
,
"chunkName"
:
"pages/about/news-detail"
,
"_name"
:
"_2
49d262e
"
"_name"
:
"_2
879487a
"
},
{
"name"
:
"index"
,
"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"
,
"_name"
:
"_4
d95ac32
"
"_name"
:
"_4
3259943
"
}
]
.nuxt/vetur/tags.json
浏览文件 @
3d79ca02
...
...
@@ -26,12 +26,6 @@
"AboutTabNav"
:
{
"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"
:
{
"description"
:
"Auto imported from components/home/alumniStories.vue"
},
...
...
@@ -55,5 +49,11 @@
},
"HomeServiceCase"
:
{
"description"
:
"Auto imported from components/home/serviceCase.vue"
},
"AlumnusParty"
:
{
"description"
:
"Auto imported from components/alumnus/party.vue"
},
"AlumnusTabNav"
:
{
"description"
:
"Auto imported from components/alumnus/tabNav.vue"
}
}
package-lock.json
浏览文件 @
3d79ca02
This source diff could not be displayed because it is too large. You can
view the blob
instead.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论