10 Star 1 Fork 4

雪村/duomi_uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 738 Bytes
一键复制 编辑 原始数据 按行查看 历史
pangzi-h 提交于 2022-11-09 12:53 . 拼团修改及新问题修改
import Vue from "vue";
import App from "./App";
import {
router,
RouterMount
} from "@/shopro/router";
import store from "@/shopro/store";
import uView from "uview-ui";
import shopro from "@/shopro";
// 引入mixin
import commonJs from '@/libs/mixin/mixin.js'
Vue.mixin(commonJs);
// 引入bigDecimal 前端精度计算
import bigDecimal from '@/libs/util/bigDecimal.js'
Vue.prototype.$bigDecimal = bigDecimal;
async function bootstrap() {
App.mpType = "app";
//引入路由
Vue.use(router);
// 引入全局uView
Vue.use(uView);
// 加载shopro
Vue.use(shopro);
const app = new Vue({
store,
...App
});
// #ifdef H5
RouterMount(app, router, "#app");
// #endif
// #ifndef H5
app.$mount();
// #endif
}
bootstrap();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunhappy0318/duomi_uniapp.git
git@gitee.com:sunhappy0318/duomi_uniapp.git
sunhappy0318
duomi_uniapp
duomi_uniapp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385