wangjuncheng
2025-07-01 ebf701cceb7114eb6291609e946b57e100ff5da7
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')