摘要:
一、router文件夹下的index文件中给每个path添加meta:{}:export default new Router({ routes: [ { path: '/', name: 'index', component: index, meta: { title: 'title1' } }, 阅读全文
摘要:
https://www.jianshu.com/p/9077baa9d543 一、基于框架:vue 二、基于http库:axios 三、基本用法: 1.通过node安装: npm install axios 2. 在项目目录的src文件夹下新建providers文件夹,在该文件夹内新建http-se 阅读全文