websocket

This commit is contained in:
xiaoshan
2023-09-06 17:55:48 +08:00
parent 13309008f0
commit 2c634ecd6f
5 changed files with 88 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ const version = '2.0.36'
// 开发环境才提示,生产环境不会提示
if (process.env.NODE_ENV === 'development') {
console.log(`\n %c uView V${version} %c https://uviewui.com/ \n\n`, 'color: #ffffff; background: #3c9cff; padding:5px 0; border-radius: 5px;');
// console.log(`\n %c uView V${version} %c https://uviewui.com/ \n\n`, 'color: #ffffff; background: #3c9cff; padding:5px 0; border-radius: 5px;');
}
export default {