Commit 00ee99bd by hanjixin

接入地数据

parent 8434be95
NODE_ENV='development' NODE_ENV='development'
VUE_APP_BASE_API='//101.200.226.48:8088' VUE_APP_BASE_API='//123.57.209.57:8091'
\ No newline at end of file \ No newline at end of file
...@@ -16,3 +16,11 @@ export function loginout() { ...@@ -16,3 +16,11 @@ export function loginout() {
data: {} data: {}
}); });
} }
// 获取省信息
export function getProvince() {
return get('/area/get/province')
}
// 根据code 获取子集
export function getChildrenInfo(parentCode) {
return get(`/area/get/info/${parentCode}`)
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment