Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
54c9d7b1
Commit
54c9d7b1
authored
Mar 09, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-20260203-解决外部跳转页面登录问题' into 'dev'
解决外部跳转测算bug See merge request
!90
parents
8d80bd36
ef94dcd3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
pages/lanch/index.vue
+2
-1
No files found.
pages/lanch/index.vue
View file @
54c9d7b1
...
...
@@ -8,12 +8,13 @@
import
{
onLaunch
,
onLoad
}
from
'@dcloudio/uni-app'
import
*
as
environment
from
'@/environments/environment'
let
jumpInfo
=
ref
({})
let
dataToken
=
ref
()
onLoad
((
options
)
=>
{
// 参数带token了重新登录
if
(
options
.
dataToken
)
{
jumpInfo
.
value
=
JSON
.
parse
(
JSON
.
stringify
(
options
))
// uni.clearStorageSync();
dataToken
.
value
=
decodeURIComponent
(
options
.
dataToken
)
reLogin
(
options
.
landingPage
)
}
...
...
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