Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
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
中汽测评-信息安全测评系统
web
Commits
b710c80b
Commit
b710c80b
authored
Mar 27, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70825 70826 70827
parent
197e165f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
4 deletions
+14
-4
process.scss
src/assets/styles/process.scss
+1
-0
index.vue
src/components/Editor/index.vue
+5
-2
index.vue
src/views/monitor/logininfor/index.vue
+6
-0
index.vue
src/views/system/notice/index.vue
+2
-2
No files found.
src/assets/styles/process.scss
View file @
b710c80b
...
...
@@ -109,6 +109,7 @@
color
:
#303133
;
font-weight
:
bold
;
width
:
160px
;
white-space
:
nowrap
;
}
}
.i-icon
{
...
...
src/components/Editor/index.vue
View file @
b710c80b
...
...
@@ -60,7 +60,7 @@ export default {
},
data
()
{
return
{
uploadUrl
:
process
.
env
.
VUE_APP_BASE_API
+
'/common/upload'
,
// 上传的图片服务器地址
uploadUrl
:
process
.
env
.
VUE_APP_BASE_API
+
'/common/upload
Minio
'
,
// 上传的图片服务器地址
headers
:
{
Authorization
:
'Bearer '
+
getToken
()
},
...
...
@@ -109,6 +109,8 @@ export default {
this
.
currentValue
=
val
===
null
?
''
:
val
if
(
this
.
Quill
)
{
this
.
Quill
.
pasteHTML
(
this
.
currentValue
)
console
.
log
(
this
.
Quill
);
setTimeout
(()
=>
this
.
Quill
.
setSelection
(
this
.
Quill
.
getLength
(),
0
),
0
)
}
}
},
...
...
@@ -185,7 +187,8 @@ export default {
quill
.
insertEmbed
(
length
,
'image'
,
process
.
env
.
VUE_APP_BASE_API
+
res
.
fileName
// process.env.VUE_APP_BASE_API + res.fileName
process
.
env
.
VUE_APP_IMAGE_API
+
res
.
url
)
// 调整光标到最后
quill
.
setSelection
(
length
+
1
)
...
...
src/views/monitor/logininfor/index.vue
View file @
b710c80b
...
...
@@ -285,6 +285,8 @@ export default {
const
infoIds
=
row
.
infoId
||
this
.
ids
this
.
$modal
.
confirm
(
'是否确认删除访问编号为"'
+
infoIds
+
'"的数据项?'
,
{
type
:
'warning'
,
title
:
'确认'
,
closeOnClickModal
:
false
})
.
then
(
function
()
{
...
...
@@ -300,6 +302,8 @@ export default {
handleClean
()
{
this
.
$modal
.
confirm
(
'是否确认清空所有登录日志数据项?'
,
{
type
:
'warning'
,
title
:
'确认'
,
closeOnClickModal
:
false
})
.
then
(
function
()
{
...
...
@@ -316,6 +320,8 @@ export default {
const
username
=
this
.
selectName
this
.
$modal
.
confirm
(
'是否确认解锁用户"'
+
username
+
'"数据项?'
,
{
type
:
'warning'
,
title
:
'确认'
,
closeOnClickModal
:
false
})
.
then
(
function
()
{
...
...
src/views/system/notice/index.vue
View file @
b710c80b
...
...
@@ -67,7 +67,7 @@
>
新增
</el-button
>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:notice:edit']"
type=
"success"
...
...
@@ -78,7 +78,7 @@
@
click=
"handleUpdate"
>
修改
</el-button
>
</el-col>
</el-col>
-->
<el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['system:notice:remove']"
...
...
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