Commit 5d0964a7 authored by spc's avatar spc

third

parent 990857d0
......@@ -39,7 +39,7 @@ onMounted(() => {
// 解析跳转参数
jumpParams.value = {
appId: options.appId || '',
path: options.path || '',
path: decodeURIComponent(options.path) || '',
extraData: options.extraData ? JSON.parse(decodeURIComponent(options.extraData)) : {},
envVersion: options.envVersion || 'release',
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment