diff --git a/env/.env b/env/.env
index c6383aa..9349bfb 100644
--- a/env/.env
+++ b/env/.env
@@ -11,8 +11,8 @@ VITE_APP_PUBLIC_BASE=/
VITE_LOGIN_URL = '/pages/login/index'
# 数字乡村
-VITE_SERVER_BASEURL = 'http://test.data-middle.lihaink.cn'
-VITE_UPLOAD_BASEURL = 'http://test.data-middle.lihaink.cn/api/upload/image'
+VITE_SERVER_BASEURL = 'https://test.data-middle.lihaink.cn'
+VITE_UPLOAD_BASEURL = 'https://test.data-middle.lihaink.cn/api/upload/image'
# 商城
VITE_SHOP_SERVER_BASEURL = 'https://shop.lihaink.cn'
@@ -24,13 +24,13 @@ VITE_CRMEB_SERVER_BASEURL_LOGIN = 'https://test.shop.lihaink.cn/pages/user/login
# 有些同学可能需要在微信小程序里面根据 develop、trial、release 分别设置上传地址,参考代码如下。
# 下面的变量如果没有设置,会默认使用 VITE_SERVER_BASEURL or VITE_UPLOAD_BASEURL
-VITE_SERVER_BASEURL__WEIXIN_DEVELOP = 'http://test.data-middle.lihaink.cn'
-VITE_SERVER_BASEURL__WEIXIN_TRIAL = 'http://test.data-middle.lihaink.cn'
-VITE_SERVER_BASEURL__WEIXIN_RELEASE = 'http://test.data-middle.lihaink.cn'
+VITE_SERVER_BASEURL__WEIXIN_DEVELOP = 'https://test.data-middle.lihaink.cn'
+VITE_SERVER_BASEURL__WEIXIN_TRIAL = 'https://test.data-middle.lihaink.cn'
+VITE_SERVER_BASEURL__WEIXIN_RELEASE = 'https://test.data-middle.lihaink.cn'
-VITE_UPLOAD_BASEURL__WEIXIN_DEVELOP = 'http://test.data-middle.lihaink.cn/upload'
-VITE_UPLOAD_BASEURL__WEIXIN_TRIAL = 'http://test.data-middle.lihaink.cn/upload'
-VITE_UPLOAD_BASEURL__WEIXIN_RELEASE = 'http://test.data-middle.lihaink.cn/upload'
+VITE_UPLOAD_BASEURL__WEIXIN_DEVELOP = 'https://test.data-middle.lihaink.cn/upload'
+VITE_UPLOAD_BASEURL__WEIXIN_TRIAL = 'https://test.data-middle.lihaink.cn/upload'
+VITE_UPLOAD_BASEURL__WEIXIN_RELEASE = 'https://test.data-middle.lihaink.cn/upload'
# h5是否需要配置代理
VITE_APP_PROXY=true
diff --git a/src/pages/about/detail.vue b/src/pages/about/detail.vue
index 78d7beb..617563e 100644
--- a/src/pages/about/detail.vue
+++ b/src/pages/about/detail.vue
@@ -28,8 +28,8 @@
>
@@ -62,7 +62,7 @@
场所介绍
-
+
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 12f0746..93c8faf 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -40,7 +40,6 @@
class="m-2 p-2 absolute bottom-0 text-center left-0 right-0 text-white bg-black bg-opacity-40"
style="backdrop-filter: blur(2rpx); border-radius: 10rpx"
>
-
{{ city }}
{{ title }}
@@ -202,8 +201,10 @@
class="m-2 p-2 absolute bottom-0 text-center left-0 right-0 text-white bg-gray-300 bg-opacity-5"
style="backdrop-filter: blur(2rpx); border-radius: 10rpx"
>
- {{ current_item.title }}
- {{ current_item.description }}
+ {{ current_item.title }}
+
+ {{ current_item.description }}
+
diff --git a/src/pages/service/index.vue b/src/pages/service/index.vue
index 7efe995..ff40ec1 100644
--- a/src/pages/service/index.vue
+++ b/src/pages/service/index.vue
@@ -189,7 +189,7 @@ function more(item) {
color: 'orange',
},
]"
- @click="more"
+ @click="more(item)"
>
@@ -203,7 +203,7 @@ function more(item) {
-
+
-
+
-
@@ -250,7 +245,7 @@ function more(item) {
color: 'red',
},
]"
- @click="more"
+ @click="more(item)"
>
@@ -263,7 +258,7 @@ function more(item) {
-
+ -->