03 2022 档案
摘要:<!-- mybatis-plus--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>2.3</version> </dependen
阅读全文
摘要:在src目录下创建一个utils文件夹然后创建一个request.js 文件 import axios from 'axios' const request = axios.create({ baseURL: '/api', // 注意!! 这里是全局统一加上了 '/api' 前缀,也就是说所有接口
阅读全文
摘要:一、 今天在学习Element框架的时候遇到一个小坑,就是把Switch开关放到table标签里面,就无法使用了,经过漫长时间的查找发现这么写可以解决, <el-table-column fixed="right" label="状态" width="150" height="50px"> <tem
阅读全文
摘要:在安装Element-ui插件时报了如下错误 npm WARN deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of iss
阅读全文