You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
292 B
9 lines
292 B
// 本地环境配置
|
|
module.exports = {
|
|
env: 'development',
|
|
title: 'e联社区',
|
|
baseUrl: 'http://192.168.1.144/', // 项目地址
|
|
baseApi: 'http://192.168.1.144/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/'
|
|
APPID: 'xxx',
|
|
APPSECRET: 'xxx',
|
|
}
|
|
|