This commit is contained in:
yanran200730
2022-09-30 11:34:02 +08:00
4 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import resourceManagement from "./components/resourceManagement.vue"
import resourceClassification from './components/resourceClassification.vue'
export default {
name: 'communityResource',
name: 'AppCommunityResource',
label: "社会资源",
props: {
@@ -43,7 +43,7 @@ export default {
</script>
<style lang="scss" scoped>
.communityResource {
.AppCommunityResource {
height: 100%;
width: 100%;
}