mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-11-19 14:06:48 +08:00
10 lines
325 B
JavaScript
10 lines
325 B
JavaScript
// 本地环境配置
|
|
module.exports = {
|
|
title: 'vue-h5-template',
|
|
baseUrl: 'http://localhost:9018', // 项目地址
|
|
baseApi: 'https://test.xxx.com/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/'
|
|
APPID: 'xxx',
|
|
APPSECRET: 'xxx',
|
|
$cdn: 'https://www.sunniejs.cn/static'
|
|
}
|