lianghongjie před 1 rokem
rodič
revize
6a20262f56
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/auth/index.ts
  2. 0 0
      packages/auth/module/https.ts

+ 1 - 1
packages/auth/index.ts

@@ -3,7 +3,7 @@ import { actions } from "./module/actions";
 import { User_Config } from "./module/config";
 import { Dict_Auth_Storage } from "./module/dicts/storage";
 import { authHelper } from "./module/helper";
-import { https } from "./module/http";
+import { https } from "./module/https";
 import { stores } from "./module/stores";
 export class AuthModule extends ModuleRoot {
   config = this.setConfig(User_Config);

+ 0 - 0
packages/auth/module/http.ts → packages/auth/module/https.ts