首页地址和路由中心的更新
This commit is contained in:
parent
71b8e8e79c
commit
209864ff39
11
pages.json
11
pages.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.page {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user