提交 7eada421 authored 作者: lihuihui's avatar lihuihui

update

上级 4d1b5537
......@@ -15,6 +15,6 @@ module.exports = {
},
ProvidePlugin: {},
others: {
projectId: '1010'
projectId: '1014'
}
}
......@@ -14,7 +14,7 @@ export function queryInformation(param) {
// url: host.main + path.queryInformation,
url: '/api/zws/v1/enrollment/submissions',
params: {
project_id: 1010,
project_id: 1014,
name: 'hhahah'
}
})
......@@ -47,7 +47,7 @@ export function getNews(params) {
// url: host.main + path.news,
url: '/api/zws/v1/cms/news',
params: {
project_id: 1010
project_id: 1014
}
})
.then(function(response) {
......
......@@ -6,7 +6,7 @@ export default class ScoreAPI extends BaseAPI {
*/
getContent = name =>
this.get(
`/v1/cms/projects/1010/contents/${encodeURIComponent(decodeURIComponent(name))}?sites=seg-crcs.ezijing.com`,
`/v1/cms/projects/1014/contents/${encodeURIComponent(decodeURIComponent(name))}?sites=seg-ajsa.ezijing.com`,
{
addhost: 'zws-api.ezijing.com',
Host: 'zws-api.ezijing.com'
......
......@@ -7,7 +7,7 @@ export default class ScoreAPI extends BaseAPI {
*/
getContent = name =>
this.get(
`zws/v1/cms/projects/1010/contents/${encodeURIComponent(decodeURIComponent(name))}?sites=seg-crcs.ezijing.com`,
`zws/v1/cms/projects/1014/contents/${encodeURIComponent(decodeURIComponent(name))}?sites=seg-ajsa.ezijing.com`,
{}
)
/**
......
......@@ -66,7 +66,7 @@ export default {
page: 1,
per_page: 100,
type: 59,
project_id: 1010
project_id: 1014
},
M1listData: [],
M2listData: []
......
......@@ -30,7 +30,7 @@ export default {
page: 1,
per_page: 100,
type: 58,
project_id: 1010
project_id: 1014
},
listData: {
0: [],
......
......@@ -46,7 +46,7 @@ export default {
page: 1,
per_page: 100,
type: 55,
project_id: 1010
project_id: 1014
},
allList: {
55: [],
......
......@@ -50,7 +50,7 @@ export default {
page: 1,
per_page: 100,
type: 52,
project_id: 1010
project_id: 1014
}
}
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论