Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs_vsofpm
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
wuhao
cs_vsofpm
Commits
58883654
Commit
58883654
authored
Dec 15, 2023
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aad
parent
3bf852e7
Pipeline
#6462
passed with stages
in 8 minutes and 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
AccountPopover.jsx
src/layouts/dashboard/header/AccountPopover.jsx
+17
-1
No files found.
src/layouts/dashboard/header/AccountPopover.jsx
View file @
58883654
import
DraggableDialog
from
"@/components/DraggableDialog"
;
import
InitForm
from
"@/components/InitForm"
;
import
{
doFetch
}
from
"@/utils/doFetch"
;
import
DownloadIcon
from
"@mui/icons-material/Download"
;
import
SettingsIcon
from
"@mui/icons-material/Settings"
;
import
{
Box
,
Divider
,
...
...
@@ -9,17 +11,18 @@ import {
MenuItem
,
Popover
,
Stack
,
Tooltip
,
Typography
,
}
from
"@mui/material"
;
import
{
useModel
,
useNavigate
}
from
"@umijs/max"
;
import
{
useRequest
}
from
"ahooks"
;
import
{
message
}
from
"antd"
;
import
AES
from
"crypto-js/aes"
;
import
Utf8
from
"crypto-js/enc-utf8"
;
import
ECB
from
"crypto-js/mode-ecb"
;
import
Pkcs7
from
"crypto-js/pad-pkcs7"
;
import
dayjs
from
"dayjs"
;
import
{
useState
}
from
"react"
;
import
{
message
}
from
'antd'
;
// ----------------------------------------------------------------------
...
...
@@ -189,6 +192,19 @@ export default function AccountPopover() {
}
}
></
InitForm
>
</
DraggableDialog
>
<
Tooltip
title=
"下载实训软件"
>
<
IconButton
onClick=
{
()
=>
{
window
.
open
(
"https://ng-website.oss-cn-hangzhou.aliyuncs.com/2023/12/14/17352281525333565448s5Da5.exe"
);
}
}
>
<
DownloadIcon
style=
{
{
color
:
"#3E88DF"
}
}
></
DownloadIcon
>
</
IconButton
>
</
Tooltip
>
<
IconButton
onClick=
{
handleOpen
}
>
<
SettingsIcon
></
SettingsIcon
>
</
IconButton
>
...
...
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