From 0507adb56deeea4e01d47d88fa1fdd698cd9b08f Mon Sep 17 00:00:00 2001
From: jia <1451658316@qq.com>
Date: Tue, 12 Sep 2023 12:11:02 +0800
Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 19 +------------------
api/public.js | 1 +
config/app.js | 6 +++---
manifest.json | 4 ++--
pages/admin/orderDetail/index.vue | 2 +-
pages/moreProject/moreProject.vue | 8 +++++---
pages/product/basicSet.vue | 6 +++---
pages/product/list/index.vue | 4 ++--
store/modules/app.js | 2 +-
9 files changed, 19 insertions(+), 33 deletions(-)
diff --git a/App.vue b/App.vue
index 4996cd9..951f3f5 100644
--- a/App.vue
+++ b/App.vue
@@ -244,19 +244,7 @@
// #endif
},
mounted() {
- uni.onTabBarMidButtonTap((e) => {
- // console.log("点击了", e);
- uni.switchTab({
- url: '/pages/plant_release/index'
- })
- // uni.navigateTo({
- // url: '/pages/plant_release/index'
- // })
-
- });
- uni.setTabBarItem((e) => {
- console.log("点击了", e)
- });
+
},
methods: {
@@ -267,11 +255,8 @@
if (res.isConnected) {
-
uni.reLaunch({
-
url: '/pages/index/index'
-
})
} else {
@@ -301,9 +286,7 @@
// #ifdef H5
uni.navigateTo({
-
url: '/pages/users/login/login_copy'
-
})
// #endif
diff --git a/api/public.js b/api/public.js
index 250bb47..723b7d3 100644
--- a/api/public.js
+++ b/api/public.js
@@ -24,6 +24,7 @@ export function getWechatConfig() {
);
}
+
/**
* 获取微信sdk配置
* @returns {*}
diff --git a/config/app.js b/config/app.js
index f083eab..5b88400 100644
--- a/config/app.js
+++ b/config/app.js
@@ -9,8 +9,8 @@ let httpApiThree
// 网络接口修改此字符 小程序域名要求https
// let httpApi = 'http://192.168.31.110:8324' // 测试
if (process.env.NODE_ENV === "development") {
- // httpApi = 'https://shop.lihaink.cn' // 生产
- httpApi = "https://crmeb-test.shop.lihaink.cn"
+ httpApi = 'https://shop.lihaink.cn' // 生产
+ // httpApi = "https://crmeb-test.shop.lihaink.cn"
// httpApi = "http://192.168.0.222"
// httpApi = "http://192.168.0.108:8325"
// httpApi = 'http://192.168.0.108:8325'
@@ -20,7 +20,7 @@ if (process.env.NODE_ENV === "development") {
// #endif
// #ifdef H5
// httpApiTwo = "baseUrl" // h5跨域配置
- httpApiTwo = "https://nk.lihaink.cn" // h5跨域配置
+ httpApiTwo = "https://nk.lihaink.cn" // h5跨域配置
// httpApiThree = 'baseUrlTest' // h5跨域配置
// #endif
} else if (process.env.NODE_ENV === 'production') {
diff --git a/manifest.json b/manifest.json
index abe0f2c..92ddd3b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "惠农生活",
"appid" : "__UNI__3A527D1",
"description" : "",
- "versionName" : "1.3.1",
- "versionCode" : 131,
+ "versionName" : "1.3.5",
+ "versionCode" : 135,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/admin/orderDetail/index.vue b/pages/admin/orderDetail/index.vue
index 0a85f08..4d4d325 100644
--- a/pages/admin/orderDetail/index.vue
+++ b/pages/admin/orderDetail/index.vue
@@ -146,7 +146,7 @@
-