feat: 会员商品收藏

This commit is contained in:
dongshanshan
2023-10-31 16:53:44 +08:00
parent 5d760d5450
commit 9a3253ad20
6 changed files with 253 additions and 3 deletions

View File

@@ -54,7 +54,13 @@ export default {
updateTime: '更新时间',
copy: '复制',
copySuccess: '复制成功',
copyError: '复制失败'
copyError: '复制失败',
confirmDelStar: '是否取消收藏?',
starSuccess: '收藏成功',
starFail: '收藏失败',
delStarSuccess: '取消收藏成功',
delStarFail: '取消收藏失败',
existStar: '收藏已存在'
},
error: {
noPermission: `抱歉,您无权访问此页面。`,