马宇豪
2024-08-08 700eb98db0151940cc91abcc5b3149ce23ec42de
1
2
3
4
5
6
7
8
9
10
11
 
    let VUE_APP_BASE_URL= null;
    if (process.env.NODE_ENV == 'development') {
        VUE_APP_BASE_URL = 'http://192.168.2.15:8082'
        // VUE_APP_BASE_URL = 'http://47.108.222.15:8000'
    }else {
        VUE_APP_BASE_URL = 'http://192.168.2.15:8082'
        // VUE_APP_BASE_URL = 'http://47.108.222.15:8000'
    }
 
export default VUE_APP_BASE_URL