摘要:
### 1、导入文件 ```JavaScript import context from "@/main"; //导入this import { MessageBox, Notification, Message } from "element-ui"; ``` ### 2、Notification 阅读全文
摘要:
方式一、 const url = 下载地址 window.location.href = url 方式二、 /** * @method excel下载 * @param {String} type 需要下载的文件类型 * @param {Object} res 文件流 * @param {Strin 阅读全文