From 9dd0c2af1160e5ac98f7ef0720d8db046868d076 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 20 Dec 2023 15:06:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 4 ++-- manifest.json | 4 ++-- pages/gather/gather.vue | 17 ++++++++++++++++- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/config/app.js b/config/app.js index 44eeec2..65fbab4 100644 --- a/config/app.js +++ b/config/app.js @@ -11,8 +11,8 @@ let httpApiFive let wsApi // 在打包之前请检查当前环境是否正确 -const env = 'dev'; // 开发 -// const env = 'prod'; // 生产 +// const env = 'dev'; // 开发 +const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 switch (env) { diff --git a/manifest.json b/manifest.json index c586746..8281cfb 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.6.6", - "versionCode" : 166, + "versionName" : "1.6.7", + "versionCode" : 167, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 088876e..de57192 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -232,7 +232,16 @@ url: "https://lihai001.oss-cn-chengdu.aliyuncs.com/app/__UNI__40723E1.wgt", }, type: 4 - } + }, + { + name: '种植溯源', + icon: '/static/applet/icons.png', + data: { + id: "__UNI__D087881", + url: "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/793a5202312201452086405.wgt", + }, + type: 4 + } // { // name: '农业智能感知平台', // icon: '/static/applet/icons.png', @@ -282,6 +291,12 @@ this.AllMenuList = this.AllMenuList.filter(item=>{ return item.name!='里海直播'&&item.name!='oa小程序' }) + // 正式 + this.AllMenuList.forEach(item=>{ + if(item.name=='种植溯源'){ + item.data.url = 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/97568202312201457561882.wgt' + } + }) } this.showControllerAllLet(); this.Area();