摘要:
校验空值、null、undefined、[] /** * @description: 校验空值、null、undefined、[] * @param {*} val * @return {*} */ export function verification(val) { let valString 阅读全文
摘要:
import { getCurrentDomain, openUrl, verification } from "@/utils/methods"; //点击下载 download(urlId) { let url = `${getCurrentDomain()}${this.dowmloadApi 阅读全文