style: 格式化

This commit is contained in:
yangzhe 2025-04-07 13:11:24 +08:00
parent 6db1485183
commit 15693fbc16
1 changed files with 203 additions and 219 deletions

View File

@ -1,222 +1,206 @@
{
// uni_modulesuView
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/index/list",
"style": {
"navigationBarTitleText": "保洁点位"
}
},
{
"path": "pages/index/cleanDetails",
"style": {
"navigationStyle": "custom" ,
"navigationBarTextStyle": "black",
"navigationBarTitleText": "保洁详情"
}
},
{
"path": "pages/index/cleanPlan",
"style": {
"navigationStyle": "custom" ,
"navigationBarTextStyle": "black",
"navigationBarTitleText": "保洁计划"
}
},
{
"path": "pages/index/planList",
"style": {
"navigationStyle": "custom" ,
"navigationBarTextStyle": "black",
"navigationBarTitleText": "计划列表"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#4790FF",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
// uni_modulesuView
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/index/list",
"style": {
"navigationBarTitleText": "保洁点位"
}
},
{
"path": "pages/index/cleanDetails",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "保洁详情"
}
},
{
"path": "pages/index/cleanPlan",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "保洁计划"
}
},
{
"path": "pages/index/planList",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "计划列表"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#4790FF",
"navigationBarTextStyle": "white",
"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": "详情"
}
}
]
}
],
}
},
{
"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",
"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/indexpages/subPack
"pages/index/index": {
"network": "all", //allwifiwifi
"packages": ["pages/subPack"] //
}
},
"uniIdRouter": {}
"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/indexpages/subPack
"pages/index/index": {
"network": "all", //allwifiwifi
"packages": ["pages/subPack"] //
}
},
"uniIdRouter": {}
}