Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
466a8697e3
9
api/pages/medicalservice/index.js
Normal file
9
api/pages/medicalservice/index.js
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import request from "../../request.js"
|
||||||
|
|
||||||
|
export function getPoserInfoListByType() {
|
||||||
|
return request({
|
||||||
|
url: `/nurseApplet/nearbyNursingStation/getPoserInfoListByType?moduleType=HOME_PAGE_MODULE`,
|
||||||
|
method: 'GET'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
@ -84,8 +84,11 @@
|
|||||||
mapActions
|
mapActions
|
||||||
} from "vuex";
|
} from "vuex";
|
||||||
import {
|
import {
|
||||||
|
|
||||||
getPoserInfoListByType
|
getPoserInfoListByType
|
||||||
} from '@/api/pagesB/homepage/index.js'
|
} from '@/api/pages/medicalservice/index.js'
|
||||||
|
|
||||||
|
// } from '@/api/pagesB/homepage/index.js'
|
||||||
import {
|
import {
|
||||||
getHeathHousingList
|
getHeathHousingList
|
||||||
} from '@/api/pagesB/Healthknowledge/index.js'
|
} from '@/api/pagesB/Healthknowledge/index.js'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user