Browse Source

增加版本号

seimin 2 years ago
parent
commit
8bc0f7b0a8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main.ts

+ 1 - 0
src/main.ts

@@ -8,6 +8,7 @@ if (environment.production) {
8 8
   enableProdMode();
9 9
   if (window) {
10 10
     window.console.log = function () { };
11
+    console.info('2.4.1');
11 12
   }
12 13
 }
13 14
 platformBrowserDynamic().bootstrapModule(AppModule)