dashboard
repositories
filestore
activity
search
login
main
/
expertSystem
应急管理厅专家管理系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
机构用户
zhouwenxuan
2023-12-05
93eb6650f02a734e91584c7cacad6aea8fcf6a31
[expertSystem.git]
/
src
/
api
/
backManage
/
area.js
1
2
3
4
5
6
7
8
import request from '@/utils/request'
export function getArea() {
return request({
url: 'api/system/region/regionTree',
method: 'get'
})
}