4 Star 0 Fork 0

xujiangyun/N+1商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 441 Bytes
一键复制 编辑 原始数据 按行查看 历史
shiQF90517 提交于 2024-03-21 17:49 . a
// #ifndef VUE3
import Vue from 'vue'
import App from './App'
import uView from '@/uni_modules/uview-ui'
import store from './store';
Vue.use(uView)
import utils from "@/utils/index.js"
// import * as api from '@/api/common/common.js'
// Vue.prototype.$http = api //挂载到全局
Vue.config.productionTip = false
Vue.prototype.$utils = utils
App.mpType = 'app'
const app = new Vue({
store,
...App
})
app.$mount()
// #endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xujyphper/nandone_mall.git
git@gitee.com:xujyphper/nandone_mall.git
xujyphper
nandone_mall
N+1商城
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385