摘要:
{{sessionStora}} add show modify remove clear //localstorage.jsexport function setLocalStorage(key,value){ localStorage.setItem(key,value) } export function getLocalStora... 阅读全文
摘要:
//没法用,只能在vue里使用axios,而且不能直接在vue文件里引用函数,会出现没有定义的异常 //get请求 export function loginget(){ debugger this.$axios.get("http://local") .then(function(res){ de 阅读全文