移除无用文件

This commit is contained in:
2026-01-16 03:58:57 +08:00
parent 3fb9b37708
commit 345ee6dbb0
48 changed files with 100 additions and 9467 deletions

View File

@@ -67,13 +67,13 @@ interface Response {
data : any;
}
/**
* 获取图片上传的完整URL
* @returns {string} 完整的图片上传URL包含基础URL、wxapp_id和token参数
*/
export const getUploadImageUrl = () => {
return config.api_base_url + '/upload/image' + '&wxapp_id=' + config.wxapp_id + '&token=' + uni.getStorageSync('token');
};
// /**
// * 获取图片上传的完整URL
// * @returns {string} 完整的图片上传URL包含基础URL、wxapp_id和token参数
// */
// export const getUploadImageUrl = () => {
// return config.api_base_url + '/upload/image' + '&wxapp_id=' + config.wxapp_id + '&token=' + uni.getStorageSync('token');
// };
/**
* 封装uni.request的通用请求方法