MrShi
2025-05-27 90ee34919cdfd5f5552f9a6706004af198101b52
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)