Files
qipai/miniapp/config/env.js
T

8 lines
170 B
JavaScript

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/`,
}