|
@@ -9,6 +9,10 @@ var Constant = {
|
|
|
if(window.location.href.indexOf("http://127.0.0.1:8848/")>=0){
|
|
|
Constant.serverUrl="http://127.0.0.1:8086/website-server/"
|
|
|
}
|
|
|
+ if(window.location.href.indexOf("http://192.168.8.61:8848/")>=0){
|
|
|
+ Constant.serverUrl="http://192.168.8.61:8086/website-server/"
|
|
|
+ }
|
|
|
+
|
|
|
getQueryVariable()
|
|
|
function getQueryVariable()
|
|
|
{
|