hookehuyr

fix

......@@ -256,12 +256,4 @@ export default [{
title: '我的视频'
},
children: []
}, {
path: '/JSJIframe',
name: 'JSJIframe',
component: () => import('./views/JSJIframe.vue'),
meta: {
title: '作品上传'
},
children: []
}];
......
const index = [{
path: '/html2canvas',
name: 'html2canvas',
component: () => import('@/views/html2canvas.vue'),
redirect: '',
meta: {
icon: '',
title: 'DOM转image',
},
children: [],
}];
export default index;
......@@ -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>
......