Explorar o código

fix: 修复合并时遗漏的冲突

tnt group %!s(int64=3) %!d(string=hai) anos
pai
achega
5987e83a12
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      src/api/mock/index.ts

+ 1 - 3
src/api/mock/index.ts

@@ -76,17 +76,15 @@ const mockObject: MockMethod[] = [
     response: () => test.fetchScatterBasic
   },
   {
-<<<<<<< HEAD
     url: mapUrl,
     method: RequestHttpEnum.GET,
     response: () => test.fetchMap
   },
-=======
+  {
     url: wordCloudUrl,
     method: RequestHttpEnum.GET,
     response: () => test.fetchWordCloud
   }
->>>>>>> dev-wordcloud
 ]
 
 export default mockObject