摘要: 校验空值、null、undefined、[] /** * @description: 校验空值、null、undefined、[] * @param {*} val * @return {*} */ export function verification(val) { let valString 阅读全文
posted @ 2021-12-01 15:12 yoona-lin 阅读(3618) 评论(0) 推荐(0) 编辑
摘要: import { getCurrentDomain, openUrl, verification } from "@/utils/methods"; //点击下载 download(urlId) { let url = `${getCurrentDomain()}${this.dowmloadApi 阅读全文
posted @ 2021-12-01 15:05 yoona-lin 阅读(312) 评论(0) 推荐(0) 编辑