Skip to content

Commit

Permalink
fix: for error message at aesDecrypt in null values
Browse files Browse the repository at this point in the history
give username and password default values
  • Loading branch information
mowatermelon committed May 19, 2018
1 parent 10cf278 commit 00a3135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/js/vuex/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import loS from '../../../service/loStorage'
const init = [
{name: 'isLogin', value: 'true', type: false},
{name: 'themeColor', value: '#409EFF', type: false},
{name: 'userName', value: '', type: false},
{name: 'userPassword', value: '', type: false},
{name: 'userName', value: '2201fa35d2915d8bb97ec82db604d705', type: false},
{name: 'userPassword', value: '163cffd52c45201d3515ef526c902813', type: false},
{name: 'isManage', value: 'false', type: false}
]

Expand Down

0 comments on commit 00a3135

Please sign in to comment.