|
@@ -10,7 +10,7 @@ export function listCity(query) {
|
|
|
}
|
|
}
|
|
|
export function getAllList(query) {
|
|
export function getAllList(query) {
|
|
|
return request({
|
|
return request({
|
|
|
- url: '/store/city/getAllList',
|
|
|
|
|
|
|
+ url: '/his/city/getAllList',
|
|
|
method: 'get',
|
|
method: 'get',
|
|
|
params: query
|
|
params: query
|
|
|
})
|
|
})
|