瀏覽代碼

merge feature/1002473 into main

merge "feature/1002473" into "main"
编译失败

Created-by: lizi
Author-id: 7030146
MR-id: 7055
Commit-by: lizi
Merged-by: Kevin
Description: merge "feature/1002473" into "main"
编译失败

See merge request: zhcqdn00001/front!44
Kevin 2 年之前
父節點
當前提交
71ce4507a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/services/searchHistory.service.ts

+ 1 - 1
src/services/searchHistory.service.ts

@@ -1,4 +1,4 @@
-import * as SearchHistoryClient from "@/client/SearchHistory.client"
+import * as SearchHistoryClient from "@/client/searchHistory.client"
 import type { HotKeyword } from "@/types/searchHistory.types";
 
 export async function getHoyKeyword(size: number): Promise<HotKeyword[]> {