path.js 374 B

12345678910111213141516
  1. const baseURL = 'http://120.46.159.163:7004';
  2. // const baseURL = 'http://192.168.31.216:8099';
  3. // const baseURL = function() {
  4. // let path = '';
  5. // try {
  6. // const value = uni.getStorageSync('baseUrl');
  7. // path = value ? value : 'http://120.46.159.163:7004';
  8. // console.log(value)
  9. // } catch (e) {
  10. // // error
  11. // }
  12. // return path;
  13. // }()
  14. export default baseURL