Browse Source

版本号更新

seimin 11 months ago
parent
commit
728b294f76
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/main.ts

+ 5 - 1
src/main.ts

@@ -8,7 +8,11 @@ if (environment.production) {
8 8
   enableProdMode();
9 9
   if (window) {
10 10
     window.console.log = function () { };
11
-    console.info('v2.4.61');
11
+    console.info(`%c%c v2.4.61 %c 武汉大势恒通科技有限责任公司 `,
12
+      'color: #3eaf7c; font-size: 16px;line-height:30px;',
13
+      'background: #35495e; padding: 4px; border-radius: 3px 0 0 3px; color: #fff',
14
+      'background: #41b883; padding: 4px; border-radius: 0 3px 3px 0; color: #fff',
15
+    );
12 16
   }
13 17
 }
14 18
 platformBrowserDynamic().bootstrapModule(AppModule)