Browse Source

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

zhuqingsong 1 year ago
parent
commit
62334d6d5c
1 changed files with 1 additions and 1 deletions
  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://public.zczy100.com/#/openTrackPlayback";
114
+        const baseUrl = "https://eye.zczy56.com/#/openTrackPlayback";
115
         const url = buildUrlWithParams(baseUrl, data);
115
         const url = buildUrlWithParams(baseUrl, data);
116
         window.open(url);
116
         window.open(url);
117
       }
117
       }