鏇存柊浠g爜

This commit is contained in:
指尖-仓库管理3号
2025-11-27 09:57:00 +08:00
parent 0dbbf978d3
commit bc15e32286
73 changed files with 214 additions and 79 deletions

View File

@@ -21,7 +21,7 @@ const baseURL = config.apiBaseUrl
export const request = (options) => {
// 合并配置参数
const mergedOptions = {
url: 'http://www.fegnbiyuanqu.com' + `${baseURL}${options.url}`,
url: 'http://test.xyz' + `${baseURL}${options.url}`,
method: options.method || 'GET',
data: options.data || {},
header: {