Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuzhen@situdata.com
/
yunxiao-admin-fe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9cb5eab6
authored
2020-12-17 15:58:13 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
删除debugger
1 parent
8b2ae993
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/utils/aes.js
src/utils/aes.js
View file @
9cb5eab
...
...
@@ -5,7 +5,6 @@ const AES_KEY = '94a80df2633b4944'
export
function
aesEncode
(
str
)
{
const
key
=
CryptoJS
.
enc
.
Utf8
.
parse
(
AES_KEY
)
const
word
=
CryptoJS
.
enc
.
Utf8
.
parse
(
str
)
debugger
const
encrypted
=
CryptoJS
.
AES
.
encrypt
(
word
,
key
,
{
mode
:
CryptoJS
.
mode
.
ECB
,
padding
:
CryptoJS
.
pad
.
Pkcs7
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment