yylAdminWeb/.env.production

9 lines
132 B
Plaintext

# 正式环境
# baseURL
VITE_APP_BASE_URL = 'http://localhost:9526'
# base
VITE_APP_BASE = '/'
# outDir
VITE_APP_OUT_DIR = 'dist'