马宇豪
2023-07-21 a94d46abe031d827c0e3bc49999cc02782ec09b8
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'
   }