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
})
}
+2 -2
View File
@@ -1,6 +1,6 @@
export const URL = "https://my.gxfs123.com/api" //正式服务器
// export const URL = "https://my.gxfs123.com/api" //正式服务器
// export const URL = "https://fansdev.gxfs123.com/api" //测试服务器
// export const URL = "http://192.168.5.37:8080" //本地调试
export const URL = "http://192.168.5.120:8080" //本地调试
// export const URL = "http://127.0.0.1:8080" //本地调试
export const appid = "wx2165f0be356ae7a9" //小程序appid