config.js 91 B

123
  1. var url = window.location.href;
  2. url = url.split('/');
  3. var baseUrl = url[0] + '//' + url[2];