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
9ac651582f73c9e2e899a6120081164a1bdaf406
Authored by
wuxw
2025-08-16 11:44:16 +0800
1 parent
fe9e5fc5
v1.9 加入一些开发相关说明,方便大家快速上手
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 @
9ac6515
...
...
@@ -44,8 +44,8 @@ export default {
44
44
logo: '',
45
45
companyName:'',
46
46
loginForm: {
47
- username: 'wuxw',
48
- passwd: 'admin',
47
+ username: '',
48
+ passwd: '',
49
49
validateCode: ''
50
50
},
51
51
captchaUrl: '',
...
...