duyin %!s(int64=3) %!d(string=hai) anos
pai
achega
dca722cb29
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"), "");
 };
 
 // 环境变量