mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
chore: 新增dev环境配置
This commit is contained in:
@ -60,7 +60,7 @@ export function getServiceBaseURL(env: Env.ImportMeta, isProxy: boolean) {
|
||||
});
|
||||
|
||||
return {
|
||||
baseURL: isProxy ? proxyPattern : baseURL + proxyPattern,
|
||||
baseURL: isProxy ? proxyPattern : (baseURL || '') + proxyPattern,
|
||||
otherBaseURL
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user