Explorar el Código

feat(dev): hide build

gemercheung hace 1 año
padre
commit
c74862eddd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);