From 623eec2472c4550af0931c164c85e15e8de183cb Mon Sep 17 00:00:00 2001 From: sjz-mxj <1375998991@qq.com> Date: Tue, 18 Jul 2023 11:50:11 +0800 Subject: [PATCH] =?UTF-8?q?type:style=20commit:=E8=8E=B7=E5=8F=96=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 33 ++++++++++++++++++++++++++------- pages/massif/pestType.vue | 2 +- pages/massif/plant_plan.vue | 2 +- pages/purchase/newAgr.vue | 2 +- pages/stock/list.vue | 2 +- pages/stock/prodWarehouse.vue | 2 +- 6 files changed, 31 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index 0d05321..391bee9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "name" : "plant_manage_mobile", - "appid" : "__UNI__D917821", + "name" : "园区优农", + "appid" : "__UNI__6159D37", "description" : "种植管理", - "versionName" : "1.0.0", - "versionCode" : "100", + "versionName" : "1.03", + "versionCode" : 103, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -18,7 +18,9 @@ }, /* 模块配置 */ "modules" : { - "Maps" : {} + "Maps" : {}, + "Camera" : {}, + "Geolocation" : {} }, /* 应用发布信息 */ "distribute" : { @@ -29,6 +31,7 @@ "", "", "", + "", "", "", "", @@ -36,6 +39,7 @@ "", "", "", + "", "", "", "", @@ -55,10 +59,25 @@ "maps" : { "amap" : { "appkey_ios" : "123", - "appkey_android" : "6586e1721d3762ef72963e57ccc031ed" + "appkey_android" : "e0fb063cd3e6711b2f315fcda475fe9c" } }, - "ad" : {} + "ad" : {}, + "geolocation" : { + "amap" : { + "__platform__" : [ "android" ], + "appkey_ios" : "123", + "appkey_android" : "e0fb063cd3e6711b2f315fcda475fe9c" + } + } + }, + "icons" : { + "android" : { + "hdpi" : "C:/我的资料/1-inntraFiles/1-楚雄州/3-浙滇农业/9-打包资料/icon/7272.png", + "xhdpi" : "C:/我的资料/1-inntraFiles/1-楚雄州/3-浙滇农业/9-打包资料/icon/9696.png", + "xxhdpi" : "C:/我的资料/1-inntraFiles/1-楚雄州/3-浙滇农业/9-打包资料/icon/144144.png", + "xxxhdpi" : "C:/我的资料/1-inntraFiles/1-楚雄州/3-浙滇农业/9-打包资料/icon/192192.png" + } } } }, diff --git a/pages/massif/pestType.vue b/pages/massif/pestType.vue index 41f322b..92c51ca 100644 --- a/pages/massif/pestType.vue +++ b/pages/massif/pestType.vue @@ -161,7 +161,7 @@ export default { async init(){ var res=await request("/common/api/dict/categoryValue",{ method:"post", - data:{code:"B09"} + body:{code:"B09"} }) if(res.statu){ this.cropList=res.data.map(v=>({...v,children:v?.children?.length>0?v.children:[{label:"全部",value:v.pest.map(v=>({name:v.label,id:v.id}))}]})) diff --git a/pages/massif/plant_plan.vue b/pages/massif/plant_plan.vue index 4fa8be2..b785d8c 100644 --- a/pages/massif/plant_plan.vue +++ b/pages/massif/plant_plan.vue @@ -106,7 +106,7 @@ export default { async init(){ var res=await request("/common/api/dict/categoryValue",{ method:"post", - data:{code:"B06"} + body:{code:"B06"} }) if(res.statu){ this.fields.plantType.columns=[res.data] diff --git a/pages/purchase/newAgr.vue b/pages/purchase/newAgr.vue index 790f3a6..ae648ae 100644 --- a/pages/purchase/newAgr.vue +++ b/pages/purchase/newAgr.vue @@ -98,7 +98,7 @@ export default { var res=await request("/common/api/dict/categoryValue",{ method:"post", - params:{code:'B07'} + body:{code:'B07'} }) if(res.statu){ this.fields.detailedType.columns=[res.data] diff --git a/pages/stock/list.vue b/pages/stock/list.vue index fd66014..6600b42 100644 --- a/pages/stock/list.vue +++ b/pages/stock/list.vue @@ -349,7 +349,7 @@ export default{ //买方类型 var res = await request("/common/api/dict/categoryValue",{ method:"post", - params:{code:"B08"} + body:{code:"B08"} }) if(res.statu){ this.buyerType.list=res.data diff --git a/pages/stock/prodWarehouse.vue b/pages/stock/prodWarehouse.vue index 65e5df8..080feff 100644 --- a/pages/stock/prodWarehouse.vue +++ b/pages/stock/prodWarehouse.vue @@ -101,7 +101,7 @@ export default { //植物类型 var res=await request("/common/api/dict/categoryValue",{ method:"post", - data:{code:"B06"} + body:{code:"B06"} }) if(res.statu){ this.fields.detailType.columns=[res.data]