mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 04:54:58 +08:00
登录页面获取医院列表
This commit is contained in:
parent
6d90fdfea3
commit
503b1e1432
|
@ -1,6 +1,7 @@
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
|
|
||||||
const getHospitalListUrl = "/api/admin/hospital/getHospitalList"
|
const getHospitalListUrl = "/api/admin/hospital/getHospitalList"
|
||||||
|
const getHospitalPageUrl = "/api/admin/hospital/getHospitalPage"
|
||||||
const FORM_CONTENT_TYPE = 'application/x-www-form-urlencoded'
|
const FORM_CONTENT_TYPE = 'application/x-www-form-urlencoded'
|
||||||
|
|
||||||
export const getHospitalList = () => {
|
export const getHospitalList = () => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user