Browse Source

版本更新

seimin 10 months ago
parent
commit
cfe515417c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/main.js

+ 5 - 1
src/main.js

@@ -10,7 +10,11 @@ import { Modal, message } from 'ant-design-vue';
10 10
 import 'ant-design-vue/es/message/style/css';
11 11
 import 'ant-design-vue/es/modal/style/css';
12 12
 
13
-
13
+console.info(`%c%c v2.4.61 %c 武汉大势恒通科技有限责任公司 `,
14
+  'color: #3eaf7c; font-size: 16px;line-height:30px;',
15
+  'background: #35495e; padding: 4px; border-radius: 3px 0 0 3px; color: #fff',
16
+  'background: #41b883; padding: 4px; border-radius: 0 3px 3px 0; color: #fff',
17
+);
14 18
 
15 19
 const app = createApp(App)
16 20