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
// 在打包之前请检查当前环境是否正确
const env = 'dev'; // 开发
// const env = 'prod'; // 生产
// const env = 'dev'; // 开发
const env = 'prod'; // 生产
// const env = 'prew'; // 预上线
switch (env) {

View File

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

View File

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