首页地址和路由中心的更新

This commit is contained in:
minimaxagent1 2025-08-06 09:55:40 +08:00
parent 71b8e8e79c
commit 209864ff39
3 changed files with 13 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"lazyCodeLoading": "requiredComponents",
"entryPagePath": "pages/login/login",
"entryPagePath": "pages/nearbystores/index",
"pages": [{
"path": "pages/nearbystores/index",
"style": {
@ -161,6 +161,15 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/ancient/ancient",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],

View File

@ -84,7 +84,7 @@ export default {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.page {
width: 100%;
min-height: 100vh;

View File

@ -10,9 +10,10 @@ export const PAGE_ROUTES = {
MONK_DETAIL: '/pages/monk/monkDetail',
WALK_INTO: '/pages/walkInto/walkInto',
INSTITUTIONAL_STRUCTURE: '/pages/institutionalStructure/institutionalStructure',
ACTIVITY: '/pages/activity/activity',
// 待开发页面
ACTIVITY: '/pages/activity/activity',
NEWS: '/pages/news/news',
ABBOT: '/pages/abbot/abbot',
ANCIENT: '/pages/ancient/ancient',