MrShi
2024-11-22 ba5f8ce99b414a89d1e21a650321bf373773e7ae
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)