Browse Source

fix: proxy

duyin 2 years ago
parent
commit
dca722cb29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/index.ts

+ 1 - 1
build/index.ts

@@ -30,7 +30,7 @@ const warpperEnv = (envConf: Recordable): ViteEnv => {
 
 // 跨域代理重写
 const regExps = (value: string, reg: string): string => {
-  return value.replace(new RegExp(reg, "g"), "");
+  return value.replace(new RegExp(`^${reg}`, "g"), "");
 };
 
 // 环境变量