proxy fail fix
修改代理地址缺少/导致代理失败问题
This commit is contained in:
parent
8debfe7e95
commit
ebe2c56348
@ -25,6 +25,6 @@ export function getServiceEnvConfig(env: ImportMetaEnv): ServiceEnvConfigWithPro
|
||||
|
||||
return {
|
||||
...config,
|
||||
proxyPattern: 'proxy-pattern'
|
||||
proxyPattern: '/proxy-pattern'
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user