config.js 169 B

1234567
  1. function getBaseUrl(){
  2. if(window.location.href.indexOf("uat")>=0)
  3. return 'https://mall.zhaijieshi.cc';
  4. else
  5. return 'https://mall.zhaijieshi.cc';
  6. }