1 Star 0 Fork 0

cdwiot / iot-platform-pointcheck-helmet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 697 Bytes
一键复制 编辑 原始数据 按行查看 历史
tigerwer@126.com 提交于 2024-02-26 13:49 . ii
import Vue from 'vue'
import App from './App'
import store from './store'
import uView from "uview-ui";
import i18n from './lang'
Vue.prototype._i18n = i18n
Vue.use(uView)
import Upload from './components/upload/index.vue'
import videoUpload from './components/upload/video.vue'
import global_variable from './pages/helmet/global_variable'
Vue.prototype.GLOBAL_VARIABLE = global_variable
Vue.prototype.URL = 'api/'
Vue.component('Upload', Upload)
Vue.component('videoUpload', videoUpload)
Vue.config.productionTip = false
Vue.prototype.fileUrl = 'https://cg-iot-dev.yunzhen.tech'
Vue.prototype.sipObj = {}
App.mpType = 'app'
const app = new Vue({
store,
i18n,
...App
})
app.$mount(
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cdwiot/iot-platform-pointcheck-helmet.git
git@gitee.com:cdwiot/iot-platform-pointcheck-helmet.git
cdwiot
iot-platform-pointcheck-helmet
iot-platform-pointcheck-helmet
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891