This commit is contained in:
weipengfei 2023-12-25 10:52:58 +08:00
parent 8cde26a201
commit d202a85d48
4 changed files with 19 additions and 16 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,8 +4,8 @@
"iPhone",
"iPad"
],
"id": "__UNI__D087881",
"name": "种植溯源",
"id": "__UNI__9B6D67A",
"name": "养殖溯源",
"version": {
"name": "1.0.2",
"code": 102
@ -51,6 +51,9 @@
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"compatible": {
"ignoreVersion": true
},
"distribute": {
"google": {
"permissions": [
@ -112,7 +115,7 @@
},
"statusbar": {
"immersed": "supportedDevice",
"style": "dark",
"style": "light",
"background": "#F8F8F8"
},
"uniStatistics": {
@ -128,7 +131,7 @@
"uni-app": {
"control": "uni-v3",
"vueVersion": "3",
"compilerVersion": "3.8.12",
"compilerVersion": "3.98",
"nvueCompiler": "uni-app",
"renderer": "auto",
"nvue": {
@ -141,31 +144,31 @@
},
"tabBar": {
"position": "bottom",
"color": "#FFFFFF",
"selectedColor": "#34D190",
"color": "#999999",
"selectedColor": "#feb048",
"borderStyle": "rgba(255,255,255,0.4)",
"blurEffect": "none",
"fontSize": "10px",
"iconWidth": "40px",
"iconWidth": "24px",
"spacing": "3px",
"height": "50px",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/index/massif",
"text": "",
"text": "首页",
"iconPath": "/static/main/index/sy.png",
"selectedIconPath": "/static/main/index/sydj.png"
},
{
"pagePath": "pages/index/index",
"text": "",
"pagePath": "pages/index/manager",
"text": "管理",
"iconPath": "/static/main/index/dk.png",
"selectedIconPath": "/static/main/index/dkdj.png"
},
{
"pagePath": "pages/index/personal",
"text": "",
"text": "我的",
"iconPath": "/static/main/index/wd.png",
"selectedIconPath": "/static/main/index/wddj.png"
}

File diff suppressed because one or more lines are too long