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: 'Update Time',
copy: 'Copy',
copySuccess: 'Copy Success',
copyError: 'Copy Error'
copyError: 'Copy Error',
confirmDelStar: 'Delete the Star?',
starSuccess: 'Star Success',
starFail: 'Star Error',
delStarSuccess: 'Del Star Success',
delStarFail: 'Del Star Error',
existStar: 'exist Star'
},
error: {
noPermission: `Sorry, you don't have permission to access this page.`,