|
@@ -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
|
}
|