代码拉取完成,页面将自动刷新
import App from './App'
import store from './store'
import i18n from './locale'
// #ifndef VUE3
import Vue from 'vue'
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
store,
i18n,
...App
})
app.$mount()
// #endif
// #ifdef VUE3
import {
createSSRApp
} from 'vue'
export function createApp() {
const app = createSSRApp(App)
return {
app
}
}
// #endif
// Vue.prototype.i18n = i18n;
// main.js 引入uView库
import uView from '@/uni_modules/uview-ui'
Vue.use(uView)
// 网络请求
import http from "@/request/http.js"
Vue.prototype.$http = http
// 声网sdk
import RtcEngine from '@/common/RtcEngine.js'
// 图片选择器
import {
chooseImg,
} from "@/common/utils.js"
Vue.prototype.$img = chooseImg
import api from "@/request/api.js"
Vue.prototype.$api = api
// 主题
import theme from "@/common/theme.js";
Vue.prototype.$theme = theme;
// app启动执行文件
import init from "@/common/appInit.js"
// app初始化启动
init();
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。