Parcourir la source

对接车辆轨迹

zhuqingsong il y a 1 an
Parent
commit
fd4921788f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
     getCrasUrl(row.id).then((res: any) => {
111
     getCrasUrl(row.id).then((res: any) => {
112
       if (res.code === 0) {
112
       if (res.code === 0) {
113
         const data = res.data;
113
         const data = res.data;
114
-        const baseUrl = "https://eye.zczy56.com/#/openTrackPlayback";
114
+        const baseUrl = "http://121.36.17.6:9096/yingyan/#/openTrackPlayback";
115
         const url = buildUrlWithParams(baseUrl, data);
115
         const url = buildUrlWithParams(baseUrl, data);
116
         window.open(url);
116
         window.open(url);
117
       }
117
       }