Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
tea-resources-web
Commits
3edf023a
Commit
3edf023a
authored
Jul 23, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对称加密
parent
0b6e38cd
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
96 additions
and
23 deletions
+96
-23
package.json
package.json
+1
-1
openApi.js
src/api/openApi.js
+9
-0
index.vue
src/views/OpenApi/index.vue
+86
-22
No files found.
package.json
View file @
3edf023a
...
...
@@ -61,7 +61,7 @@
"
chalk
"
:
"
2.4.2
"
,
"
compression-webpack-plugin
"
:
"
^1.1.12
"
,
"
connect
"
:
"
3.6.6
"
,
"
crypto-js
"
:
"
4.1.1
"
,
"
crypto-js
"
:
"
^
4.1.1
"
,
"
eslint
"
:
"
5.15.3
"
,
"
eslint-plugin-vue
"
:
"
5.2.2
"
,
"
html-webpack-plugin
"
:
"
3.2.0
"
,
...
...
src/api/openApi.js
View file @
3edf023a
...
...
@@ -63,3 +63,12 @@ export function openapilogDetailApi(id) {
method
:
'get'
})
}
/** 组织机构获取secretKey解密*/
export
function
iaminstitutionDecrypt
(
params
)
{
return
request
({
url
:
'/iaminstitution/decrypt'
,
method
:
'get'
,
params
:
params
})
}
src/views/OpenApi/index.vue
View file @
3edf023a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment