WXL
2026-01-23 8192b75a1b1e46fd962485d26690b5ecc7e2af06
src/api/project/financesubject.js
@@ -20,7 +20,7 @@
// 新增收入费用科目
export function addFinancesubject(data) {
  return request({
    url: '/project/financesubject',
    url: '/project/financesubject/add',
    method: 'post',
    data: data
  })