Browse Source

feat(dev): hide build

gemercheung 1 year ago
parent
commit
c74862eddd
1 changed files with 1 additions and 1 deletions
  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);