wuye
/
webui
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1cd49b7222ef2c319ad459bb47479b576680a6c0
Authored by
wuxw
2025-07-18 14:24:12 +0800
1 parent
4ead63f9
优化房屋创建费用 国际化问题
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/user/login/Login.vue
src/views/user/login/Login.vue
View file @
1cd49b7
...
...
@@ -38,8 +38,8 @@ export default {
38
38
data() {
39
39
return {
40
40
loginForm: {
41
- username: '',
42
- passwd: '',
41
+ username: 'wuxw',
42
+ passwd: 'admin',
43
43
validateCode: ''
44
44
},
45
45
captchaUrl: '',
...
...