消息推送
Some checks failed
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Has been cancelled

This commit is contained in:
2025-09-14 17:43:16 +08:00
parent 57fe929080
commit a6245b29cd
7 changed files with 260 additions and 42 deletions

View File

@@ -3,7 +3,9 @@
*/
import Vue from 'vue';
import App from './App';
import ws from '@/utils/websocket.js'
Vue.prototype.$ws = ws
Vue.config.productionTip = false;
App.mpType = 'app';