新页面添加 institutionalStructure

This commit is contained in:
minimaxagent1 2025-07-28 17:52:29 +08:00
parent a13b99532d
commit 11311e156f
2 changed files with 19 additions and 3 deletions

View File

@ -54,6 +54,13 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path": "pages/institutionalStructure/institutionalStructure",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
@ -70,9 +77,6 @@
"navigationStyle": "custom"
}
}
// userpages ...
]
}
],

View File

@ -0,0 +1,12 @@
<template>
<view class="">
</view>
</template>
<script setup>
</script>
<style lang="scss" scoped>
</style>