摘要: /*getter是state的get方法,没有get页面就获取不到数据 获取页面: import {mapGetters,mapActions} from 'vuex' <h1>{{count}}</h1> computed:mapGetters([ 'count' ]), store.js: va 阅读全文
posted @ 2022-01-07 20:53 porter_代码工作者 阅读(128) 评论(0) 推荐(0)
摘要: 接口管理现状 #一、常用解决方案 使用 Swagger 管理 API 文档 使用 Postman 调试 API 使用 RAP 等工具 Mock API 数据 使用 JMeter 做 API 自动化测试 https://www.apifox.cn/help/ 阅读全文
posted @ 2022-01-07 19:54 porter_代码工作者 阅读(301) 评论(0) 推荐(0)