Compare commits

..

No commits in common. '542e85cc74308d5e10597058838bf42b6c843b3e' and '0693c18d9bf78821b8bbcf928f518e5c9ddb4216' have entirely different histories.

  1. 2
      src/utils/auth.js

@ -1,6 +1,6 @@
import Cookies from 'js-cookie' import Cookies from 'js-cookie'
const TokenKey = 'mall_Authorization' const TokenKey = 'Authorization'
const NetWorkId = 'networkId' const NetWorkId = 'networkId'
const UserName = 'username' const UserName = 'username'
const PassWord = 'password' const PassWord = 'password'

Loading…
Cancel
Save