1234567891011121314151617181920212223 |
- var config =
- {
- // 域名
- host: {
- // 主域名
- 'main': 'http://192.168.33.10/leek/product/?l=',
- 'product': 'https://api.nongchanghezi.com/product/?l=',
- 'passport':'https://api.nongchanghezi.com/passport/?l='
- },
- // 项目id
- project: 1,
- //版本号
- version: '1.0.0',
- //debug模式
- debug: true
- }
- module.exports = {
- config:config
- }
|