摘要: •在data中定义即将渲染的数据,及active data() { return { active:'',//选中样式 }; }, 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 data() { return 阅读全文
posted @ 2020-12-21 10:53 井九。 阅读(2593) 评论(0) 推荐(0) 编辑
摘要: 第一步: 首先引入axios 然后创建两个文件夹api和http http.js 里面的 1 import axios from 'axios';//引入axios 2 3 //环境的切换 开发环境(development)使用的是测试接口 和 生产环境(production)使用的是上线接口 4 阅读全文
posted @ 2020-10-07 15:31 井九。 阅读(3065) 评论(0) 推荐(0) 编辑
摘要: 将本地项目提交到git仓库************************************************ git查看远程仓库地址命令 git remote -v git配置git config —-global user.email “github邮箱”git config —-g 阅读全文
posted @ 2020-06-29 19:03 井九。 阅读(54) 评论(0) 推荐(0) 编辑