vue2-client 1.12.58-chengran-3 → 1.12.58-chengran-5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.12.58-chengran-3",
3
+ "version": "1.12.58-chengran-5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -100,7 +100,7 @@ function afterLogin (res, options) {
100
100
  if (loginRes === '登录成功') {
101
101
  const encrypt = new JSEncrypt()
102
102
  encrypt.setPublicKey(
103
- 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqPvovSfXcwBbW8cKMCgwqNpsYuzF8RPAPFb7LGsnVo44JhM/xxzDyzoYtdfNmtbIuKVi9PzIsyp6rg+09gbuI6UGwBZ5DWBDBMqv5MPdOF5dCQkB2Bbr5yPfURPENypUz+pBFBg41d+BC+rwRiXELwKy7Y9caD/MtJyHydj8OUwIDAQAB'
103
+ 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7YHW+Cel3Qa/CNsfgZmcWEq8IdkaHO1wsGn34wTERTvIiMvVGkncAy/WEMyJblNaATXD3uqR5g3X1Xt8xpMDtJqpCr2gZx0yFN/v+giZr/HOKGpdz84Op7c+rfSE4OHtowaYeyG3yaOqdqRFS0SWHOyba3KEVTygDQVDSQZMNuwIDAQAB'
104
104
  )
105
105
  const data = encrypt.encrypt(
106
106
  JSON.stringify({ username: name, password: password })