后台界面

1. 演示帐号动态配置
2. vite 动态加载异常问题修复
This commit is contained in:
tak
2025-07-04 14:17:03 +08:00
parent c9af5ae093
commit 6f8761756a
4 changed files with 78 additions and 51 deletions

View File

@@ -34,7 +34,7 @@ export function wrapperEnv(envConf: Recordable): ViteEnv {
} catch (error) {}
}
ret[envName] = realName;
process.env[envName] = realName;
// process.env[envName] = realName;
}
return ret;
}