BUG 28282

This commit is contained in:
aixianling
2022-03-16 18:34:19 +08:00
parent 1749a5bde5
commit b144189e8f

View File

@@ -77,7 +77,7 @@ import {mapState} from 'vuex'
export default {
name: "AppCreditPoints",
appName: "信用积分",
appName: "我的积分",
computed: {
...mapState(['user', 'token'])
},