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: '店铺街' }, }