摘要: 1. 安装依赖 npm install axios axios-cache-adapter 2. 配置 axios 实例 import axios from 'axios' import { setupCache } from 'axios-cache-adapter' // 创建缓存实例,全局禁用 阅读全文
posted @ 2026-01-05 15:24 dsrlii 阅读(3) 评论(0) 推荐(0)
摘要: import axios from 'axios' import { Notification, MessageBox, Message, Loading } from 'element-ui' import store from '@/store' import { getToken } from 阅读全文
posted @ 2025-11-19 10:14 dsrlii 阅读(6) 评论(0) 推荐(0)
摘要: layui使用2.6.x版本复杂表头出现的情况 最后一层与之对应的上一层,上上层至最顶层属性为colspan = 1时,就会出现如图情况,解决办法为所有colspan = 1所在行(除最后一行)添加colGroup:'1'属性即可 阅读全文
posted @ 2021-12-29 11:15 dsrlii 阅读(152) 评论(0) 推荐(0)