# 本地环境 ENV = 'development' VITE_BASE = '/api' # Whether to open mock VITE_USE_MOCK = true # 本地环境接口地址 VITE_API_URL = 'https://api.eshangtech.com'