345
wangjuncheng
2 天以前 770dae03ffe931e4c2dfc1860b60c058cc5ed149
src/api/trApi.js
@@ -164,7 +164,7 @@
    const response = await fetch(url); // 发起请求  
    // console.log(url,'aaaaaaaaa')
    console.log(url,'aaaaaaaaa')
    if (!response.ok) {
      throw new Error(`HTTP error! status: ${response.status}`);