Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
7eada421
提交
7eada421
authored
6月 02, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
4d1b5537
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
.config.test.js
.config.test.js
+1
-1
axiosService.js
src/action/axiosService.js
+2
-2
list_api.js
src/api/list_api.js
+1
-1
report_api.js
src/api/report_api.js
+1
-1
index.vue
src/pages/alumniWork/index.vue
+1
-1
index.vue
src/pages/presence/index.vue
+1
-1
index.vue
src/pages/teaching/index.vue
+1
-1
index.vue
src/pages/videoCenter/index.vue
+1
-1
没有找到文件。
.config.test.js
浏览文件 @
7eada421
...
@@ -15,6 +15,6 @@ module.exports = {
...
@@ -15,6 +15,6 @@ module.exports = {
},
},
ProvidePlugin
:
{},
ProvidePlugin
:
{},
others
:
{
others
:
{
projectId
:
'101
0
'
projectId
:
'101
4
'
}
}
}
}
src/action/axiosService.js
浏览文件 @
7eada421
...
@@ -14,7 +14,7 @@ export function queryInformation(param) {
...
@@ -14,7 +14,7 @@ export function queryInformation(param) {
// url: host.main + path.queryInformation,
// url: host.main + path.queryInformation,
url
:
'/api/zws/v1/enrollment/submissions'
,
url
:
'/api/zws/v1/enrollment/submissions'
,
params
:
{
params
:
{
project_id
:
101
0
,
project_id
:
101
4
,
name
:
'hhahah'
name
:
'hhahah'
}
}
})
})
...
@@ -47,7 +47,7 @@ export function getNews(params) {
...
@@ -47,7 +47,7 @@ export function getNews(params) {
// url: host.main + path.news,
// url: host.main + path.news,
url
:
'/api/zws/v1/cms/news'
,
url
:
'/api/zws/v1/cms/news'
,
params
:
{
params
:
{
project_id
:
101
0
project_id
:
101
4
}
}
})
})
.
then
(
function
(
response
)
{
.
then
(
function
(
response
)
{
...
...
src/api/list_api.js
浏览文件 @
7eada421
...
@@ -6,7 +6,7 @@ export default class ScoreAPI extends BaseAPI {
...
@@ -6,7 +6,7 @@ export default class ScoreAPI extends BaseAPI {
*/
*/
getContent
=
name
=>
getContent
=
name
=>
this
.
get
(
this
.
get
(
`/v1/cms/projects/101
0/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=seg-crcs
.ezijing.com`
,
`/v1/cms/projects/101
4/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=seg-ajsa
.ezijing.com`
,
{
{
addhost
:
'zws-api.ezijing.com'
,
addhost
:
'zws-api.ezijing.com'
,
Host
:
'zws-api.ezijing.com'
Host
:
'zws-api.ezijing.com'
...
...
src/api/report_api.js
浏览文件 @
7eada421
...
@@ -7,7 +7,7 @@ export default class ScoreAPI extends BaseAPI {
...
@@ -7,7 +7,7 @@ export default class ScoreAPI extends BaseAPI {
*/
*/
getContent
=
name
=>
getContent
=
name
=>
this
.
get
(
this
.
get
(
`zws/v1/cms/projects/101
0/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=seg-crcs
.ezijing.com`
,
`zws/v1/cms/projects/101
4/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=seg-ajsa
.ezijing.com`
,
{}
{}
)
)
/**
/**
...
...
src/pages/alumniWork/index.vue
浏览文件 @
7eada421
...
@@ -66,7 +66,7 @@ export default {
...
@@ -66,7 +66,7 @@ export default {
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
59
,
type
:
59
,
project_id
:
101
0
project_id
:
101
4
},
},
M1listData
:
[],
M1listData
:
[],
M2listData
:
[]
M2listData
:
[]
...
...
src/pages/presence/index.vue
浏览文件 @
7eada421
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
58
,
type
:
58
,
project_id
:
101
0
project_id
:
101
4
},
},
listData
:
{
listData
:
{
0
:
[],
0
:
[],
...
...
src/pages/teaching/index.vue
浏览文件 @
7eada421
...
@@ -46,7 +46,7 @@ export default {
...
@@ -46,7 +46,7 @@ export default {
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
55
,
type
:
55
,
project_id
:
101
0
project_id
:
101
4
},
},
allList
:
{
allList
:
{
55
:
[],
55
:
[],
...
...
src/pages/videoCenter/index.vue
浏览文件 @
7eada421
...
@@ -50,7 +50,7 @@ export default {
...
@@ -50,7 +50,7 @@ export default {
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
52
,
type
:
52
,
project_id
:
101
0
project_id
:
101
4
}
}
}
}
},
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论