mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-05-20 20:39:16 +08:00
10 lines
274 B
JavaScript
10 lines
274 B
JavaScript
// 正式
|
|
module.exports = {
|
|
title: '徒步大会活动',
|
|
baseUrl: 'https://mall.xiangleba.com.cn', // 正式项目地址
|
|
baseApi: 'https://mall.xiangleba.com.cn', // 正式api请求地址
|
|
APPID: 'xxx',
|
|
APPSECRET: 'xxx',
|
|
$cdn: 'https://www.sunniejs.cn/static'
|
|
}
|