123456789101112131415161718192021222324 |
- 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
- }
|