UNPKG

simple-utils-js

Version:

前端,前端开发,前端框架,web前端,前端面试题,技术文档,学习,面试,JavaScript,js,ES6,TypeScript,vue,python,css3,html5,Node,git,github,markdown

10 lines (7 loc) 182 B
/** * @description: 拆解url地址成为路由跳转参数 * @param {*} page * @return {*} */ const getCurrentURL = () => window.location.href module.exports = getCurrentURL