Browse Source

接口替换

林旭祥 6 months ago
parent
commit
751c78bd0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/module/analysis.ts

+ 1 - 1
src/api/module/analysis.ts

@@ -5,7 +5,7 @@ export default {
   //获取测试数据列表
   reportList: (data: any) => {
     return req({
-      url: '/exam/today/examdata/list',
+      url: '/exam/noauth/today/examdata/list',
       method: 'get',
       data: data,
       headers: {