1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| let config = {
| appid: 'wx1e7526eb4d9cf91c',
| serverhost: 'https://bwf.wisdomdeliver.com/api',
| questionhost: 'https://bwf.wisdomdeliver.com/mobile/question?',
| // serverhost: 'http://localhost:8080/api',
| // questionhost: 'http://localhost:9005/mobile/question?',
|
| // 自定义头部 custom: 自定义,default: 系统默认
| navbar: 'default',
| debug: !0,
| version: '1.0.0', // 版本号
| appname: '', // 应用名称
| appabbr: '', // 简称
| appslogan: '',
| };
|
| export default config
|
|