style:调整样式
This commit is contained in:
@@ -18,3 +18,12 @@ export const getNoticeTextData = (data) => {
|
||||
})
|
||||
}
|
||||
|
||||
// 根据品牌名称获取客服信息
|
||||
export const getCommonByBrand = (brandName) => {
|
||||
return request({
|
||||
url: `/device/common/by/${brandName}`,
|
||||
method: 'get',
|
||||
hideLoading: true
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user