# 本地环境
NODE_ENV = 'development'

# 本地环境接口地址
VUE_APP_BASE_API = '/api'

# 本地环境接口地址
VITE_APP_BASE_URL = 'http://127.0.0.1:8001/api'