公告板
版本库
活动
搜索
登录
H5
/
chongzhouResettle
崇州自主安置管理后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/chongzhouRes...
pyt
2025-03-21
89946bea834a200b7edc9a8fbdbb12f48d7d152a
[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'
})
}