2 Star 11 Fork 2

www.tpframe.com / tpframe-uni-cms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
www.tpframe.com 提交于 2021-02-15 22:04 . request 封装
import Vue from 'vue'
import App from './App'
import Helper from './common/js/helper'
import Request from './common/js/request'
Vue.config.productionTip = false
Vue.prototype.$Helper = Helper;
Vue.prototype.$Request = Request;
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
JavaScript
1
https://gitee.com/37duman/tpframe-uni-cms.git
git@gitee.com:37duman/tpframe-uni-cms.git
37duman
tpframe-uni-cms
tpframe-uni-cms
master

搜索帮助