Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
4509baa5
提交
4509baa5
authored
4月 25, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
26435544
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
29 行增加
和
10 行删除
+29
-10
.DS_Store
.DS_Store
+0
-0
index.js
.nuxt/components/index.js
+2
-2
plugin.js
.nuxt/components/plugin.js
+1
-1
readme.md
.nuxt/components/readme.md
+1
-1
router.js
.nuxt/router.js
+5
-0
routes.json
.nuxt/routes.json
+7
-0
tags.json
.nuxt/vetur/tags.json
+1
-1
default.vue
layouts/default.vue
+1
-0
package-lock.json
package-lock.json
+0
-0
index.vue
pages/index.vue
+1
-5
major.vue
pages/services/major.vue
+10
-0
没有找到文件。
.DS_Store
浏览文件 @
4509baa5
No preview for this file type
.nuxt/components/index.js
浏览文件 @
4509baa5
...
...
@@ -2,7 +2,7 @@ import { wrapFunctional } from './utils'
export
{
default
as
Foot
}
from
'../../components/Foot.vue'
export
{
default
as
Head
}
from
'../../components/Head.vue'
export
{
default
as
RightAside
}
from
'../../components/
r
ightAside.vue'
export
{
default
as
RightAside
}
from
'../../components/
R
ightAside.vue'
export
{
default
as
AboutContact
}
from
'../../components/about/contact.vue'
export
{
default
as
AboutCulture
}
from
'../../components/about/culture.vue'
export
{
default
as
AboutDetail
}
from
'../../components/about/detail.vue'
...
...
@@ -22,7 +22,7 @@ export { default as HomeServiceCase } from '../../components/home/serviceCase.vu
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
LazyRightAside
=
import
(
'../../components/
r
ightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyRightAside
=
import
(
'../../components/
R
ightAside.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
LazyAboutDetail
=
import
(
'../../components/about/detail.vue'
/* webpackChunkName: "components/about-detail" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
...
...
.nuxt/components/plugin.js
浏览文件 @
4509baa5
...
...
@@ -4,7 +4,7 @@ import { wrapFunctional } from './utils'
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
)),
RightAside
:
()
=>
import
(
'../../components/
r
ightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
RightAside
:
()
=>
import
(
'../../components/
R
ightAside.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
)),
AboutDetail
:
()
=>
import
(
'../../components/about/detail.vue'
/* webpackChunkName: "components/about-detail" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
...
...
.nuxt/components/readme.md
浏览文件 @
4509baa5
...
...
@@ -8,7 +8,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)
-
`<RightAside>`
|
`<right-aside>`
(components/
r
ightAside.vue)
-
`<RightAside>`
|
`<right-aside>`
(components/
R
ightAside.vue)
-
`<AboutContact>`
|
`<about-contact>`
(components/about/contact.vue)
-
`<AboutCulture>`
|
`<about-culture>`
(components/about/culture.vue)
-
`<AboutDetail>`
|
`<about-detail>`
(components/about/detail.vue)
...
...
.nuxt/router.js
浏览文件 @
4509baa5
...
...
@@ -10,6 +10,7 @@ const _10a7578c = () => interopDefault(import('../pages/about/culture.vue' /* we
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
_249d262e
=
()
=>
interopDefault
(
import
(
'../pages/about/news-detail.vue'
/* webpackChunkName: "pages/about/news-detail" */
))
const
_77495298
=
()
=>
interopDefault
(
import
(
'../pages/services/major.vue'
/* webpackChunkName: "pages/services/major" */
))
const
_4d95ac32
=
()
=>
interopDefault
(
import
(
'../pages/index.vue'
/* webpackChunkName: "pages/index" */
))
const
emptyFn
=
()
=>
{}
...
...
@@ -47,6 +48,10 @@ export const routerOptions = {
path
:
"/about/news-detail"
,
component
:
_249d262e
,
name
:
"about-news-detail"
},
{
path
:
"/services/major"
,
component
:
_77495298
,
name
:
"services-major"
},
{
path
:
"/"
,
component
:
_4d95ac32
,
...
...
.nuxt/routes.json
浏览文件 @
4509baa5
...
...
@@ -41,6 +41,13 @@
"chunkName"
:
"pages/about/news-detail"
,
"_name"
:
"_249d262e"
},
{
"name"
:
"services-major"
,
"path"
:
"/services/major"
,
"component"
:
"/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/services/major.vue"
,
"chunkName"
:
"pages/services/major"
,
"_name"
:
"_77495298"
},
{
"name"
:
"index"
,
"path"
:
"/"
,
...
...
.nuxt/vetur/tags.json
浏览文件 @
4509baa5
...
...
@@ -6,7 +6,7 @@
"description"
:
"Auto imported from components/Head.vue"
},
"RightAside"
:
{
"description"
:
"Auto imported from components/
r
ightAside.vue"
"description"
:
"Auto imported from components/
R
ightAside.vue"
},
"AboutContact"
:
{
"description"
:
"Auto imported from components/about/contact.vue"
...
...
layouts/default.vue
浏览文件 @
4509baa5
...
...
@@ -3,6 +3,7 @@
<Head
/>
<Nuxt
/>
<Foot
/>
<RightAside
/>
</div>
</
template
>
<
style
>
...
...
package-lock.json
浏览文件 @
4509baa5
This source diff could not be displayed because it is too large. You can
view the blob
instead.
pages/index.vue
浏览文件 @
4509baa5
...
...
@@ -16,8 +16,6 @@
<open-class
:class=
"isScale && 'scale space6'"
/>
<!-- 教育服务案例 -->
<service-case
:class=
"isScale && 'scale space7'"
/>
<!-- 右侧功能栏 -->
<right-aside
/>
</div>
</
template
>
...
...
@@ -30,7 +28,6 @@ import headmasterMsg from '../components/home/headmasterMsg'
import
alumniStories
from
'../components/home/alumniStories'
import
openClass
from
'../components/home/openClass'
import
serviceCase
from
'../components/home/serviceCase'
import
rightAside
from
'../components/rightAside'
export
default
{
components
:
{
banner
,
...
...
@@ -40,8 +37,7 @@ export default {
headmasterMsg
,
alumniStories
,
openClass
,
serviceCase
,
rightAside
serviceCase
},
data
()
{
return
{
...
...
pages/services/major.vue
0 → 100644
浏览文件 @
4509baa5
<
template
>
<div>
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论