localStorageUtils.js 70 B

1234
  1. function getUserInfo(){
  2. return JSON.parse(localStorage.wlyyAgent);
  3. }