style: 格式化
This commit is contained in:
parent
6db1485183
commit
15693fbc16
420
pages.json
420
pages.json
|
@ -1,222 +1,206 @@
|
||||||
{
|
{
|
||||||
// 如果您是通过uni_modules形式引入uView,可以忽略此配置
|
// 如果您是通过uni_modules形式引入uView,可以忽略此配置
|
||||||
"easycom": {
|
"easycom": {
|
||||||
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
||||||
},
|
},
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "首页"
|
"navigationBarTitleText": "首页"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/index/list",
|
"path": "pages/index/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "保洁点位"
|
"navigationBarTitleText": "保洁点位"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/index/cleanDetails",
|
"path": "pages/index/cleanDetails",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom" ,
|
"navigationStyle": "custom",
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "保洁详情"
|
"navigationBarTitleText": "保洁详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/index/cleanPlan",
|
"path": "pages/index/cleanPlan",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom" ,
|
"navigationStyle": "custom",
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "保洁计划"
|
"navigationBarTitleText": "保洁计划"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/index/planList",
|
"path": "pages/index/planList",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom" ,
|
"navigationStyle": "custom",
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "计划列表"
|
"navigationBarTitleText": "计划列表"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/my/index",
|
"path": "pages/my/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我的",
|
"navigationBarTitleText": "我的",
|
||||||
"navigationBarBackgroundColor": "#4790FF",
|
"navigationBarBackgroundColor": "#4790FF",
|
||||||
"navigationBarTextStyle": "white",
|
"navigationBarTextStyle": "white",
|
||||||
"enablePullDownRefresh": true
|
"enablePullDownRefresh": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/public/login",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "登录"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/my/profile",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "个人信息",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/my/account/setting",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "设置",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/my/account/password",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "修改密码",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/my/account/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "帐号&安全",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/my/about/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "关于我们",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/my/account/phone",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "手机号绑定",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/my/account/email",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "邮箱绑定",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/my/account/logout_account",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "注销帐号",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/my/auth",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "实名认证",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/public/page",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/my/about/feedback",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "意见反馈",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/public/register",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "注册",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/public/forget_password",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "忘记密码",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
//分包加载配置,此配置为小程序的分包加载机制。
|
||||||
|
"subPackages": [
|
||||||
|
{
|
||||||
|
"root": "pages/subPack", //子包的根目录
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"path": "index/detail",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "详情"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
}
|
"globalStyle": {
|
||||||
},
|
"navigationBarTextStyle": "#211D2F",
|
||||||
{
|
"navigationBarTitleText": "uni-app",
|
||||||
"path": "pages/public/login",
|
"navigationBarBackgroundColor": "white",
|
||||||
"style": {
|
"backgroundColor": "#F8F8F8"
|
||||||
"navigationBarTitleText": "登录"
|
},
|
||||||
}
|
"tabBar": {
|
||||||
},
|
"color": "#2D2D2D",
|
||||||
{
|
"selectedColor": "#4183F8",
|
||||||
"path" : "pages/my/profile",
|
"borderStyle": "white",
|
||||||
"style" :
|
"list": [
|
||||||
{
|
{
|
||||||
"navigationBarTitleText" : "个人信息",
|
"pagePath": "pages/index/index",
|
||||||
"enablePullDownRefresh" : false
|
"iconPath": "static/tab/home.png",
|
||||||
}
|
"selectedIconPath": "static/tab/home_cur.png",
|
||||||
},
|
"text": "首页"
|
||||||
{
|
},
|
||||||
"path" : "pages/my/account/setting",
|
{
|
||||||
"style" :
|
"pagePath": "pages/index/list",
|
||||||
{
|
"iconPath": "static/tab/list.png",
|
||||||
"navigationBarTitleText" : "设置",
|
"selectedIconPath": "static/tab/list_cur.png",
|
||||||
"enablePullDownRefresh" : false
|
"text": "计划"
|
||||||
}
|
},
|
||||||
},
|
{
|
||||||
{
|
"pagePath": "pages/my/index",
|
||||||
"path" : "pages/my/account/password",
|
"iconPath": "static/tab/my.png",
|
||||||
"style" :
|
"selectedIconPath": "static/tab/my_cur.png",
|
||||||
{
|
"text": "我的"
|
||||||
"navigationBarTitleText" : "修改密码",
|
}
|
||||||
"enablePullDownRefresh" : false
|
]
|
||||||
}
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "pages/my/account/index",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "帐号&安全",
|
|
||||||
"enablePullDownRefresh" : false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "pages/my/about/index",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "关于我们",
|
|
||||||
"enablePullDownRefresh" : false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "pages/my/account/phone",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "手机号绑定",
|
|
||||||
"enablePullDownRefresh" : false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "pages/my/account/email",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "邮箱绑定",
|
|
||||||
"enablePullDownRefresh" : false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "pages/my/account/logout_account",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "注销帐号",
|
|
||||||
"enablePullDownRefresh" : false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "pages/my/auth",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "实名认证",
|
|
||||||
"enablePullDownRefresh" : false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "pages/public/page",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "",
|
|
||||||
"enablePullDownRefresh" : false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "pages/my/about/feedback",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "意见反馈",
|
|
||||||
"enablePullDownRefresh" : false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "pages/public/register",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "注册",
|
|
||||||
"enablePullDownRefresh" : false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "pages/public/forget_password",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "忘记密码",
|
|
||||||
"enablePullDownRefresh" : false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
],
|
// 分包预载配置
|
||||||
//分包加载配置,此配置为小程序的分包加载机制。
|
"preloadRule": {
|
||||||
"subPackages": [
|
// 当我们进入了pages/index/index页面以后就会预下载pages/subPack分包
|
||||||
{
|
"pages/index/index": {
|
||||||
"root": "pages/subPack", //子包的根目录
|
"network": "all", //在指定网络下预下载,可选值为:all(不限网络)、wifi(仅wifi下预下载)
|
||||||
"pages": [
|
"packages": ["pages/subPack"] //进入页面后预下载分包
|
||||||
{
|
}
|
||||||
"path": "index/detail",
|
},
|
||||||
"style": {
|
"uniIdRouter": {}
|
||||||
"navigationBarTitleText": "详情"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
"globalStyle": {
|
|
||||||
"navigationBarTextStyle": "#211D2F",
|
|
||||||
"navigationBarTitleText": "uni-app",
|
|
||||||
"navigationBarBackgroundColor": "white",
|
|
||||||
"backgroundColor": "#F8F8F8"
|
|
||||||
},
|
|
||||||
"tabBar": {
|
|
||||||
"color": "#2D2D2D",
|
|
||||||
"selectedColor": "#4183F8",
|
|
||||||
"borderStyle": "white",
|
|
||||||
"list": [
|
|
||||||
{
|
|
||||||
"pagePath": "pages/index/index",
|
|
||||||
"iconPath": "static/tab/home.png",
|
|
||||||
"selectedIconPath": "static/tab/home_cur.png",
|
|
||||||
"text": "首页"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pagePath": "pages/index/list",
|
|
||||||
"iconPath": "static/tab/list.png",
|
|
||||||
"selectedIconPath": "static/tab/list_cur.png",
|
|
||||||
"text": "计划"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pagePath": "pages/my/index",
|
|
||||||
"iconPath": "static/tab/my.png",
|
|
||||||
"selectedIconPath": "static/tab/my_cur.png",
|
|
||||||
"text": "我的"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
// 分包预载配置
|
|
||||||
"preloadRule": {
|
|
||||||
// 当我们进入了pages/index/index页面以后就会预下载pages/subPack分包
|
|
||||||
"pages/index/index": {
|
|
||||||
"network": "all", //在指定网络下预下载,可选值为:all(不限网络)、wifi(仅wifi下预下载)
|
|
||||||
"packages": ["pages/subPack"] //进入页面后预下载分包
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"uniIdRouter": {}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue