2
wangjuncheng
2025-07-01 9aed93946a567c874c847b4d3e356058b0455ae7
src/api/trApi.js
@@ -140,7 +140,7 @@
    let fileName = timestamp ? timestamp : 'layer.json';
    const url = `/simu/${serviceInfo}/${fileName}`;
    const response = await fetch(url); // 发起请求
    const response = await fetch(url); // 发起请求
    // console.log(url,'aaaaaaaaa')