const API_ORIGIN = 'https://api.txyundm.cn' module.exports = { API_ORIGIN, APP_API_BASE_URL: `${API_ORIGIN}/app-api`, UPLOAD_BASE_URL: `${API_ORIGIN}/uploads/`, }