template中的data适配新的config结构
This commit is contained in:
parent
7453b8dcae
commit
8b96a31bfb
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue