Newer
Older
dxdpCollect / src / components / common / Global.vue
StephanieGitHub on 25 Apr 2020 285 bytes first commit
<script>
  const BASE_HTTP_URL = 'http://' + window.location.host;
  let loading = false,app = {
    loginUrl:'http://223.84.218.79:18094/uniform-auth/',
    economicUrl:'http://223.84.218.79:18094/uniform-auth/',
  };

  export default
  {
    BASE_HTTP_URL,loading,app
  }
</script>