摘要: continuePay.vue account.vue store/index.js 阅读全文
posted @ 2018-04-26 17:06 MR崔 阅读(631) 评论(0) 推荐(0) 编辑
摘要: import Qs from 'qs' import axios from 'axios' let Http = axios.create({ timeout: 5000, baseURL: 'http://erp.mckintey.com/', responseType: 'json', // default headers: { 'Cont... 阅读全文
posted @ 2018-04-26 15:31 MR崔 阅读(319) 评论(0) 推荐(0) 编辑
摘要: /** * Created by wensonsmith on 2017/12/5. */ import Vue from 'vue' import Axios from './src/service/axios' import router from './src/router' import store from './src/store' import App fro... 阅读全文
posted @ 2018-04-26 15:30 MR崔 阅读(207) 评论(0) 推荐(0) 编辑