mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 07:23:41 +09:00
- 시스템관리 > 관리자목록조회, 관리자등록, 관리자수정, 관리자삭제, 관리자상세조회
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import httpClient from '@/common/http-client';
|
||||
// 주소찾기
|
||||
const getAddressList = params => {
|
||||
return httpClient.get('/api/comm/address', { params: params })
|
||||
}
|
||||
|
||||
export default {
|
||||
getAddressList
|
||||
}
|
||||
import httpClient from '@/common/http-client';
|
||||
// 주소찾기
|
||||
const getAddressList = params => {
|
||||
return httpClient.get('/api/comm/address', { params: params })
|
||||
}
|
||||
|
||||
export default {
|
||||
getAddressList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user