feat(clinic): 添加诊所相关API接口和数据模型
- 添加挂号管理接口和数据模型- 添加医生入驻申请接口和数据模型- 添加医疗记录接口和数据模型- 添加分销商用户记录接口和数据模型- 添加病例管理接口和数据模型 - 添加药品库接口和数据模型 - 添加药品出入库接口和数据模型 - 添加药品库存接口和数据模型- 添加处方订单接口和数据模型 - 修改开发环境API基础URL为本地地址
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
export const ENV_CONFIG = {
|
||||
// 开发环境
|
||||
development: {
|
||||
API_BASE_URL: 'https://cms-api.websoft.top/api',
|
||||
API_BASE_URL: 'http://127.0.0.1:9200/api',
|
||||
APP_NAME: '开发环境',
|
||||
DEBUG: 'true',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user