WIP: 670完成部分,版本合并 #7

Closed
liubiao wants to merge 36 commits from liubiao/APP:main into main
327 changed files with 19561 additions and 29861 deletions
Showing only changes of commit 6b4d47828e - Show all commits

View File

@ -2,14 +2,14 @@ import App from './App'
// 引入 uView UI
import uView from 'vk-uview-ui';
import bleTool from '@/store/BLETools.js';
// #ifndef VUE3
import Vue from 'vue'
import store from './store/store';
import './uni.promisify.adaptor'
Vue.config.productionTip = false
Vue.prototype.$bleTool = bleTool;
App.mpType = 'app'
const app = new Vue({
store,
@ -25,7 +25,7 @@ import {
} from 'vue'
export function createApp() {
const app = createSSRApp(App)
app.config.globalProperties.$bleTool = bleTool;
// 使用 uView UI
app.use(uView)
return {