【v3.8.3】前端小改动汇总集合

This commit is contained in:
JEECG
2025-09-14 10:39:48 +08:00
parent d76842ae07
commit 4f46213df6
34 changed files with 466 additions and 64 deletions

View File

@@ -32,6 +32,7 @@ export function wrapperEnv(envConf: Recordable): ViteEnv {
try {
realName = JSON.parse(realName.replace(/'/g, '"'));
} catch (error) {
console.log("PARSE VITE PROXY ERROR:", error);
realName = '';
}
}