Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
b5bede08
Commit
b5bede08
authored
Mar 06, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
80498b81
fdadd951
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
portal-manager-ui/admin/src/views/signIn/signIn.vue
portal-manager-ui/admin/src/views/signIn/signIn.vue
+13
-1
No files found.
portal-manager-ui/admin/src/views/signIn/signIn.vue
View file @
b5bede08
...
@@ -232,6 +232,13 @@
...
@@ -232,6 +232,13 @@
@
click=
"changePwd"
@
click=
"changePwd"
>
确认
</a-button
>
确认
</a-button
>
>
<div
class=
"text-right"
>
<span
class=
"text-[#0857e8] cursor-pointer"
@
click=
"switchover(0)"
>
返回登录
</span
>
</div>
</a-form-model-item>
</a-form-model-item>
</a-form-model>
</a-form-model>
</div>
</div>
...
@@ -336,7 +343,7 @@ export default {
...
@@ -336,7 +343,7 @@ export default {
this
.
mySwiper
=
new
Swiper
(
"
.mySwiper
"
,
{
this
.
mySwiper
=
new
Swiper
(
"
.mySwiper
"
,
{
effect
:
"
cube
"
,
// 方块动画
effect
:
"
cube
"
,
// 方块动画
speed
:
1000
,
// 时长
speed
:
1000
,
// 时长
//
simulateTouch: false, //是否允许鼠标滑动切换
simulateTouch
:
false
,
//是否允许鼠标滑动切换
grabCursor
:
false
,
// 手形鼠标
grabCursor
:
false
,
// 手形鼠标
shortSwipes
:
false
,
shortSwipes
:
false
,
cubeEffect
:
{
cubeEffect
:
{
...
@@ -446,6 +453,11 @@ export default {
...
@@ -446,6 +453,11 @@ export default {
fn
(
menus
);
fn
(
menus
);
return
urls
;
return
urls
;
},
},
switchover
(
page
=
0
)
{
if
(
this
.
mySwiper
)
{
this
.
mySwiper
.
slideTo
(
page
);
}
},
},
},
};
};
</
script
>
</
script
>
...
...
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