k94314517
2025-05-19 16e8c7adbee6c9ee9bac09a80d44d3bfd3fe2f0c
company/src/api/system/common.js
@@ -32,6 +32,11 @@
  })
}
// 切换企业
export function switchCompany (params) {
  return request.get('/system/switchCompany', { params })
}
// 品牌列表查询
export function brand (data) {
  return request.post('/business/brand/list', data)