dashboard
repositories
filestore
activity
search
login
main
/
expertSystem
应急管理厅专家管理系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
富文本上传附件功能
zhouwenxuan
2023-11-30
e846f54f05096d75fa129cf101c13cc955ecc8d1
[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'
})
}