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