From 5926a843e223118392670f97d75444ba3c39ff70 Mon Sep 17 00:00:00 2001
From: sjeam <359824901@qq.com>
Date: Sun, 7 Sep 2025 17:42:20 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
env/.env | 1 +
src/pages.json | 4 +-
src/pages/index/detail.vue | 212 +++++++++++++++++++--------
src/pages/index/index.vue | 23 +--
src/pages/my/components/wx-login.vue | 2 +-
src/pages/my/uploadProduct.vue | 2 +-
src/service/crmeb/product.ts | 5 +
7 files changed, 170 insertions(+), 79 deletions(-)
diff --git a/env/.env b/env/.env
index 9fc7ece..519a7a7 100644
--- a/env/.env
+++ b/env/.env
@@ -10,6 +10,7 @@ VITE_APP_PUBLIC_BASE=/
# 登录页面
VITE_LOGIN_URL = '/pages/login/index'
+# https://test.data-middle.lihaink.cn
# 数字乡村
VITE_SERVER_BASEURL = 'https://test.data-middle.lihaink.cn'
VITE_UPLOAD_BASEURL = 'https://test.data-middle.lihaink.cn/api/upload/image'
diff --git a/src/pages.json b/src/pages.json
index 1e1574b..71526a2 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -82,7 +82,7 @@
"type": "page",
"layout": "default",
"style": {
- "navigationStyle": "custom"
+ "navigationBarTitleText": "店铺街"
}
},
{
@@ -121,7 +121,7 @@
"path": "pages/my/uploadProduct",
"type": "page",
"style": {
- "navigationBarTitleText": "上传商品"
+ "navigationBarTitleText": "委托销售"
}
},
{
diff --git a/src/pages/index/detail.vue b/src/pages/index/detail.vue
index fa926af..72572d8 100644
--- a/src/pages/index/detail.vue
+++ b/src/pages/index/detail.vue
@@ -1,9 +1,7 @@
{
layout: 'default',
- style: {
- navigationStyle: 'custom',
- },
+ style: { navigationBarTitleText: '店铺街' },
}