# 开发环境配置 VITE_APP_NODE_ENV = 'development' # 运行模式 VITE_APP_MODE = 'testing' # 是否开启DEBUG模式 VITE_APP_DEBUG = 'on'