摘要: 一、安装axios npm install --save axios 二、在src下面创建文件夹api=>api.js(接口集合)+http.js(封装的请求) 三、在main.js中引用api.js和http.js //引入两个文件 import api from './api/api' impo 阅读全文
posted @ 2020-03-25 16:39 <_/> 阅读(1349) 评论(0) 推荐(0) 编辑
摘要: 在码云客户端创建项目然后在要上传的项目文件夹中右键 Git Bush Here如下 git config --global user.name "tuoni" git config --global user.email "tuoni@qq.com" git init git remote add 阅读全文
posted @ 2020-03-25 14:14 <_/> 阅读(681) 评论(0) 推荐(1) 编辑