马宇豪
2023-07-24 9078e3e595b5c04e75ca7e5b38737018ae3924a4
common/constant.js
@@ -1,8 +1,8 @@
   let VUE_APP_BASE_URL= null;
   if (process.env.NODE_ENV == 'development') {
      VUE_APP_BASE_URL = 'http://192.168.0.38:8086'
      // VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
      // VUE_APP_BASE_URL = 'http://192.168.0.38:8086'
      VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
   }else {
      VUE_APP_BASE_URL = 'http://121.239.169.30:13001'
   }