|
|
@@ -2,10 +2,8 @@ import Vue from 'vue'
|
|
|
import App from './App.vue'
|
|
|
import router from './router'
|
|
|
import axiosApi from './request/api'
|
|
|
-import Notify from 'vue-notifyjs'
|
|
|
Vue.config.productionTip = false
|
|
|
Vue.prototype.$http = axiosApi
|
|
|
-Vue.use(Notify)
|
|
|
new Vue({
|
|
|
router,
|
|
|
render: h => h(App)
|