MrShi
2025-05-26 daf76fb0807550f6e49545e10603a29e414f3b84
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)