proxy fail fix
修复代理地址缺少/导致代理失败
This commit is contained in:
parent
ebe2c56348
commit
5499a559c8
2
src/typings/env.d.ts
vendored
2
src/typings/env.d.ts
vendored
@ -19,7 +19,7 @@ interface ServiceEnvConfigWithProxyPattern extends ServiceEnvConfig {
|
||||
* - 和后端请求地址的前缀无关
|
||||
* - 有多个后端请求实例时,需要创建不同的值
|
||||
*/
|
||||
proxyPattern: 'proxy-pattern';
|
||||
proxyPattern: '/proxy-pattern';
|
||||
}
|
||||
|
||||
interface ImportMetaEnv {
|
||||
|
Loading…
Reference in New Issue
Block a user