Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
ca7f753cc2300ca6f7e5cb72bc5cef9c9f963f16
Authored by
ww
2023-02-16 17:32:00 +0800
1 parent
50f05fee
fix: drop console.log
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/layouts/default/header/components/user-dropdown/index.vue
src/layouts/default/header/components/user-dropdown/index.vue
View file @
ca7f753
...
...
@@ -187,8 +187,6 @@
187
187
return encryption.decryptByAES(string);
188
188
};
189
189
190
-
console.log(encryption.encryptByAES('关于软件'));
191
-
192
190
return {
193
191
handleDecode,
194
192
updataPersonlData,
...
...