diff --git a/project/xumu/AppClaimApply/add.vue b/project/xumu/AppClaimApply/add.vue index 04800564..b5a1cbef 100644 --- a/project/xumu/AppClaimApply/add.vue +++ b/project/xumu/AppClaimApply/add.vue @@ -108,7 +108,7 @@ export default { 选择 - + diff --git a/project/xumu/AppClaimAudit/AppClaimAudit.vue b/project/xumu/AppClaimAudit/AppClaimAudit.vue index afd8184a..c6557c60 100644 --- a/project/xumu/AppClaimAudit/AppClaimAudit.vue +++ b/project/xumu/AppClaimAudit/AppClaimAudit.vue @@ -13,7 +13,7 @@ export default { computed: { currentPage() { let {hash} = this.$route - return ["#claim", "#add"].includes(hash) ? add : list + return ["#audit", "#add"].includes(hash) ? add : list } }, created() { diff --git a/project/xumu/AppClaimAudit/add.vue b/project/xumu/AppClaimAudit/add.vue index 04800564..68ccd8f9 100644 --- a/project/xumu/AppClaimAudit/add.vue +++ b/project/xumu/AppClaimAudit/add.vue @@ -1,6 +1,7 @@