template中的data适配新的config结构

This commit is contained in:
Xu Chang 2025-10-21 17:17:58 +08:00
parent 7453b8dcae
commit 8b96a31bfb
1 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ export const application: Application[] = [
systemId: DEV_SYSTEM_ID,
config: {
type: 'web',
passport: ['email', 'mobile', 'wechat'],
location: {
protocol: 'http:',
hostname: 'localhost',
@ -76,7 +75,6 @@ export const application: Application[] = [
systemId: SUPER_SYSTEM_ID,
config: {
type: 'web',
passport: ['mobile', 'wechat'],
location: {
protocol: 'https:',
hostname: 'test.com',