Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
You need to sign in or sign up before continuing.
Commit
89d5806f
...
89d5806fcf9e333c63eecb4b4f765f241cf4a151
authored
2020-10-21 14:55:28 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
d10e8154
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
src/page/tool.vue
src/page/tool.vue
View file @
89d5806
...
...
@@ -569,7 +569,22 @@
// }
}
},
mounted
()
{
this
.
openToolPage
()
},
methods
:
{
openToolPage
()
{
let
config
=
{
headers
:
{
'Content-Type'
:
'application/x-www-form-urlencoded'
}
}
this
.
$http
.
get
(
'/tool/openToolPage'
,
config
).
then
((
res
)
=>
{
console
.
log
(
res
);
}).
catch
(
error
=>
{
console
.
log
(
error
);
})
},
onCopy
(
e
)
{
this
.
$message
({
showClose
:
true
,
...
...
Please
register
or
sign in
to post a comment