瀏覽代碼

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);