1 Star 0 Fork 31

robin_guo/ymcity同城信息小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
魔王 提交于 2021-06-28 15:01 . first commit
import Vue from 'vue'
import App from './App'
import store from './store'
Vue.prototype.$store = store
import uView from "uview-ui";
Vue.use(uView);
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
store,
...App
})
// http拦截器,此为需要加入的内容,如果不是写在common目录,请自行修改引入路径
import httpInterceptor from '@/common/http.interceptor.js'
// 这里需要写在最后,是为了等Vue创建对象完成,引入"app"对象(也即页面的"this"实例)
Vue.use(httpInterceptor, app)
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/robin_king/ymcity.git
git@gitee.com:robin_king/ymcity.git
robin_king
ymcity
ymcity同城信息小程序
master

搜索帮助