首页地址和路由中心的更新
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"
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||||
},
|
},
|
||||||
"lazyCodeLoading": "requiredComponents",
|
"lazyCodeLoading": "requiredComponents",
|
||||||
"entryPagePath": "pages/login/login",
|
"entryPagePath": "pages/nearbystores/index",
|
||||||
"pages": [{
|
"pages": [{
|
||||||
"path": "pages/nearbystores/index",
|
"path": "pages/nearbystores/index",
|
||||||
"style": {
|
"style": {
|
||||||
|
|
@ -161,6 +161,15 @@
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/ancient/ancient",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : "",
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.page {
|
.page {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,10 @@ export const PAGE_ROUTES = {
|
||||||
MONK_DETAIL: '/pages/monk/monkDetail',
|
MONK_DETAIL: '/pages/monk/monkDetail',
|
||||||
WALK_INTO: '/pages/walkInto/walkInto',
|
WALK_INTO: '/pages/walkInto/walkInto',
|
||||||
INSTITUTIONAL_STRUCTURE: '/pages/institutionalStructure/institutionalStructure',
|
INSTITUTIONAL_STRUCTURE: '/pages/institutionalStructure/institutionalStructure',
|
||||||
|
ACTIVITY: '/pages/activity/activity',
|
||||||
|
|
||||||
// 待开发页面
|
// 待开发页面
|
||||||
ACTIVITY: '/pages/activity/activity',
|
|
||||||
NEWS: '/pages/news/news',
|
NEWS: '/pages/news/news',
|
||||||
ABBOT: '/pages/abbot/abbot',
|
ABBOT: '/pages/abbot/abbot',
|
||||||
ANCIENT: '/pages/ancient/ancient',
|
ANCIENT: '/pages/ancient/ancient',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user