ソースを参照

feat(dev): hide build

gemercheung 1 年間 前
コミット
c74862eddd
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/request/index.ts

+ 1 - 1
src/request/index.ts

@@ -19,7 +19,7 @@ import {
   Device,
   // PolygonsAttrib,
 } from "./type";
-import { getFdTokenByNum } from "./URL";
+// import { getFdTokenByNum } from "./URL";
 
 const error = throttle((msg: string) => ElMessage.error(msg), 2000);