Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jd-vx-app
Commits
2b98f819
Commit
2b98f819
authored
May 07, 2022
by
fwz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退出登录后登录设置选中首页
parent
88204685
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
index.vue
pages/binding/index.vue
+0
-1
main.vue
pages/main.vue
+3
-3
No files found.
pages/binding/index.vue
View file @
2b98f819
...
@@ -220,7 +220,6 @@ export default {
...
@@ -220,7 +220,6 @@ export default {
if
(
e
&&
e
.
url
){
if
(
e
&&
e
.
url
){
this
.
superiorUrl
=
e
.
url
this
.
superiorUrl
=
e
.
url
if
(
e
.
index
){
if
(
e
.
index
){
console
.
log
(
e
.
index
)
this
.
superiorParam
=
e
.
index
this
.
superiorParam
=
e
.
index
}
}
...
...
pages/main.vue
View file @
2b98f819
...
@@ -122,11 +122,11 @@ export default {
...
@@ -122,11 +122,11 @@ export default {
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
if
(
option
&&
option
.
index
){
if
(
option
&&
option
.
index
){
console
.
log
(
option
.
index
)
console
.
log
(
"---------------------------"
)
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
let
i
=
parseInt
(
option
.
index
);
let
i
=
parseInt
(
option
.
index
);
if
(
!
i
){
i
=
0
;
}
this
.
tabChange
(
i
)
this
.
tabChange
(
i
)
this
.
$refs
.
myTab
.
current
=
i
;
this
.
$refs
.
myTab
.
current
=
i
;
});
});
...
...
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