马宇豪
2024-08-29 893ff90c6e21fa3a5241a8ae9b33836037cd5912
common/constant.js
@@ -2,10 +2,14 @@
   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://121.239.169.30:13001'
      // VUE_APP_BASE_URL = 'http://117.190.40.54:6622/edu'
      // VUE_APP_BASE_URL = 'http://47.108.222.15:8000'
   }else {
      // VUE_APP_BASE_URL = 'http://192.168.0.47:8086'
      VUE_APP_BASE_URL = 'http://192.168.2.15:8082'
      // VUE_APP_BASE_URL = 'http://192.168.2.15:8082'
      // 正式环境
      // VUE_APP_BASE_URL = 'http://47.108.222.15:8000'
      // 国泰
      VUE_APP_BASE_URL = 'http://117.190.40.54:6622/edu'
   }
export default VUE_APP_BASE_URL