Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
b4343e5a
提交
b4343e5a
authored
3月 07, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改项目ID
上级
941dcda9
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
110 行增加
和
299 行删除
+110
-299
app.html
app.html
+35
-0
newList.vue
components/about-ezijing/newList.vue
+2
-4
alumniStories.vue
components/home/alumniStories.vue
+36
-33
banner.vue
components/home/banner.vue
+1
-3
headmasterMsg.vue
components/home/headmasterMsg.vue
+23
-22
nuxt.config.js
nuxt.config.js
+3
-3
package-lock.json
package-lock.json
+1
-219
_id.vue
pages/about-ezijing/lesson/_id.vue
+1
-1
index.vue
pages/about-ezijing/lesson/index.vue
+2
-4
_id.vue
pages/about-ezijing/message/_id.vue
+1
-2
index.vue
pages/about-ezijing/message/index.vue
+2
-4
_id.vue
pages/about-ezijing/news/_id.vue
+1
-2
index.vue
pages/index.vue
+2
-2
没有找到文件。
app.html
0 → 100644
浏览文件 @
b4343e5a
<!DOCTYPE html>
<html
{{
HTML_ATTRS
}}
>
<head>
{{ HEAD }}
<script>
;(
function
(
win
,
doc
)
{
function
resizeRoot
()
{
var
wWidth
=
screen
.
width
>
0
?
win
.
innerWidth
>=
screen
.
width
||
win
.
innerWidth
==
0
?
screen
.
width
:
win
.
innerWidth
:
win
.
innerWidth
,
wFsize
wFsize
=
((
wWidth
>
750
?
750
:
wWidth
)
/
375
)
*
100
doc
.
documentElement
.
style
.
fontSize
=
wFsize
+
'px'
}
resizeRoot
()
win
.
addEventListener
(
'resize'
,
resizeRoot
,
false
)
})(
window
,
document
)
</script>
</head>
<body
{{
BODY_ATTRS
}}
>
{{ APP }}
<script>
var
_hmt
=
_hmt
||
[]
;(
function
()
{
var
hm
=
document
.
createElement
(
'script'
)
hm
.
src
=
'https://hm.baidu.com/hm.js?92a61ce587aaf0da717895531ea8591c'
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
]
s
.
parentNode
.
insertBefore
(
hm
,
s
)
})()
</script>
</body>
</html>
components/about-ezijing/newList.vue
浏览文件 @
b4343e5a
...
@@ -42,8 +42,7 @@ export default {
...
@@ -42,8 +42,7 @@ export default {
},
},
async
fetch
()
{
async
fetch
()
{
const
params
=
{
const
params
=
{
// project_id: process.env.projectId,
project_id
:
process
.
env
.
newProjectId
,
project_id
:
'6800242743894343680'
,
type_tag
:
this
.
type
,
type_tag
:
this
.
type
,
page
:
this
.
currentPaeg
,
page
:
this
.
currentPaeg
,
limit
:
10
limit
:
10
...
@@ -59,8 +58,7 @@ export default {
...
@@ -59,8 +58,7 @@ export default {
},
},
initData
(
num
)
{
initData
(
num
)
{
const
params
=
{
const
params
=
{
// project_id: process.env.projectId,
project_id
:
process
.
env
.
newProjectId
,
project_id
:
'6800242743894343680'
,
type_tag
:
this
.
$route
.
query
.
type
||
'article_news'
,
type_tag
:
this
.
$route
.
query
.
type
||
'article_news'
,
page
:
num
,
page
:
num
,
limit
:
10
limit
:
10
...
...
components/home/alumniStories.vue
浏览文件 @
b4343e5a
...
@@ -9,18 +9,22 @@
...
@@ -9,18 +9,22 @@
查看更多+
查看更多+
</div>
</div>
</div>
</div>
<div
:class=
"isScale ? 'small-tit max-width scale' : 'small-tit max-width'"
>
You are What you together,结识6000+ 同样优秀的人!
</div>
<div
:class=
"isScale ? 'small-tit max-width scale' : 'small-tit max-width'"
>
<div
class=
"swiper-content"
@
mouseenter=
"swiperStop"
@
mouseleave=
"swiperStart"
>
You are What you together,结识6000+ 同样优秀的人!
</div>
<div
class=
"swiper-content"
@
mouseenter=
"swiperStop"
@
mouseleave=
"swiperStart"
>
<div
v-swiper:mySwiper=
"swiperOption"
ref=
"mySwiper"
>
<div
v-swiper:mySwiper=
"swiperOption"
ref=
"mySwiper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in listData"
:key=
"index"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in listData"
:key=
"index"
>
<app-link
:item=
"
{
<app-link
news: {
:item=
"
{
data: item,
news: {
path: '/alumnus/sharing'
data: item,
}
path: '/alumnus/sharing'
}">
}
<img
:src=
"item.web_img_uri"
>
}"
>
<img
:src=
"item.web_img_uri"
/>
<div
class=
"text"
>
{{
item
.
title
}}
</div>
<div
class=
"text"
>
{{
item
.
title
}}
</div>
</app-link>
</app-link>
</div>
</div>
...
@@ -35,7 +39,7 @@ export default {
...
@@ -35,7 +39,7 @@ export default {
components
:
{
components
:
{
appLink
appLink
},
},
data
()
{
data
()
{
const
_this
=
this
const
_this
=
this
return
{
return
{
isScale
:
false
,
isScale
:
false
,
...
@@ -49,7 +53,7 @@ export default {
...
@@ -49,7 +53,7 @@ export default {
loop
:
true
,
loop
:
true
,
slidesPerView
:
'auto'
,
slidesPerView
:
'auto'
,
centeredSlides
:
true
,
centeredSlides
:
true
,
spaceBetween
:
20
,
spaceBetween
:
20
// on: {
// on: {
// init() {
// init() {
// _this.swiper.slideNext()
// _this.swiper.slideNext()
...
@@ -60,8 +64,7 @@ export default {
...
@@ -60,8 +64,7 @@ export default {
},
},
async
fetch
()
{
async
fetch
()
{
const
params
=
{
const
params
=
{
// project_id: process.env.projectId,
project_id
:
process
.
env
.
newProjectId
,
project_id
:
'6800242743894343680'
,
type_tag
:
'article_alumni'
type_tag
:
'article_alumni'
}
}
this
.
listData
=
await
this
.
$axios
.
get
(
'/api/cms/api/v1/articles'
,
{
params
}).
then
(
res
=>
{
this
.
listData
=
await
this
.
$axios
.
get
(
'/api/cms/api/v1/articles'
,
{
params
}).
then
(
res
=>
{
...
@@ -71,7 +74,7 @@ export default {
...
@@ -71,7 +74,7 @@ export default {
},
},
computed
:
{
computed
:
{
swiper
()
{
swiper
()
{
return
this
.
$refs
.
mySwiper
.
swiper
;
return
this
.
$refs
.
mySwiper
.
swiper
}
}
},
},
methods
:
{
methods
:
{
...
@@ -97,23 +100,23 @@ export default {
...
@@ -97,23 +100,23 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.max-width
{
.max-width
{
width
:
1200px
;
width
:
1200px
;
margin
:
0
auto
;
margin
:
0
auto
;
}
}
.alumni-content
{
.alumni-content
{
min-width
:
1200px
;
min-width
:
1200px
;
padding-top
:
89px
;
padding-top
:
89px
;
.title-content
{
.title-content
{
display
:
flex
;
display
:
flex
;
.left-title
{
.left-title
{
display
:
flex
;
display
:
flex
;
.line
{
.line
{
width
:
6px
;
width
:
6px
;
height
:
34px
;
height
:
34px
;
background
:
#
AA
1941
;
background
:
#
aa
1941
;
}
}
.text
{
.text
{
font-size
:
34px
;
font-size
:
34px
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
34px
;
line-height
:
34px
;
...
@@ -121,49 +124,49 @@ export default {
...
@@ -121,49 +124,49 @@ export default {
margin-left
:
9px
;
margin-left
:
9px
;
}
}
}
}
.right-text
{
.right-text
{
margin-left
:
auto
;
margin-left
:
auto
;
margin-top
:
18px
;
margin-top
:
18px
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
300
;
font-weight
:
300
;
line-height
:
34px
;
line-height
:
34px
;
color
:
#9
B9B9B
;
color
:
#9
b9b9b
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
.small-tit
{
.small-tit
{
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
34px
;
line-height
:
34px
;
color
:
#424242
;
color
:
#424242
;
margin-top
:
12px
;
margin-top
:
12px
;
}
}
.swiper-content
{
.swiper-content
{
padding-top
:
37px
;
padding-top
:
37px
;
// overflow: auto;
// overflow: auto;
// width: 100%;
// width: 100%;
.swiper-slide
{
.swiper-slide
{
position
:
relative
;
position
:
relative
;
width
:
388px
;
width
:
388px
;
height
:
244px
;
height
:
244px
;
margin-top
:
10px
;
margin-top
:
10px
;
.text
{
.text
{
position
:
absolute
;
position
:
absolute
;
bottom
:
0
;
bottom
:
0
;
left
:
0
;
left
:
0
;
width
:
100%
;
width
:
100%
;
height
:
40px
;
height
:
40px
;
line-height
:
40px
;
line-height
:
40px
;
background
:
rgba
(
0
,
0
,
0
,
0
.5
);
background
:
rgba
(
0
,
0
,
0
,
0
.5
);
padding
:
0
20px
;
padding
:
0
20px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
font-size
:
20px
;
font-size
:
20px
;
color
:
#
FEFEFE
;
color
:
#
fefefe
;
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:ellipsis
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
img
{
img
{
width
:
100%
;
width
:
100%
;
}
}
}
}
...
@@ -171,7 +174,7 @@ export default {
...
@@ -171,7 +174,7 @@ export default {
width
:
423px
;
width
:
423px
;
height
:
266px
;
height
:
266px
;
margin-top
:
0
;
margin-top
:
0
;
img
{
img
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
display
:
block
;
display
:
block
;
...
@@ -179,7 +182,7 @@ export default {
...
@@ -179,7 +182,7 @@ export default {
}
}
}
}
}
}
.scale
{
.scale
{
transform
:
scale
(
0
.85
);
transform
:
scale
(
0
.85
);
}
}
</
style
>
</
style
>
components/home/banner.vue
浏览文件 @
b4343e5a
...
@@ -41,7 +41,6 @@ export default {
...
@@ -41,7 +41,6 @@ export default {
async
fetch
()
{
async
fetch
()
{
const
params
=
{
project_id
:
process
.
env
.
newProjectId
,
type_tag
:
'ad_banner'
}
const
params
=
{
project_id
:
process
.
env
.
newProjectId
,
type_tag
:
'ad_banner'
}
this
.
list
=
await
this
.
$axios
.
get
(
'/api/cms/api/v1/advertisements'
,
{
params
}).
then
(
res
=>
res
.
data
.
data
)
this
.
list
=
await
this
.
$axios
.
get
(
'/api/cms/api/v1/advertisements'
,
{
params
}).
then
(
res
=>
res
.
data
.
data
)
},
},
computed
:
{
computed
:
{
swiper
()
{
swiper
()
{
...
@@ -103,4 +102,4 @@ export default {
...
@@ -103,4 +102,4 @@ export default {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
components/home/headmasterMsg.vue
浏览文件 @
b4343e5a
...
@@ -5,7 +5,10 @@
...
@@ -5,7 +5,10 @@
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"text"
>
校长寄语
</div>
<div
class=
"text"
>
校长寄语
</div>
</div>
</div>
<div
class=
"right-text"
@
click=
"$router.push(
{ path: '/about-ezijing/message', query: { type: 'img_text_school' } })">
<div
class=
"right-text"
@
click=
"$router.push(
{ path: '/about-ezijing/message', query: { type: 'img_text_school' } })"
>
查看更多+
查看更多+
</div>
</div>
</div>
</div>
...
@@ -14,7 +17,7 @@
...
@@ -14,7 +17,7 @@
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in listData"
:key=
"index"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in listData"
:key=
"index"
>
<app-link
:item=
"
{ news: { data: item, path: '/about/message' } }">
<app-link
:item=
"
{ news: { data: item, path: '/about/message' } }">
<img
:src=
"item.web_img_uri"
>
<img
:src=
"item.web_img_uri"
/
>
</app-link>
</app-link>
</div>
</div>
</div>
</div>
...
@@ -54,15 +57,14 @@ export default {
...
@@ -54,15 +57,14 @@ export default {
},
},
async
fetch
()
{
async
fetch
()
{
const
params
=
{
const
params
=
{
// project_id: process.env.projectId,
project_id
:
process
.
env
.
newProjectId
,
project_id
:
'6800242743894343680'
,
type_tag
:
'img_text_school'
type_tag
:
'img_text_school'
}
}
this
.
listData
=
await
this
.
$axios
.
get
(
'/api/cms/api/v1/articles'
,
{
params
}).
then
(
res
=>
{
this
.
listData
=
await
this
.
$axios
.
get
(
'/api/cms/api/v1/articles'
,
{
params
}).
then
(
res
=>
{
this
.
isShowSwiper
=
false
this
.
isShowSwiper
=
false
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
isShowSwiper
=
true
this
.
isShowSwiper
=
true
},
300
)
},
300
)
return
res
.
data
.
data
return
res
.
data
.
data
})
})
},
},
...
@@ -75,7 +77,7 @@ export default {
...
@@ -75,7 +77,7 @@ export default {
this
.
isShowSwiper
=
false
this
.
isShowSwiper
=
false
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
isShowSwiper
=
true
this
.
isShowSwiper
=
true
},
300
)
},
300
)
},
},
methods
:
{
methods
:
{
handleSlideTo
(
index
)
{
handleSlideTo
(
index
)
{
...
@@ -85,20 +87,20 @@ export default {
...
@@ -85,20 +87,20 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.msg-content
{
.msg-content
{
padding-top
:
90px
;
padding-top
:
90px
;
width
:
1200px
;
width
:
1200px
;
margin
:
0
auto
;
margin
:
0
auto
;
.title-content
{
.title-content
{
display
:
flex
;
display
:
flex
;
.left-title
{
.left-title
{
display
:
flex
;
display
:
flex
;
.line
{
.line
{
width
:
6px
;
width
:
6px
;
height
:
34px
;
height
:
34px
;
background
:
#
AA
1941
;
background
:
#
aa
1941
;
}
}
.text
{
.text
{
font-size
:
34px
;
font-size
:
34px
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
34px
;
line-height
:
34px
;
...
@@ -106,30 +108,30 @@ export default {
...
@@ -106,30 +108,30 @@ export default {
margin-left
:
9px
;
margin-left
:
9px
;
}
}
}
}
.right-text
{
.right-text
{
margin-left
:
auto
;
margin-left
:
auto
;
margin-top
:
18px
;
margin-top
:
18px
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
300
;
font-weight
:
300
;
line-height
:
34px
;
line-height
:
34px
;
color
:
#9
B9B9B
;
color
:
#9
b9b9b
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
.swiper-content
{
.swiper-content
{
height
:
500px
;
height
:
500px
;
margin-top
:
15px
;
margin-top
:
15px
;
overflow
:
hidden
;
overflow
:
hidden
;
img
{
img
{
width
:
100%
;
width
:
100%
;
height
:
520px
;
height
:
520px
;
display
:
block
;
display
:
block
;
}
}
::v-deep
{
::v-deep
{
.swiper-pagination-bullets
{
.swiper-pagination-bullets
{
right
:
34px
!
important
;
right
:
34px
!
important
;
}
}
.swiper-pagination-bullet
{
.swiper-pagination-bullet
{
width
:
6px
;
width
:
6px
;
height
:
6px
;
height
:
6px
;
border-radius
:
100%
;
border-radius
:
100%
;
...
@@ -139,7 +141,7 @@ export default {
...
@@ -139,7 +141,7 @@ export default {
opacity
:
1
;
opacity
:
1
;
margin
:
10px
0
;
margin
:
10px
0
;
}
}
.swiper-pagination-bullet-active
{
.swiper-pagination-bullet-active
{
width
:
6px
;
width
:
6px
;
height
:
31px
;
height
:
31px
;
border-radius
:
25px
;
border-radius
:
25px
;
...
@@ -148,4 +150,4 @@ export default {
...
@@ -148,4 +150,4 @@ export default {
}
}
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
nuxt.config.js
浏览文件 @
b4343e5a
...
@@ -7,7 +7,7 @@ if (process.env.NODE_ENV === 'production') {
...
@@ -7,7 +7,7 @@ if (process.env.NODE_ENV === 'production') {
config
=
{
config
=
{
env
:
{
env
:
{
projectId
:
'1012'
,
projectId
:
'1012'
,
newProjectId
:
'
680576210050220032
0'
,
newProjectId
:
'
994688750944256
0'
,
baseURL
:
'https://project-api.ezijing.com'
,
baseURL
:
'https://project-api.ezijing.com'
,
loginURL
:
'https://login.ezijing.com/auth'
loginURL
:
'https://login.ezijing.com/auth'
},
},
...
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV === 'production') {
...
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV === 'production') {
config
=
{
config
=
{
env
:
{
env
:
{
projectId
:
'1012'
,
projectId
:
'1012'
,
newProjectId
:
'
680576210050220032
0'
,
newProjectId
:
'
994688750944256
0'
,
baseURL
:
'https://project-api.ezijing.com'
,
baseURL
:
'https://project-api.ezijing.com'
,
loginURL
:
'https://login.ezijing.com/auth'
loginURL
:
'https://login.ezijing.com/auth'
},
},
...
@@ -36,7 +36,7 @@ export default {
...
@@ -36,7 +36,7 @@ export default {
ssr
:
false
,
ssr
:
false
,
// Global page headers: https://go.nuxtjs.dev/config-head
// Global page headers: https://go.nuxtjs.dev/config-head
head
:
{
head
:
{
title
:
'
玛丽伍德大学-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌'
,
title
:
'在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌'
,
htmlAttrs
:
{
htmlAttrs
:
{
lang
:
'en'
lang
:
'en'
},
},
...
...
package-lock.json
浏览文件 @
b4343e5a
...
@@ -5,10 +5,10 @@
...
@@ -5,10 +5,10 @@
"requires"
:
true
,
"requires"
:
true
,
"packages"
:
{
"packages"
:
{
""
:
{
""
:
{
"name"
:
"project-pc"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
"dependencies"
:
{
"@ezijing/vue-form"
:
"^2.2.1"
,
"@ezijing/vue-form"
:
"^2.2.1"
,
"@ezijing/vue-passport"
:
"^1.0.3"
,
"axios"
:
"^0.21.1"
,
"axios"
:
"^0.21.1"
,
"core-js"
:
"^3.9.1"
,
"core-js"
:
"^3.9.1"
,
"driver.js"
:
"^0.9.8"
,
"driver.js"
:
"^0.9.8"
,
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
"vue-awesome-swiper"
:
"^4.1.1"
"vue-awesome-swiper"
:
"^4.1.1"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@nuxtjs/proxy"
:
"^2.1.0"
,
"sass"
:
"^1.32.11"
,
"sass"
:
"^1.32.11"
,
"sass-loader"
:
"^10.1.1"
"sass-loader"
:
"^10.1.1"
}
}
...
@@ -1030,25 +1029,6 @@
...
@@ -1030,25 +1029,6 @@
"follow-redirects"
:
"^1.10.0"
"follow-redirects"
:
"^1.10.0"
}
}
},
},
"node_modules/@ezijing/vue-passport"
:
{
"version"
:
"1.0.3"
,
"resolved"
:
"https://registry.npmjs.org/@ezijing/vue-passport/-/vue-passport-1.0.3.tgz"
,
"integrity"
:
"sha512-xUn45oMygUA3COIp0WOPeZMfJ77nr36qQ7Zyqh+VXYls3n1mpbnQEHQ0mmD8i2HfQLGbi9LmwiilvK0jXGlU3g=="
,
"dependencies"
:
{
"axios"
:
"^0.20.0"
,
"element-ui"
:
"^2.13.2"
,
"md5"
:
"^2.3.0"
}
},
"node_modules/@ezijing/vue-passport/node_modules/axios"
:
{
"version"
:
"0.20.0"
,
"resolved"
:
"https://registry.npmjs.org/axios/-/axios-0.20.0.tgz"
,
"integrity"
:
"sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA=="
,
"deprecated"
:
"Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410"
,
"dependencies"
:
{
"follow-redirects"
:
"^1.10.0"
}
},
"node_modules/@nodelib/fs.scandir"
:
{
"node_modules/@nodelib/fs.scandir"
:
{
"version"
:
"2.1.4"
,
"version"
:
"2.1.4"
,
"resolved"
:
"https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz"
,
...
@@ -1977,15 +1957,6 @@
...
@@ -1977,15 +1957,6 @@
"resolved"
:
"https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
,
"integrity"
:
"sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
"integrity"
:
"sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
},
"node_modules/@nuxtjs/proxy"
:
{
"version"
:
"2.1.0"
,
"resolved"
:
"https://registry.npmjs.org/@nuxtjs/proxy/-/proxy-2.1.0.tgz"
,
"integrity"
:
"sha512-/qtoeqXgZ4Mg6LRg/gDUZQrFpOlOdHrol/vQYMnKu3aN3bP90UfOUB3QSDghUUK7OISAJ0xp8Ld78aHyCTcKCQ=="
,
"dev"
:
true
,
"dependencies"
:
{
"http-proxy-middleware"
:
"^1.0.6"
}
},
"node_modules/@nuxtjs/youch"
:
{
"node_modules/@nuxtjs/youch"
:
{
"version"
:
"4.2.3"
,
"version"
:
"4.2.3"
,
"resolved"
:
"https://registry.npmjs.org/@nuxtjs/youch/-/youch-4.2.3.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@nuxtjs/youch/-/youch-4.2.3.tgz"
,
...
@@ -2011,15 +1982,6 @@
...
@@ -2011,15 +1982,6 @@
"resolved"
:
"https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz"
,
"integrity"
:
"sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA=="
"integrity"
:
"sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA=="
},
},
"node_modules/@types/http-proxy"
:
{
"version"
:
"1.17.5"
,
"resolved"
:
"https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.5.tgz"
,
"integrity"
:
"sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q=="
,
"dev"
:
true
,
"dependencies"
:
{
"@types/node"
:
"*"
}
},
"node_modules/@types/json-schema"
:
{
"node_modules/@types/json-schema"
:
{
"version"
:
"7.0.7"
,
"version"
:
"7.0.7"
,
"resolved"
:
"https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz"
,
...
@@ -3386,14 +3348,6 @@
...
@@ -3386,14 +3348,6 @@
"resolved"
:
"https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz"
,
"integrity"
:
"sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
"integrity"
:
"sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
},
},
"node_modules/charenc"
:
{
"version"
:
"0.0.2"
,
"resolved"
:
"https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz"
,
"integrity"
:
"sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc="
,
"engines"
:
{
"node"
:
"*"
}
},
"node_modules/chokidar"
:
{
"node_modules/chokidar"
:
{
"version"
:
"3.5.1"
,
"version"
:
"3.5.1"
,
"resolved"
:
"https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz"
,
...
@@ -3844,14 +3798,6 @@
...
@@ -3844,14 +3798,6 @@
"node"
:
">= 8"
"node"
:
">= 8"
}
}
},
},
"node_modules/crypt"
:
{
"version"
:
"0.0.2"
,
"resolved"
:
"https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz"
,
"integrity"
:
"sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs="
,
"engines"
:
{
"node"
:
"*"
}
},
"node_modules/crypto-browserify"
:
{
"node_modules/crypto-browserify"
:
{
"version"
:
"3.12.0"
,
"version"
:
"3.12.0"
,
"resolved"
:
"https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz"
,
...
@@ -4729,12 +4675,6 @@
...
@@ -4729,12 +4675,6 @@
"node"
:
">= 0.6"
"node"
:
">= 0.6"
}
}
},
},
"node_modules/eventemitter3"
:
{
"version"
:
"4.0.7"
,
"resolved"
:
"https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz"
,
"integrity"
:
"sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
,
"dev"
:
true
},
"node_modules/events"
:
{
"node_modules/events"
:
{
"version"
:
"3.3.0"
,
"version"
:
"3.3.0"
,
"resolved"
:
"https://registry.npmjs.org/events/-/events-3.3.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/events/-/events-3.3.0.tgz"
,
...
@@ -5874,36 +5814,6 @@
...
@@ -5874,36 +5814,6 @@
"node"
:
">= 0.6"
"node"
:
">= 0.6"
}
}
},
},
"node_modules/http-proxy"
:
{
"version"
:
"1.18.1"
,
"resolved"
:
"https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz"
,
"integrity"
:
"sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ=="
,
"dev"
:
true
,
"dependencies"
:
{
"eventemitter3"
:
"^4.0.0"
,
"follow-redirects"
:
"^1.0.0"
,
"requires-port"
:
"^1.0.0"
},
"engines"
:
{
"node"
:
">=8.0.0"
}
},
"node_modules/http-proxy-middleware"
:
{
"version"
:
"1.3.1"
,
"resolved"
:
"https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz"
,
"integrity"
:
"sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg=="
,
"dev"
:
true
,
"dependencies"
:
{
"@types/http-proxy"
:
"^1.17.5"
,
"http-proxy"
:
"^1.18.1"
,
"is-glob"
:
"^4.0.1"
,
"is-plain-obj"
:
"^3.0.0"
,
"micromatch"
:
"^4.0.2"
},
"engines"
:
{
"node"
:
">=8.0.0"
}
},
"node_modules/https-browserify"
:
{
"node_modules/https-browserify"
:
{
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz"
,
...
@@ -6381,18 +6291,6 @@
...
@@ -6381,18 +6291,6 @@
"node"
:
">=8"
"node"
:
">=8"
}
}
},
},
"node_modules/is-plain-obj"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz"
,
"integrity"
:
"sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA=="
,
"dev"
:
true
,
"engines"
:
{
"node"
:
">=10"
},
"funding"
:
{
"url"
:
"https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-plain-object"
:
{
"node_modules/is-plain-object"
:
{
"version"
:
"2.0.4"
,
"version"
:
"2.0.4"
,
"resolved"
:
"https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
,
"resolved"
:
"https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
,
...
@@ -6781,16 +6679,6 @@
...
@@ -6781,16 +6679,6 @@
"node"
:
">=0.10.0"
"node"
:
">=0.10.0"
}
}
},
},
"node_modules/md5"
:
{
"version"
:
"2.3.0"
,
"resolved"
:
"https://registry.npmjs.org/md5/-/md5-2.3.0.tgz"
,
"integrity"
:
"sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g=="
,
"dependencies"
:
{
"charenc"
:
"0.0.2"
,
"crypt"
:
"0.0.2"
,
"is-buffer"
:
"~1.1.6"
}
},
"node_modules/md5.js"
:
{
"node_modules/md5.js"
:
{
"version"
:
"1.3.5"
,
"version"
:
"1.3.5"
,
"resolved"
:
"https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz"
,
"resolved"
:
"https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz"
,
...
@@ -9533,12 +9421,6 @@
...
@@ -9533,12 +9421,6 @@
"node"
:
">=0.10"
"node"
:
">=0.10"
}
}
},
},
"node_modules/requires-port"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz"
,
"integrity"
:
"sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
,
"dev"
:
true
},
"node_modules/resize-observer-polyfill"
:
{
"node_modules/resize-observer-polyfill"
:
{
"version"
:
"1.5.1"
,
"version"
:
"1.5.1"
,
"resolved"
:
"https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz"
,
...
@@ -13783,26 +13665,6 @@
...
@@ -13783,26 +13665,6 @@
}
}
}
}
},
},
"@ezijing/vue-passport"
:
{
"version"
:
"1.0.3"
,
"resolved"
:
"https://registry.npmjs.org/@ezijing/vue-passport/-/vue-passport-1.0.3.tgz"
,
"integrity"
:
"sha512-xUn45oMygUA3COIp0WOPeZMfJ77nr36qQ7Zyqh+VXYls3n1mpbnQEHQ0mmD8i2HfQLGbi9LmwiilvK0jXGlU3g=="
,
"requires"
:
{
"axios"
:
"^0.20.0"
,
"element-ui"
:
"^2.13.2"
,
"md5"
:
"^2.3.0"
},
"dependencies"
:
{
"axios"
:
{
"version"
:
"0.20.0"
,
"resolved"
:
"https://registry.npmjs.org/axios/-/axios-0.20.0.tgz"
,
"integrity"
:
"sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA=="
,
"requires"
:
{
"follow-redirects"
:
"^1.10.0"
}
}
}
},
"@nodelib/fs.scandir"
:
{
"@nodelib/fs.scandir"
:
{
"version"
:
"2.1.4"
,
"version"
:
"2.1.4"
,
"resolved"
:
"https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz"
,
...
@@ -14583,15 +14445,6 @@
...
@@ -14583,15 +14445,6 @@
}
}
}
}
},
},
"@nuxtjs/proxy"
:
{
"version"
:
"2.1.0"
,
"resolved"
:
"https://registry.npmjs.org/@nuxtjs/proxy/-/proxy-2.1.0.tgz"
,
"integrity"
:
"sha512-/qtoeqXgZ4Mg6LRg/gDUZQrFpOlOdHrol/vQYMnKu3aN3bP90UfOUB3QSDghUUK7OISAJ0xp8Ld78aHyCTcKCQ=="
,
"dev"
:
true
,
"requires"
:
{
"http-proxy-middleware"
:
"^1.0.6"
}
},
"@nuxtjs/youch"
:
{
"@nuxtjs/youch"
:
{
"version"
:
"4.2.3"
,
"version"
:
"4.2.3"
,
"resolved"
:
"https://registry.npmjs.org/@nuxtjs/youch/-/youch-4.2.3.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@nuxtjs/youch/-/youch-4.2.3.tgz"
,
...
@@ -14617,15 +14470,6 @@
...
@@ -14617,15 +14470,6 @@
"resolved"
:
"https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz"
,
"integrity"
:
"sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA=="
"integrity"
:
"sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA=="
},
},
"@types/http-proxy"
:
{
"version"
:
"1.17.5"
,
"resolved"
:
"https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.5.tgz"
,
"integrity"
:
"sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q=="
,
"dev"
:
true
,
"requires"
:
{
"@types/node"
:
"*"
}
},
"@types/json-schema"
:
{
"@types/json-schema"
:
{
"version"
:
"7.0.7"
,
"version"
:
"7.0.7"
,
"resolved"
:
"https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz"
,
...
@@ -15824,11 +15668,6 @@
...
@@ -15824,11 +15668,6 @@
"resolved"
:
"https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz"
,
"integrity"
:
"sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
"integrity"
:
"sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
},
},
"charenc"
:
{
"version"
:
"0.0.2"
,
"resolved"
:
"https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz"
,
"integrity"
:
"sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc="
},
"chokidar"
:
{
"chokidar"
:
{
"version"
:
"3.5.1"
,
"version"
:
"3.5.1"
,
"resolved"
:
"https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz"
,
...
@@ -16221,11 +16060,6 @@
...
@@ -16221,11 +16060,6 @@
"which"
:
"^2.0.1"
"which"
:
"^2.0.1"
}
}
},
},
"crypt"
:
{
"version"
:
"0.0.2"
,
"resolved"
:
"https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz"
,
"integrity"
:
"sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs="
},
"crypto-browserify"
:
{
"crypto-browserify"
:
{
"version"
:
"3.12.0"
,
"version"
:
"3.12.0"
,
"resolved"
:
"https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz"
,
...
@@ -16937,12 +16771,6 @@
...
@@ -16937,12 +16771,6 @@
"resolved"
:
"https://registry.npmjs.org/etag/-/etag-1.8.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/etag/-/etag-1.8.1.tgz"
,
"integrity"
:
"sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
"integrity"
:
"sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
},
},
"eventemitter3"
:
{
"version"
:
"4.0.7"
,
"resolved"
:
"https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz"
,
"integrity"
:
"sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
,
"dev"
:
true
},
"events"
:
{
"events"
:
{
"version"
:
"3.3.0"
,
"version"
:
"3.3.0"
,
"resolved"
:
"https://registry.npmjs.org/events/-/events-3.3.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/events/-/events-3.3.0.tgz"
,
...
@@ -17886,30 +17714,6 @@
...
@@ -17886,30 +17714,6 @@
"toidentifier"
:
"1.0.0"
"toidentifier"
:
"1.0.0"
}
}
},
},
"http-proxy"
:
{
"version"
:
"1.18.1"
,
"resolved"
:
"https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz"
,
"integrity"
:
"sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ=="
,
"dev"
:
true
,
"requires"
:
{
"eventemitter3"
:
"^4.0.0"
,
"follow-redirects"
:
"^1.0.0"
,
"requires-port"
:
"^1.0.0"
}
},
"http-proxy-middleware"
:
{
"version"
:
"1.3.1"
,
"resolved"
:
"https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz"
,
"integrity"
:
"sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg=="
,
"dev"
:
true
,
"requires"
:
{
"@types/http-proxy"
:
"^1.17.5"
,
"http-proxy"
:
"^1.18.1"
,
"is-glob"
:
"^4.0.1"
,
"is-plain-obj"
:
"^3.0.0"
,
"micromatch"
:
"^4.0.2"
}
},
"https-browserify"
:
{
"https-browserify"
:
{
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz"
,
...
@@ -18278,12 +18082,6 @@
...
@@ -18278,12 +18082,6 @@
"resolved"
:
"https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz"
,
"integrity"
:
"sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="
"integrity"
:
"sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="
},
},
"is-plain-obj"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz"
,
"integrity"
:
"sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA=="
,
"dev"
:
true
},
"is-plain-object"
:
{
"is-plain-object"
:
{
"version"
:
"2.0.4"
,
"version"
:
"2.0.4"
,
"resolved"
:
"https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
,
"resolved"
:
"https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
,
...
@@ -18595,16 +18393,6 @@
...
@@ -18595,16 +18393,6 @@
"object-visit"
:
"^1.0.0"
"object-visit"
:
"^1.0.0"
}
}
},
},
"md5"
:
{
"version"
:
"2.3.0"
,
"resolved"
:
"https://registry.npmjs.org/md5/-/md5-2.3.0.tgz"
,
"integrity"
:
"sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g=="
,
"requires"
:
{
"charenc"
:
"0.0.2"
,
"crypt"
:
"0.0.2"
,
"is-buffer"
:
"~1.1.6"
}
},
"md5.js"
:
{
"md5.js"
:
{
"version"
:
"1.3.5"
,
"version"
:
"1.3.5"
,
"resolved"
:
"https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz"
,
"resolved"
:
"https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz"
,
...
@@ -20891,12 +20679,6 @@
...
@@ -20891,12 +20679,6 @@
"resolved"
:
"https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
,
"integrity"
:
"sha1-jcrkcOHIirwtYA//Sndihtp15jc="
"integrity"
:
"sha1-jcrkcOHIirwtYA//Sndihtp15jc="
},
},
"requires-port"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz"
,
"integrity"
:
"sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
,
"dev"
:
true
},
"resize-observer-polyfill"
:
{
"resize-observer-polyfill"
:
{
"version"
:
"1.5.1"
,
"version"
:
"1.5.1"
,
"resolved"
:
"https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz"
,
...
...
pages/about-ezijing/lesson/_id.vue
浏览文件 @
b4343e5a
...
@@ -45,7 +45,7 @@ export default {
...
@@ -45,7 +45,7 @@ export default {
return
res
.
data
return
res
.
data
})
})
const
params
=
{
const
params
=
{
project_id
:
process
.
env
.
p
rojectId
,
project_id
:
process
.
env
.
newP
rojectId
,
type_tag
:
'article_publish_class'
,
type_tag
:
'article_publish_class'
,
is_recommend
:
1
,
is_recommend
:
1
,
page
:
1
,
page
:
1
,
...
...
pages/about-ezijing/lesson/index.vue
浏览文件 @
b4343e5a
...
@@ -45,8 +45,7 @@ export default {
...
@@ -45,8 +45,7 @@ export default {
},
},
async
fetch
()
{
async
fetch
()
{
const
params
=
{
const
params
=
{
// project_id: process.env.projectId,
project_id
:
process
.
env
.
newProjectId
,
project_id
:
'6800242743894343680'
,
type_tag
:
this
.
$route
.
query
.
type
||
'article_publish_class'
,
type_tag
:
this
.
$route
.
query
.
type
||
'article_publish_class'
,
page
:
this
.
currentPaeg
,
page
:
this
.
currentPaeg
,
limit
:
10
limit
:
10
...
@@ -62,8 +61,7 @@ export default {
...
@@ -62,8 +61,7 @@ export default {
},
},
initData
(
num
)
{
initData
(
num
)
{
const
params
=
{
const
params
=
{
// project_id: process.env.projectId,
project_id
:
process
.
env
.
newProjectId
,
project_id
:
'6800242743894343680'
,
type_tag
:
this
.
$route
.
query
.
type
||
'article_publish_class'
,
type_tag
:
this
.
$route
.
query
.
type
||
'article_publish_class'
,
page
:
num
,
page
:
num
,
limit
:
10
limit
:
10
...
...
pages/about-ezijing/message/_id.vue
浏览文件 @
b4343e5a
...
@@ -45,8 +45,7 @@ export default {
...
@@ -45,8 +45,7 @@ export default {
return
res
.
data
return
res
.
data
})
})
const
params
=
{
const
params
=
{
// project_id: process.env.projectId,
project_id
:
process
.
env
.
newProjectId
,
project_id
:
'6800242743894343680'
,
type_tag
:
'img_text_school'
,
type_tag
:
'img_text_school'
,
is_recommend
:
1
,
is_recommend
:
1
,
page
:
1
,
page
:
1
,
...
...
pages/about-ezijing/message/index.vue
浏览文件 @
b4343e5a
...
@@ -45,8 +45,7 @@ export default {
...
@@ -45,8 +45,7 @@ export default {
},
},
async
fetch
()
{
async
fetch
()
{
const
params
=
{
const
params
=
{
// project_id: process.env.projectId,
project_id
:
process
.
env
.
newProjectId
,
project_id
:
'6800242743894343680'
,
type_tag
:
this
.
$route
.
query
.
type
||
'img_text_school'
,
type_tag
:
this
.
$route
.
query
.
type
||
'img_text_school'
,
page
:
this
.
currentPaeg
,
page
:
this
.
currentPaeg
,
limit
:
10
limit
:
10
...
@@ -62,8 +61,7 @@ export default {
...
@@ -62,8 +61,7 @@ export default {
},
},
initData
(
num
)
{
initData
(
num
)
{
const
params
=
{
const
params
=
{
// project_id: process.env.projectId,
project_id
:
process
.
env
.
newProjectId
,
project_id
:
'6800242743894343680'
,
type_tag
:
this
.
$route
.
query
.
type
||
'img_text_school'
,
type_tag
:
this
.
$route
.
query
.
type
||
'img_text_school'
,
page
:
num
,
page
:
num
,
limit
:
10
limit
:
10
...
...
pages/about-ezijing/news/_id.vue
浏览文件 @
b4343e5a
...
@@ -45,8 +45,7 @@ export default {
...
@@ -45,8 +45,7 @@ export default {
return
res
.
data
return
res
.
data
})
})
const
params
=
{
const
params
=
{
// project_id: process.env.projectId,
project_id
:
process
.
env
.
newProjectId
,
project_id
:
'6800242743894343680'
,
type_tag
:
'article_news'
,
type_tag
:
'article_news'
,
is_recommend
:
1
,
is_recommend
:
1
,
page
:
1
,
page
:
1
,
...
...
pages/index.vue
浏览文件 @
b4343e5a
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
<!-- 轮播图 -->
<!-- 轮播图 -->
<banner
/>
<banner
/>
<!-- 校长寄语 -->
<!-- 校长寄语 -->
<headmaster-msg/>
<headmaster-msg
/>
<!-- 校友故事 -->
<!-- 校友故事 -->
<alumni-stories/>
<alumni-stories
/>
<!-- 最新动态 -->
<!-- 最新动态 -->
<news
/>
<news
/>
<!-- 右侧功能栏 -->
<!-- 右侧功能栏 -->
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论