|
@@ -1,5 +1,6 @@
|
|
(function (window) {
|
|
(function (window) {
|
|
window.ApplicationConfig = {
|
|
window.ApplicationConfig = {
|
|
|
|
+ serverURL: "/server",
|
|
// ===================== 订阅与推送服务 (8511) =====================
|
|
// ===================== 订阅与推送服务 (8511) =====================
|
|
subscribeUrl: 'http://localhost:8511/subscribe/', // 订阅服务
|
|
subscribeUrl: 'http://localhost:8511/subscribe/', // 订阅服务
|
|
// subscribeUrl: 'http://192.168.0.145:8511/subscribe/', // 备用订阅服务
|
|
// subscribeUrl: 'http://192.168.0.145:8511/subscribe/', // 备用订阅服务
|