摘要: ### 1、导入文件 ```JavaScript import context from "@/main"; //导入this import { MessageBox, Notification, Message } from "element-ui"; ``` ### 2、Notification 阅读全文
posted @ 2023-06-07 18:00 云霄紫潭 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 方式一、 const url = 下载地址 window.location.href = url 方式二、 /** * @method excel下载 * @param {String} type 需要下载的文件类型 * @param {Object} res 文件流 * @param {Strin 阅读全文
posted @ 2023-06-07 17:50 云霄紫潭 阅读(22) 评论(0) 推荐(0) 编辑