Compare commits

..

2 Commits

Author SHA1 Message Date
胡志凌 542e85cc74 Merge pull request '提交代码' (#20) from hzl into master 10 months ago
huzl 038e6f8669 提交代码 10 months ago
  1. 2
      src/utils/auth.js

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

Loading…
Cancel
Save