Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yudao-admin-ui
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
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
licheng
yudao-admin-ui
Commits
273eaffe
Commit
273eaffe
authored
Sep 01, 2025
by
licheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复登录页报错
parent
ef75edff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ForgetPasswordForm.vue
src/views/Login/components/ForgetPasswordForm.vue
+2
-2
No files found.
src/views/Login/components/ForgetPasswordForm.vue
View file @
273eaffe
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
v-model=
"resetPasswordData.password"
v-model=
"resetPasswordData.password"
:placeholder=
"t('login.passwordPlaceholder')"
:placeholder=
"t('login.passwordPlaceholder')"
style=
"width: 100%"
style=
"width: 100%"
strength=
"true"
:
strength=
"true"
/>
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
v-model=
"resetPasswordData.check_password"
v-model=
"resetPasswordData.check_password"
:placeholder=
"t('login.checkPassword')"
:placeholder=
"t('login.checkPassword')"
style=
"width: 100%"
style=
"width: 100%"
strength=
"true"
:
strength=
"true"
/>
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
...
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