From c75288aeffc0ed1e7b8431d3f4351ed52bd9105a Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 02 七月 2024 08:29:21 +0800 Subject: [PATCH] # --- main.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/main.js b/main.js index af98bb7..9b55e09 100644 --- a/main.js +++ b/main.js @@ -3,6 +3,18 @@ // #ifndef VUE3 import Vue from 'vue' Vue.config.productionTip = false + +import '@/common/bluetooth.js'; +//鍏ㄥ眬鏁版嵁鐘舵�佺鐞� vuex +import store from '@/store/index.js'; +Vue.prototype.$store = store; +//鍏ㄥ眬鍏敤闈欐�佹暟鎹� +import Mock from '@/common/mock/index.js'; +Vue.prototype.$Mock = Mock; + +import uView from '@/uni_modules/uview-ui' +Vue.use(uView) + App.mpType = 'app' try { -- Gitblit v1.9.1