✨ env:后端的请求地址,调整到 env 里
This commit is contained in:
@@ -4,7 +4,7 @@ const AreaApi = {
|
||||
// 获得地区树
|
||||
getAreaTree: () => {
|
||||
return request({
|
||||
url: '/app-api/system/area/tree',
|
||||
url: '/system/area/tree',
|
||||
method: 'GET'
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user