4 Star 0 Fork 0

zhang/operator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
enjoybeautifullife 提交于 2021-08-24 15:06 . 推送
import Vue from 'vue'
import App from './App'
import uView from "uview-ui";
// 公共请求方法
import httpUtil from './common/httpUtil.js';
// vuex
import store from './store'
// import "./static/iconfont/iconfont.css"
// import VConsole from 'vconsole';
// const vConsole = new VConsole();
// const vConsole = new VConsole({ maxLogNumber: 1000 });
Vue.use(uView);
Vue.config.productionTip = false
// 有地区
Vue.prototype.$request = httpUtil.http2;
Vue.prototype.$mrequest = httpUtil.http;
// 无地区
Vue.prototype.$request1 = httpUtil.http3;
Vue.prototype.$mrequest1 = httpUtil.http4;
Vue.prototype.$store = store
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzwh5/operator.git
git@gitee.com:zzwh5/operator.git
zzwh5
operator
operator
master

搜索帮助