This commit is contained in:
weipengfei 2024-02-28 11:28:59 +08:00
parent 72ff135b05
commit b9623dbf7a
3 changed files with 5 additions and 5 deletions

View File

@ -12,8 +12,8 @@ let httpApiSix
let wsApi let wsApi
// 在打包之前请检查当前环境是否正确 // 在打包之前请检查当前环境是否正确
const env = 'dev'; // 开发 // const env = 'dev'; // 开发
// const env = 'prod'; // 生产 const env = 'prod'; // 生产
// const env = 'prew'; // 预上线 // const env = 'prew'; // 预上线
switch (env) { switch (env) {

View File

@ -2,8 +2,8 @@
"name" : "惠农生活", "name" : "惠农生活",
"appid" : "__UNI__3A527D1", "appid" : "__UNI__3A527D1",
"description" : "", "description" : "",
"versionName" : "1.9.2", "versionName" : "1.9.3",
"versionCode" : 192, "versionCode" : 193,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@ -778,7 +778,7 @@
} else { } else {
if (this.hide_mer_status != 1) { if (this.hide_mer_status != 1) {
uni.navigateTo({ uni.navigateTo({
url: `/pages/store/home/index?id=${id}&type=7` url: `/pages/store/home/index?id=${id}`
}) })
} }
} }