Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit abdd0417
authored
Jun 16, 2022
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化
1 parent
620935c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
src/Request/PublicAxiosInstance.js
src/views/SystemLog/index.vue
vue.config.js
src/Request/PublicAxiosInstance.js
View file @
abdd041
...
...
@@ -15,7 +15,7 @@ const axiosInstance = axios.create(
axiosInstance
.
interceptors
.
request
.
use
(
config
=>
{
// Cookies.set('atoken','
3176614c-3e71-4b92-a082-4aa9f2010e26
')
// Cookies.set('atoken','
ab703fa7-a386-4572-9bec-0cfa6ed33a08
')
if
(
!
Cookies
.
get
(
'atoken'
)){
ElMessage
({
message
:
`登录过期,请重新登录`
,
...
...
src/views/SystemLog/index.vue
View file @
abdd041
...
...
@@ -17,16 +17,16 @@
</a-select>
</a-form-item>
<a-form-item
label=
"日志等级:"
style=
"padding: 5px 0"
>
<a-select
v-model:value=
"queryForm.level"
<a-select
v-model:value=
"queryForm.level
s
"
style=
"width: 280px"
mode=
"multiple"
:maxTagCount=
"1"
:options=
"levelList"
optionFilterProp=
"label"
>
</a-select>
</a-form-item>
<a-form-item
label=
"内容:"
style=
"padding: 5px 0"
>
<a-input
v-model:value=
"queryForm.content_like"
placeholder=
"请输入内容"
style=
"width: 280px"
/>
</a-form-item>
<a-form-item
label=
"选择日期:"
style=
"padding: 5px 0"
>
<a-date-picker
v-model:value=
"queryForm.date"
:format=
"'YYYY-MM-DD'"
style=
"width: 280px"
/>
</a-form-item>
...
...
@@ -34,6 +34,9 @@
<a-time-picker
v-model:value=
"queryForm.startTime"
style=
"width: 140px"
/>
<a-time-picker
v-model:value=
"queryForm.endTime"
style=
"width: 140px"
/>
</a-form-item>
<a-form-item
label=
"内容:"
style=
"padding: 5px 0"
>
<a-input
v-model:value=
"queryForm.content_like"
placeholder=
"请输入内容"
style=
"width: 280px"
/>
</a-form-item>
<a-form-item
style=
"padding: 5px 0"
>
<a-button
type=
"primary"
@
click=
"confirmSearch(1)"
:loading=
"isLoading"
>
查询
</a-button>
<!--
<a-button
type=
"primary"
@
click=
"confirmSearch1"
>
弹框
</a-button>
-->
...
...
@@ -191,7 +194,7 @@ export default {
{
// apptype:'store',
appname
:
'process'
,
level
:
'info'
,
level
s
:
[
'info'
,
'error'
,
'debug'
,
'warn'
]
,
content_like
:
''
,
date
:
moment
(
moment
().
format
(
'YYYY-MM-DD'
),
'YYYY-MM-DD'
),
startTime
:
moment
(
'00:00:00'
,
'HH:mm:ss'
),
...
...
@@ -216,7 +219,7 @@ export default {
{
// apptype: rawData.apptype,
appname
:
rawData
.
appname
,
level
:
rawData
.
leve
l
,
level
s
:
rawData
.
levels
?
rawData
.
levels
.
toString
():
nul
l
,
content_like
:
rawData
.
content_like
,
startTime
:
formatDate
(
rawData
.
date
)
+
' '
+
formatTime
(
rawData
.
startTime
),
endTime
:
formatDate
(
rawData
.
date
)
+
' '
+
formatTime
(
rawData
.
endTime
),
...
...
@@ -254,7 +257,7 @@ export default {
const
contentHeight
=
ref
(
0
)
const
__main
=
function
()
{
contentHeight
.
value
=
window
.
innerHeight
-
230
confirmSearch
()
//
confirmSearch()
}
const
confirmSearch1
=
function
(){
moreDialogRef
.
value
.
initDialog
();
...
...
vue.config.js
View file @
abdd041
...
...
@@ -58,7 +58,7 @@ module.exports = {
devServer
:
{
proxy
:
{
'/'
:
{
target
:
'http://36.112.68.214:
33333
/btool/'
,
target
:
'http://36.112.68.214:
22222
/btool/'
,
changeOrigin
:
true
}
}
...
...
Write
Preview
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