edit
This commit is contained in:
@ -12,6 +12,11 @@ if (environment.production) {
|
||||
enableProdMode();
|
||||
}
|
||||
|
||||
if (environment.isHiddenLog) {
|
||||
// 取消系统信息输出
|
||||
window.console.log = () => {};
|
||||
}
|
||||
|
||||
platformBrowserDynamic()
|
||||
.bootstrapModule(AppModule, {
|
||||
defaultEncapsulation: ViewEncapsulation.Emulated,
|
||||
|
||||
Reference in New Issue
Block a user