BUG 28090

This commit is contained in:
aixianling
2022-03-08 10:10:43 +08:00
parent 4e6aa5a17f
commit 60cc273b6f
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ import {mapState} from "vuex";
export default {
name: "AppOnlineAnswer",
appName: "在线答题",
appName: "党史题库",
computed: {
...mapState(["user", "token"]),
},

View File

@@ -16,7 +16,7 @@ import {mapState} from "vuex";
export default {
name: "home",
appName: "党史课堂",
appName: "党员学习",
computed: {
...mapState(["user", "token"]),
},