公告板
版本库
活动
搜索
登录
H5
/
chongzhouResettle
崇州自主安置管理后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
调试导入
13404089107
2025-03-20
97ae9c64cc0e45903844ea63e3f13dc98da61496
[H5/chongzhouResettle.git]
/
src
/
api
/
compensation-standard.js
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
// 补偿标准信息
export function getInfo() {
return request({
url: '/compensate/list',
method: 'post'
})
}