Selaa lähdekoodia

车辆轨迹对接 url修改为生产

zhuqingsong 1 vuosi sitten
vanhempi
commit
62334d6d5c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/Powermanagement/Positioning/index.vue

+ 1 - 1
src/views/Powermanagement/Positioning/index.vue

@@ -111,7 +111,7 @@ const openDetail = (row: any, type: string) => {
111 111
     getCrasUrl(row.id).then((res: any) => {
112 112
       if (res.code === 0) {
113 113
         const data = res.data;
114
-        const baseUrl = "https://public.zczy100.com/#/openTrackPlayback";
114
+        const baseUrl = "https://eye.zczy56.com/#/openTrackPlayback";
115 115
         const url = buildUrlWithParams(baseUrl, data);
116 116
         window.open(url);
117 117
       }