style:调整样式

This commit is contained in:
2025-10-28 18:32:23 +08:00
parent 449c63ecc4
commit 985d739324
9 changed files with 345 additions and 74 deletions
+9
View File
@@ -18,3 +18,12 @@ export const getNoticeTextData = (data) => {
})
}
// 根据品牌名称获取客服信息
export const getCommonByBrand = (brandName) => {
return request({
url: `/device/common/by/${brandName}`,
method: 'get',
hideLoading: true
})
}