Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Community-Mining-Client
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mining
Community-Mining-Client
Commits
4c601ce8
Commit
4c601ce8
authored
Nov 12, 2021
by
xhx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:样式
parent
04a9ea44
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
title-.png
src/assets/image/title-.png
+0
-0
title.png
src/assets/image/title.png
+0
-0
PoolList.vue
src/views/Home/PoolList.vue
+2
-2
No files found.
src/assets/image/title-.png
0 → 100644
View file @
4c601ce8
6.53 KB
src/assets/image/title.png
View replaced file @
04a9ea44
View file @
4c601ce8
6.53 KB
|
W:
|
H:
6.24 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/Home/PoolList.vue
View file @
4c601ce8
...
@@ -81,9 +81,9 @@ export default Vue.extend({
...
@@ -81,9 +81,9 @@ export default Vue.extend({
const
err
=
e
.
response
const
err
=
e
.
response
if
(
err
.
data
?.
code
===
406
&&
err
.
data
?.
reason
===
'USER_NOT_BIND'
)
{
if
(
err
.
data
?.
code
===
406
&&
err
.
data
?.
reason
===
'USER_NOT_BIND'
)
{
this
.
show
=
true
this
.
show
=
true
}
else
if
(
err
.
data
?.
code
===
413
)
{
}
else
if
(
err
.
data
?.
code
===
413
||
err
.
data
?.
code
===
403
)
{
Toast
.
loading
({
Toast
.
loading
({
message
:
'ERROR'
,
message
:
err
.
data
.
message
,
duration
:
0
,
duration
:
0
,
forbidClick
:
true
forbidClick
:
true
})
})
...
...
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