diff --git a/config/app.js b/config/app.js index aed86ed..5d52a61 100644 --- a/config/app.js +++ b/config/app.js @@ -12,8 +12,8 @@ let httpApiSix 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 146049c..797c17b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.9.3", - "versionCode" : 193, + "versionName" : "1.9.4", + "versionCode" : 194, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index 70a268c..774e89f 100644 --- a/pages.json +++ b/pages.json @@ -312,6 +312,22 @@ "navigationStyle": "custom", "onReachBottomDistance": 300 } + }, + { + "path" : "pages/rich/rich", + "style" : + { + "navigationBarTitleText" : "政策答疑", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/rich/mp4", + "style" : + { + "navigationBarTitleText" : "教学视频", + "enablePullDownRefresh" : false + } } ], "subPackages": [{ diff --git a/pages/index/index.vue b/pages/index/index.vue index 08c3ffb..6b1f513 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -585,7 +585,6 @@ import activityCard from "@/components/activityCard.vue" } else { uni.navigateTo({ - url: `/pages/plantGrass/plant_detail/index?id=${item.community_id}` }) } @@ -613,7 +612,7 @@ import activityCard from "@/components/activityCard.vue" // url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}&source=103&location=${this.latitude},${this.longitude}` // }) uni.navigateTo({ - url: `pages/cloud_warehouse/big_classification/index` + url: `/pages/nongKe/cloud_entrepot/indexh?street_id=${this.street_id}&townName=${this.town}&source=103&location=${this.latitude},${this.longitude}` }) }, diff --git a/pages/rich/mp4.vue b/pages/rich/mp4.vue new file mode 100644 index 0000000..cb3c1ea --- /dev/null +++ b/pages/rich/mp4.vue @@ -0,0 +1,124 @@ + + + + \ No newline at end of file diff --git a/pages/rich/rich.vue b/pages/rich/rich.vue new file mode 100644 index 0000000..dbb8644 --- /dev/null +++ b/pages/rich/rich.vue @@ -0,0 +1,129 @@ + + + + \ No newline at end of file