- const baseURL = 'http://120.46.159.163:7004';
- // const baseURL = 'http://192.168.31.216:8099';
- // const baseURL = function() {
- // let path = '';
- // try {
- // const value = uni.getStorageSync('baseUrl');
- // path = value ? value : 'http://120.46.159.163:7004';
- // console.log(value)
- // } catch (e) {
- // // error
- // }
- // return path;
- // }()
- export default baseURL
|