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

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

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