| | |
| | | const util = require('../utils/util.js'); |
| | | |
| | | // 小程序后台 |
| | | const baseUrl = "http://192.168.1.9:8082" |
| | | // const baseUrl = 'https://fyami.com.cn'; |
| | | // const baseUrl = "http://192.168.1.9:8082" |
| | | const baseUrl = 'https://fyami.com.cn'; |
| | | const bu = 'https://fyami.com.cn'; |
| | | const basePicUrl = `${bu}/images/`; |
| | | const baseIconUrl = `${bu}/images/weixin/eplaw/`; |
| | |
| | | const spBu = "https://fyami.com.cn:447" |
| | | const spPicUrl = `${spBu}/images/`; |
| | | |
| | | const mode = 'debug'; |
| | | // const mode = 'prod'; |
| | | // const mode = 'debug'; |
| | | const mode = 'prod'; |
| | | |
| | | function request(fun, hostUrl) { |
| | | const bUrl = hostUrl ? hostUrl : baseUrl; |