he wei
2023-11-25 d043e9283165ac10757ab4bf536998bf42b98e9b
src/assets/js/getWebUrl.js
@@ -1,9 +1,9 @@
function getWebUrl() {
  let url = '';
  if (process.env.NODE_ENV == 'development') {
    url = "http://localhost:8094/fdk/"
    url = "http://localhost:8095/ms/"
  } else {
    url = location.protocol + "//" + location.host + "/fdk/";
    url = location.protocol + "//" + location.host + "/ms/";
  }
  return url;
}