马宇豪
2025-04-29 9d5b4d650e5b01081d3537c750e7469db4d161e3
common/constant.js
@@ -1,10 +1,10 @@
   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://192.168.2.15:8083'
      // VUE_APP_BASE_URL = 'http://47.108.222.15:8000'
   }else {
      VUE_APP_BASE_URL = 'http://192.168.2.15:8082'
      VUE_APP_BASE_URL = 'http://192.168.2.15:8083'
      // VUE_APP_BASE_URL = 'http://47.108.222.15:8000'
   }