fix: When refreshing the page, the topic is wrong

This commit is contained in:
vben
2024-05-25 22:43:22 +08:00
parent 352119cc3a
commit f2644dbbc5
11 changed files with 38 additions and 24 deletions

View File

@@ -39,6 +39,8 @@ interface ConditionPlugin {
interface CommonPluginOptions {
/** 是否开启devtools */
devtools?: boolean;
/** 环境变量 */
env: Record<string, any>;
/** 是否构建模式 */
isBuild?: boolean;
/** 构建模式 */