11 2021 档案

摘要:import axios from 'axios' // axios.defaults.timeout = 30 * 1000; // axios.defaults.headers.post['Content-Type'] = 'application/json;charset=UTF-8'; im 阅读全文
posted @ 2021-11-26 15:49 sinceForever 阅读(368) 评论(0) 推荐(0)
摘要:{ "editor.renderWhitespace": "none", "vetur.validation.template": false, "breadcrumbs.filePath": "last", "workbench.startupEditor": "newUntitledFile", 阅读全文
posted @ 2021-11-11 09:50 sinceForever 阅读(724) 评论(0) 推荐(0)
摘要:import Vue from "vue"; import Vuex from "vuex"; import VuexPersistence from "vuex-persist"; const vuexLocal = new VuexPersistence({ storage: window.se 阅读全文
posted @ 2021-11-09 16:01 sinceForever 阅读(243) 评论(0) 推荐(0)