Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-21 22:57:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4995718b15793a174ced56bef0760b27f18039ba
4995718b
1 parent
9f2992a1
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
src/route.js
src/router/routes/modules/test/index.js
src/views/client/index.vue
src/route.js
View file @
4995718
...
...
@@ -256,12 +256,4 @@ export default [{
title
:
'我的视频'
},
children
:
[]
},
{
path
:
'/JSJIframe'
,
name
:
'JSJIframe'
,
component
:
()
=>
import
(
'./views/JSJIframe.vue'
),
meta
:
{
title
:
'作品上传'
},
children
:
[]
}];
...
...
src/router/routes/modules/test/index.js
0 → 100644
View file @
4995718
const
index
=
[{
path
:
'/html2canvas'
,
name
:
'html2canvas'
,
component
:
()
=>
import
(
'@/views/html2canvas.vue'
),
redirect
:
''
,
meta
:
{
icon
:
''
,
title
:
'DOM转image'
,
},
children
:
[],
}];
export
default
index
;
src/views/client/index.vue
View file @
4995718
...
...
@@ -7,9 +7,6 @@
</transition> -->
</div>
<div class="entry-wrapper">
<!-- TEMP:临时取消授权,正式需要删除 -->
<!-- <div @click="cancelAuth">取消授权</div> -->
<!-- <p class="text">请选择您的身份</p> -->
<div class="control">
<div class="plain">
<my-button type="custom" :custom-style="styleObject1" @on-click="goVisit">访客</my-button>
...
...
Please
register
or
login
to post a comment