登录接口实现
This commit is contained in:
@ -7,7 +7,11 @@ export const sysConf = {
|
||||
/**
|
||||
* 应用ID
|
||||
*/
|
||||
appId: ``,
|
||||
appId: `5800BF51DC9A494489700F09E3B81520`,
|
||||
/**
|
||||
* 租户ID
|
||||
*/
|
||||
tenantId: `1`,
|
||||
/**
|
||||
* 登录路径
|
||||
*/
|
||||
@ -29,6 +33,6 @@ export const sysConf = {
|
||||
'/tabs/industry/index',
|
||||
'/tabs/partner/index',
|
||||
'/tabs/community/index',
|
||||
'/tabs/my/index',
|
||||
],
|
||||
'/tabs/my/index'
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user