中融包房 main.js

Posted mr-cui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了中融包房 main.js相关的知识,希望对你有一定的参考价值。

/**
 * Created by wensonsmith on 2017/12/5.
 */

import Vue from ‘vue‘
import axios from ‘axios‘
import Qs from ‘qs‘

import router from ‘./src/router‘
import store from ‘./src/store‘

import App from ‘./app.vue‘
import Icon from ‘vue-svg-icon/Icon.vue‘

import  { ToastPlugin } from ‘vux‘
Vue.use(ToastPlugin)

let http = axios.create({
    timeout: 5000,
    responseType: ‘json‘, // default
    headers: {
        ‘Content-Type‘: ‘application/x-www-form-urlencoded;charset=UTF-8‘
    },
    transformRequest: [(data) => {
        return Qs.stringify(data)
    }],
    withCredentials: false,
});

Vue.component(‘icon‘, Icon)
Vue.prototype.$http = http

new Vue({
    el: ‘#app‘,
    router,
    store,
    render: h => h(App)
})

 

以上是关于中融包房 main.js的主要内容,如果未能解决你的问题,请参考以下文章

js怎么实现点击选中,再次点击取消。

保险服务搜索引擎百保君获火山石资本领投数千万天使轮融资;中融新大所持中华联合财险6.33亿股权将被司法拍卖 | 每日保观

欢乐迪施工总结

求助keepalived vip不能访问

用 index.js 替换 main.js,错误:ENOENT?

require.js