0
gexiaoxu created
- ABP Framework version: v3.0.1
- UI type: Angular
- Tiered (MVC) or Identity Server Seperated (Angular): no
- Exception message and stack trace: can not set json item
application.logoUrl
inenvironment.ts
file ,it dose not working - Steps to reproduce the issue:
''' export const environment = { production: false, application: { name: 'AuthServer', logoUrl:'http://login.g-cdm.com/publicData/images/logo.png' }, oAuthConfig: { issuer: 'http://localhost:44318', clientId: 'AuthServer_App', dummyClientSecret: '1q2w3e*', scope: 'AuthServer offline_access', showDebugInformation: true, oidc: false, requireHttps: false, }, apis: { default: { url: 'http://localhost:44318', }, }, localization: { defaultResourceName: 'AuthServer', } }; '''
1 Answer(s)
-
0
Hi @gexiaoxu
application.logoUrl
property is not working with ABP Commercial app. You should replace the logos in the assets/images/logo with your logos without changing the file names to change the logo. See the description about lepton theme logos