1、左侧菜单树和按钮样式调整
2、上传文件夹逻辑调整 3、文档工具详情新增预览 4、所有的预览功能新增遮罩处理
This commit is contained in:
@@ -97,9 +97,9 @@ export default {
|
||||
})
|
||||
}).catch(() => {});
|
||||
},
|
||||
// 跳转到购物车
|
||||
// 跳转到消息中心
|
||||
toMyCartPage() {
|
||||
this.$router.push({ path: '/message' })
|
||||
this.$router.push({ path: '/message', query: {'states':'1'} })
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user