提交 17a2d86e 编写于 作者: tao.wu's avatar tao.wu

Merge branch 'dev-patients-20190513' into release-0612

...@@ -57,9 +57,9 @@ module.exports = { ...@@ -57,9 +57,9 @@ module.exports = {
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/, test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
loader: 'url', loader: 'url',
query: { query: {
limit: 5000, limit: 1000,
name: utils.assetsPath('fonts/[name].[hash:7].[ext]'), name: utils.assetsPath('fonts/[name].[hash:7].[ext]'),
publicPath: '../../' // publicPath: '../../'
} }
}] }]
}, },
......
...@@ -54,7 +54,7 @@ export const createFollowPlan = (data) => { ...@@ -54,7 +54,7 @@ export const createFollowPlan = (data) => {
} }
export const getPlanList = (params) => { export const getPlanList = (params) => {
return utils.checkAuth(()=>{ // return utils.checkAuth(()=>{
return fetch({ return fetch({
headers, headers,
url: getFollowUpSC(`/followup/plans`), url: getFollowUpSC(`/followup/plans`),
...@@ -62,7 +62,7 @@ export const getPlanList = (params) => { ...@@ -62,7 +62,7 @@ export const getPlanList = (params) => {
params: params, params: params,
description: '获取计划列表', description: '获取计划列表',
}) })
}) // })
}; };
export const getPlanDetail = (planId) => { export const getPlanDetail = (planId) => {
...@@ -180,7 +180,7 @@ export const deletePlan = (planId) => { ...@@ -180,7 +180,7 @@ export const deletePlan = (planId) => {
}; };
export const getVerifyStatus = (params) => { export const getVerifyStatus = (params) => {
// return utils.checkAuth(()=>{ return utils.checkAuth(()=>{
return fetch({ return fetch({
headers, headers,
url: getFollowUpSC(`/followup/plans/validate/status`), url: getFollowUpSC(`/followup/plans/validate/status`),
...@@ -188,7 +188,7 @@ export const getVerifyStatus = (params) => { ...@@ -188,7 +188,7 @@ export const getVerifyStatus = (params) => {
params: params, params: params,
description: '认证校验', description: '认证校验',
}) })
// }) })
}; };
/*预约管理*/ /*预约管理*/
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册