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