Commit cc420105 authored by wangwei's avatar wangwei

星星

parent fe785039
...@@ -258,7 +258,8 @@ ...@@ -258,7 +258,8 @@
.age-change-block{ .age-change-block{
&.video{ &.video{
right: 0; right: 0;
left: auto; left: auto;z-index: 1231;
background: white;
width: 80*@toVw; width: 80*@toVw;
} }
display: block; display: block;
......
...@@ -50,7 +50,8 @@ const router =new Router({ ...@@ -50,7 +50,8 @@ const router =new Router({
name: 'shareGoods', name: 'shareGoods',
component: e=>require(['@/components/newLesson/shareGoods'],e),// component: e=>require(['@/components/newLesson/shareGoods'],e),//
meta:{ meta:{
deep:0 deep:0,
noNew:true
} }
},{ },{
path: '/myGoodsList', path: '/myGoodsList',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment