9 lines
209 B
JavaScript
9 lines
209 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/`,
|
|
WECHAT_APP_ID: 'wx2a5721d5d0fb81a6',
|
|
}
|