master
parent
64307ea3a0
commit
85c747cdb3
File diff suppressed because one or more lines are too long
@ -1,25 +0,0 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
分包的页面
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
</style>
|
||||
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 176 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
@ -1,80 +1,90 @@
|
||||
{
|
||||
"easycom": {
|
||||
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order/order",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/me/me",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "component/Tabbar/Tabbar",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "package_sub",
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分包页面sub_index"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"preloadRule": {
|
||||
"package_sub/pages/index/index": {
|
||||
"network": "all",
|
||||
"packages": [
|
||||
"__APP__"
|
||||
]
|
||||
}
|
||||
},
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order/order",
|
||||
"text": "订单"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/me/me",
|
||||
"text": "我的"
|
||||
}
|
||||
],
|
||||
"color": "",
|
||||
"selectedColor": "",
|
||||
"backgroundColor": ""
|
||||
}
|
||||
"easycom": {
|
||||
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order/order",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/me/me",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "component/Tabbar/Tabbar",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "package_sub",
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/AddOrder/AddOrder",
|
||||
"style": {
|
||||
"navigationBarTitleText": "预约陪诊"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ServiceList/ServiceList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "服务列表",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ServiceDetail/ServiceDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "服务项目",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"preloadRule": {},
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"myIconPath": "/static/tabbar/home.svg"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order/order",
|
||||
"text": "订单",
|
||||
"myIconPath": "/static/tabbar/order.svg"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/me/me",
|
||||
"text": "我的",
|
||||
"myIconPath": "/static/tabbar/me.svg"
|
||||
}
|
||||
],
|
||||
"color": "",
|
||||
"selectedColor": "",
|
||||
"backgroundColor": ""
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 349 B |
Loading…
Reference in new issue