@@ -111,7 +111,7 @@ const openDetail = (row: any, type: string) => {
getCrasUrl(row.id).then((res: any) => {
if (res.code === 0) {
const data = res.data;
- const baseUrl = "https://eye.zczy56.com/#/openTrackPlayback";
+ const baseUrl = "http://121.36.17.6:9096/yingyan/#/openTrackPlayback";
const url = buildUrlWithParams(baseUrl, data);
window.open(url);
}