|
|
@ -16,7 +16,12 @@ import './global.less' |
|
|
|
import { Dialog } from '@/components' |
|
|
|
import { Dialog } from '@/components' |
|
|
|
|
|
|
|
|
|
|
|
Vue.config.productionTip = false |
|
|
|
Vue.config.productionTip = false |
|
|
|
|
|
|
|
Vue.prototype.pagination = { |
|
|
|
|
|
|
|
total: 0, // 数据总数
|
|
|
|
|
|
|
|
page: 1, // 当前页码
|
|
|
|
|
|
|
|
pageSize: 15, // 每页显示条数
|
|
|
|
|
|
|
|
showQuickJumper: true, // 显示跳转输入框
|
|
|
|
|
|
|
|
}, |
|
|
|
// mount axios Vue.$http and this.$http
|
|
|
|
// mount axios Vue.$http and this.$http
|
|
|
|
Vue.use(VueAxios) |
|
|
|
Vue.use(VueAxios) |
|
|
|
Vue.use(Dialog) |
|
|
|
Vue.use(Dialog) |
|
|
|