接口数据

This commit is contained in:
2023-05-06 16:10:03 +08:00
parent ba30f60ab0
commit 3535af34e7
7 changed files with 72 additions and 75 deletions

View File

@@ -9,7 +9,6 @@ import VueQrcodeReader from 'vue-qrcode-reader'
import store from './vuex/store'
import '@config/rem.js'
import Print from 'vue-print-nb'
import {post} from '@config/http.js'
import { Dialog, toast } from '@config/mUtils.js'
import filter from '@config/filter.js'
import { baseUrl } from '@config/env.js'
@@ -24,7 +23,6 @@ Vue.use(infiniteScroll)
Vue.use(Print)
Vue.prototype.Dialog = Dialog
Vue.prototype.toast = toast
Vue.prototype.$post = post
Vue.prototype.baseUrl = baseUrl
Vue.use(Print)
for (let k in filter) {