|
|
@@ -20,11 +20,11 @@
|
|
|
// Wait for the deviceready event before using any of Cordova's device APIs.
|
|
|
// See https://cordova.apache.org/docs/en/latest/cordova/events/events.html#deviceready
|
|
|
|
|
|
-const baseUrl = "http://192.168.50.116:8080/";
|
|
|
-const pageUrl = "http://192.168.50.116:8082/";
|
|
|
+// const baseUrl = "http://192.168.50.116:8080/";
|
|
|
+// const pageUrl = "http://192.168.50.116:8082/";
|
|
|
|
|
|
-// const baseUrl = "http://test.zmjpms.com/";
|
|
|
-// const pageUrl = "http://test.zmjpms.com/mp/";
|
|
|
+const baseUrl = "https://test.zmjpms.com/";
|
|
|
+const pageUrl = "https://test.zmjpms.com/mp/";
|
|
|
|
|
|
// const baseUrl = "http://zmjpms.com/";
|
|
|
// const pageUrl = "http://zmjpms.com/mp/";
|