tj
2025-05-29 528c3c10f1101e94aaf5c60dd8572a742b20a8e8
main.js
@@ -6,18 +6,6 @@
import http from './plugins/http.js'
// import store from './store/index.js'
// #ifndef VUE3
import Vue from 'vue'
import './uni.promisify.adaptor'
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
  ...App
})
app.$mount()
// #endif
// #ifdef VUE3
import {
  createSSRApp
} from 'vue'
@@ -99,4 +87,3 @@
    app
  }
}
// #endif