zhuliu пре 1 година
родитељ
комит
37348cf858
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/api/index.js
  2. 0 0
      src/api/newApi/event.js

+ 1 - 1
src/api/index.js

@@ -25,7 +25,7 @@ import InvalidResponse from "./InvalidResponse";
 
 
 // 新系统新接口文件
-import event from "./event";
+import event from "./newApi/event";
 
 export default {
   ...report,

src/api/event.js → src/api/newApi/event.js