Sfoglia il codice sorgente

添加queenshow的用户注册信息

liwei 1 anno fa
parent
commit
830ea7a337
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      src/hooks/initAuthDef.ts

+ 4 - 1
src/hooks/initAuthDef.ts

@@ -7,7 +7,7 @@ export function initAuthDef() {
       httpConfig: {
         baseURL: Dict_Apis.auth,
       },
-      key: "queentreesku3d",
+      key: "queenshow",
       loginPath: "/login",
       loginJumpPath: "/",
       logoutJumpPath: "/login",
@@ -15,6 +15,9 @@ export function initAuthDef() {
       needCompanyLogin: false,
       needRegister: true,
       needResetPwd: true,
+      regInfo: {
+        key: "queenshow"
+      }
     },
   });
   auth.actions.initUser();