diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/app.ts b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/app.ts index f59e625..fd4e765 100644 --- a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/app.ts +++ b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/app.ts @@ -105,7 +105,7 @@ const getMonitorWindowArguments = (display: any) => { } const getTDTWindowArguments = (display: any) => { const option = getOption(display) - const url = 'http://map.hwasmart.com/' + const url = 'http://gd.map.hwasmart.com/' return { option, url } } diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/BaseInfoView.vue b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/BaseInfoView.vue index 46d9f59..3242d99 100644 --- a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/BaseInfoView.vue +++ b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/BaseInfoView.vue @@ -6,17 +6,25 @@