fix(core): 迁移修复 + 配置调整
- auth_state: 新增字段 - config/default.toml: 配置更新 - migration 078/082: 修复 SQL 语法 - state/main: 启动逻辑调整
This commit is contained in:
@@ -57,6 +57,7 @@ impl FromRef<AppState> for erp_auth::AuthState {
|
||||
default_tenant_id: state.default_tenant_id,
|
||||
wechat_appid: state.config.wechat.appid.clone(),
|
||||
wechat_secret: state.config.wechat.secret.clone(),
|
||||
wechat_dev_mode: state.config.wechat.dev_mode,
|
||||
redis: Some(state.redis.clone()),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user