|
|
@@ -16,9 +16,9 @@
|
|
|
<script src="../../../static/js/toast.script.js"></script>
|
|
|
<link href="../../../static/css/toast.style.css" rel="stylesheet">
|
|
|
<script type="text/javascript">
|
|
|
+ var api = 'https://saas-api.usoftchina.com'
|
|
|
$(document).ready(function(){
|
|
|
var hostname = window.location.hostname;
|
|
|
- var api = 'https://saas-api.usoftchina.com'
|
|
|
if(hostname.indexOf('saas-dev')>-1){
|
|
|
api = 'https://saas-api-dev.usoftchina.com:5443'
|
|
|
}
|