3 Star 4 Fork 3

卧龙之家/网蛙云打印小程序端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
hunter 提交于 2021-03-22 18:26 +08:00 . 111
import Vue from 'vue'
import App from './App'
import uView from "uview-ui";
import fly from './utils/net/request.js'
import myUploadFile from 'utils/net/uploadFile.js'
import { login, getPersonFile, deletePersonFile, uploadFile, uploadFileMonitoring, getPrinter, printFile, printFileMonitoring, getPersonInfo,getPersonHistoryPrinting } from 'api/index/index.js'
Vue.config.productionTip = false
Vue.prototype.$fly = fly,
Vue.prototype.$myUploadFile = myUploadFile,
Vue.prototype.$login = login,
Vue.prototype.$getPersonFile = getPersonFile,
Vue.prototype.$deletePersonFile = deletePersonFile,
// Vue.prototype.$uploadFile = uploadFile,
Vue.prototype.$uploadFileMonitoring = uploadFileMonitoring,
Vue.prototype.$getPrinter = getPrinter,
Vue.prototype.$printFile = printFile,
Vue.prototype.$printFileMonitoring = printFileMonitoring,
Vue.prototype.$getPersonInfo = getPersonInfo,
Vue.prototype.$getPersonHistoryPrinting = getPersonHistoryPrinting,
Vue.use(uView);
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/star-of-workhouse/net-frog-cloud-printing-applet.git
[email protected]:star-of-workhouse/net-frog-cloud-printing-applet.git
star-of-workhouse
net-frog-cloud-printing-applet
网蛙云打印小程序端
master

搜索帮助