[web-app] ng-alain模版工程初始化
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
import { Environment } from '@delon/theme';
|
||||
|
||||
export const environment = {
|
||||
production: true
|
||||
};
|
||||
production: true,
|
||||
useHash: true,
|
||||
api: {
|
||||
baseUrl: './',
|
||||
refreshTokenEnabled: true,
|
||||
refreshTokenType: 'auth-refresh'
|
||||
}
|
||||
} as Environment;
|
||||
|
||||
Reference in New Issue
Block a user