Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dexfilter-web-nuxt3
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
dexfilter-web-nuxt3
Commits
b8150715
Commit
b8150715
authored
Feb 09, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
eb1bbca0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
views/token/index.vue
+0
-16
No files found.
views/token/index.vue
View file @
b8150715
...
...
@@ -29,11 +29,6 @@
<FixedJoinUs></FixedJoinUs>
<Announcement></Announcement>
</ClientOnly>
<Animation
v-if=
"glbloading"
position=
"fixed"
background=
"rgba(240,240,240,0.2)"
></Animation>
</template>
</MyLayout>
</template>
...
...
@@ -49,8 +44,6 @@ const TbName = ref();
const
r24h
=
ref
();
const
chain
=
useChain
();
const
currentPath
=
ref
(
''
);
// 全局loading
const
glbloading
=
useGlbLogin
();
// div是否隐藏
const
pageloading
=
ref
(
true
);
const
getUa
=
()
=>
{
...
...
@@ -68,8 +61,6 @@ onBeforeMount(() => {
onMounted
(()
=>
{
pageloading
.
value
=
false
;
currentPath
.
value
=
chain
.
value
;
//
glbloading
.
value
=
false
;
});
const
RightInfo
=
useCurrentRightInfo
();
watch
(
RightInfo
.
value
,
(
v
)
=>
{
...
...
@@ -80,13 +71,6 @@ watch(RightInfo.value, (v) => {
const
changeChain
=
(
chain
)
=>
{
currentPath
.
value
=
chain
;
};
// 监听路由变化
watch
(
()
=>
route
.
href
,
(
v
)
=>
{
glbloading
.
value
=
true
;
}
);
</
script
>
<
style
lang=
"less"
>
...
...
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