Commit 9db7fb1d authored by spc's avatar spc

Merge branch 'master' into dev

parents aae6425c 5d0964a7
...@@ -39,7 +39,7 @@ onMounted(() => { ...@@ -39,7 +39,7 @@ onMounted(() => {
// 解析跳转参数 // 解析跳转参数
jumpParams.value = { jumpParams.value = {
appId: options.appId || '', appId: options.appId || '',
path: options.path || '', path: decodeURIComponent(options.path) || '',
extraData: options.extraData ? JSON.parse(decodeURIComponent(options.extraData)) : {}, extraData: options.extraData ? JSON.parse(decodeURIComponent(options.extraData)) : {},
envVersion: options.envVersion || 'release', 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