Commit 0be858bb authored by lipengcheng 's avatar lipengcheng

moment二次封装

parent 3d9a1472
......@@ -26,12 +26,12 @@ Vue.use(VModal)
import baseURL from '../config/baseUrl.js'
console.log('baseURL:', baseURL)
Vue.config.productionTip = false
Vue.prototype.$http = axios
Vue.prototype.$mt = moment
new Vue({
router,
store,
render: (h) => h(App)
}).$mount('#app')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment