摘要: continuePay.vue account.vue store/index.js 阅读全文
posted @ 2018-04-26 17:06 MR崔 阅读(605) 评论(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崔 阅读(316) 评论(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崔 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-23 16:34 MR崔 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 修改 删除 ... 阅读全文
posted @ 2018-04-23 16:12 MR崔 阅读(291) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2018-04-23 15:57 MR崔 阅读(411) 评论(0) 推荐(0) 编辑
摘要: import Vue from 'vue'import Vuex from 'vuex'import Axios from '../service/axios'Vue.use(Vuex)export default new Vuex.Store({ state: { shopCart:{ items 阅读全文
posted @ 2018-04-23 14:54 MR崔 阅读(1802) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2018-04-23 14:52 MR崔 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 购物车 ... 阅读全文
posted @ 2018-04-23 14:51 MR崔 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 自助取餐 ... 阅读全文
posted @ 2018-04-23 14:50 MR崔 阅读(522) 评论(0) 推荐(0) 编辑