# 测试环境
NODE_ENV = 'staging'
# baseURL
VITE_APP_BASE_URL = 'http://localhost:9526'
# base
VITE_APP_BASE = '/'
# outDir
VITE_APP_OUT_DIR = 'dist'