mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
proxy fail fix
修改代理地址缺少/导致代理失败问题
This commit is contained in:
@ -25,6 +25,6 @@ export function getServiceEnvConfig(env: ImportMetaEnv): ServiceEnvConfigWithPro
|
||||
|
||||
return {
|
||||
...config,
|
||||
proxyPattern: 'proxy-pattern'
|
||||
proxyPattern: '/proxy-pattern'
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user