Commit d8521fa773b4585dd9eade2e34720fa7dd3efdd2

Authored by shaofan
1 parent 441d4b7c

清除默认密码

Showing 1 changed file with 2 additions and 2 deletions
src/pages/login/index.vue
... ... @@ -135,10 +135,10 @@ export default class extends Vue {
135 135 private imageCode = ''
136 136 private randomId = randomNum(24, 16)
137 137 private loginForm = {
138   - account: 'admin',
  138 + account: '',
139 139 code: '',
140 140 key: '',
141   - password: '123456'
  141 + password: ''
142 142 }
143 143 private passwordType = 'password'
144 144 private loading = false
... ...