fix: 修复单体启动时codegen缺少配置导致的无法启动

pull/252/head
zhiqiang.xu 2026-05-16 10:40:36 +08:00
parent cf7b6d9cbc
commit f194e7a3d3
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ yudao:
wxa-subscribe-message: wxa-subscribe-message:
miniprogram-state: developer # 跳转小程序类型:开发版为 “developer”体验版为 “trial”为正式版为 “formal” miniprogram-state: developer # 跳转小程序类型:开发版为 “developer”体验版为 “trial”为正式版为 “formal”
tencent-lbs-key: TVDBZ-TDILD-4ON4B-PFDZA-RNLKH-VVF6E # QQ 地图的密钥 https://lbs.qq.com/service/staticV2/staticGuide/staticDoc tencent-lbs-key: TVDBZ-TDILD-4ON4B-PFDZA-RNLKH-VVF6E # QQ 地图的密钥 https://lbs.qq.com/service/staticV2/staticGuide/staticDoc
codegen:
import-enable: true # 这里的 true/false 必须明确写出来,不能留空
justauth: justauth:
enabled: true enabled: true