Merge branch 'uniapp-vue3' of https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp into uniapp-vue3

This commit is contained in:
Yer11214
2026-07-07 17:10:45 +08:00
24 changed files with 894 additions and 498 deletions

View File

@@ -30,3 +30,14 @@ export function getIMDetail() {
* @type {string}
*/
export const upload = api.common + "/common/upload/file";
/**
* 获取主题色配置
*/
export function getThemeSetting() {
return http.request({
url: `${api.common}/common/common/site/theme`,
method: Method.GET,
message: false,
});
}