Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
aae6425c
Commit
aae6425c
authored
Aug 15, 2025
by
spc
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into dev
parents
63aaa886
990857d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
thirdJumpMiddlePage.vue
pages/thirdJumpMiddlePage/thirdJumpMiddlePage.vue
+10
-0
No files found.
pages/thirdJumpMiddlePage/thirdJumpMiddlePage.vue
View file @
aae6425c
...
@@ -16,6 +16,12 @@ const $baseUrl = proxy.$baseUrl
...
@@ -16,6 +16,12 @@ const $baseUrl = proxy.$baseUrl
const
jumpFailed
=
ref
(
false
)
const
jumpFailed
=
ref
(
false
)
const
errorMessage
=
ref
(
''
)
const
errorMessage
=
ref
(
''
)
const
jumpParams
=
ref
({})
const
jumpParams
=
ref
({})
const
bgImg
=
ref
(
''
)
const
bgImgObj
=
{
'sy'
:
'thirdJumpMiddlePage/v1/syJumpPageBg.jpg'
}
// 页面加载时获取参数
// 页面加载时获取参数
onMounted
(()
=>
{
onMounted
(()
=>
{
...
@@ -26,6 +32,10 @@ onMounted(() => {
...
@@ -26,6 +32,10 @@ onMounted(() => {
console
.
log
(
'页面参数 options:'
,
options
)
console
.
log
(
'页面参数 options:'
,
options
)
const
key
=
options
.
key
||
'sy'
bgImg
.
value
=
bgImgObj
[
key
]
// 解析跳转参数
// 解析跳转参数
jumpParams
.
value
=
{
jumpParams
.
value
=
{
appId
:
options
.
appId
||
''
,
appId
:
options
.
appId
||
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment