提交 a23cf4a9 authored 作者: lidongxu's avatar lidongxu

fix(url.js): 修复 url.js 里获取不到 state 返回的是 undefined 字符串为题

上级 d22dd92c
......@@ -9,5 +9,5 @@ export function getQueryString(name) {
queryObj[key] = value
})
})
return decodeURIComponent(queryObj[name]) || null
return queryObj[name] || null
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论