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