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 58e38148
authored
Jan 26, 2022
by
李金轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ljx
1 parent
88bd38ca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
src/Request/PublicAxiosInstance.js
src/views/DataRepair/DataRepair.vue
src/views/Main/Main.vue
src/Request/PublicAxiosInstance.js
View file @
58e3814
...
...
@@ -19,11 +19,7 @@ axiosInstance.interceptors.request.use(
}
else
{
const
authorization
=
Cookies
.
get
(
'atoken'
)
if
(
authorization
!==
undefined
)
{
config
.
headers
.
Authorization
=
authorization
}
config
.
headers
.
Authorization
=
Cookies
.
get
(
'atoken'
)
}
return
config
...
...
src/views/DataRepair/DataRepair.vue
View file @
58e3814
...
...
@@ -74,10 +74,10 @@
<a-input
v-model:value=
"queryForm.maxFactor"
style=
"width: 129px"
/>
</a-form-item>
<a-form-item
style=
"padding: 5px 0"
>
<a-button
type=
"primary"
@
click=
"preview"
>
预览
</a-button>
<a-button
type=
"primary"
@
click=
"preview"
:loading=
"isLoading"
>
预览
</a-button>
</a-form-item>
<a-form-item
style=
"padding: 5px 0"
>
<a-button
type=
"primary"
@
click=
"repair"
>
修补
</a-button>
<a-button
type=
"primary"
@
click=
"repair"
:loading=
"isLoading"
>
修补
</a-button>
</a-form-item>
</a-form>
...
...
src/views/Main/Main.vue
View file @
58e3814
...
...
@@ -17,7 +17,7 @@
</el-header>
<el-main
style=
"padding: 0"
>
<el-container>
<el-aside
style=
"background:
black
"
width=
"190px"
>
<el-aside
style=
"background:
#001529
"
width=
"190px"
>
<a-menu
mode=
"inline"
theme=
"dark"
v-model:selectedKeys=
"selectedKeys"
@
click=
"onClick"
>
<a-menu-item
:key=
"'/Main/DataRerun'"
>
<div
class=
"flex-vertical-center"
>
...
...
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