fei
2025-12-08 835caa28c4a48af5e9382a8045bb59e3f7e2470b
src/api/system/projectName.js
@@ -11,8 +11,10 @@
// 查询【请填写功能名称】列表
export function listAllProjectName() {
  return request({
    url: '/system/projectName/listAll',
    method: 'get',
    // url: '/system/projectName/listAll',
    url: '/system/projectName/list',
    method: 'get'
  })
}