From 1fbb1bd54d5cc51f60ec36e7561be1555820d9d1 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 十一月 2025 14:06:40 +0800
Subject: [PATCH] feat: 1.3.0.2
---
apps/underTakeMiniApp/src/app.config.ts | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/apps/underTakeMiniApp/src/app.config.ts b/apps/underTakeMiniApp/src/app.config.ts
index a301864..bd8b870 100644
--- a/apps/underTakeMiniApp/src/app.config.ts
+++ b/apps/underTakeMiniApp/src/app.config.ts
@@ -1,6 +1,6 @@
export default defineAppConfig({
entryPagePath: 'pages/workbenches/workbenches',
- pages: ['pages/workbenches/workbenches', 'pages/mine/index'],
+ pages: ['pages/workbenches/workbenches', 'pages/publish/publish', 'pages/mine/index'],
requiredPrivateInfos: ['getLocation', 'chooseLocation'],
permission: {
'scope.userLocation': {
@@ -26,6 +26,12 @@
text: '宸ヤ綔鍙�',
},
{
+ pagePath: 'pages/publish/publish',
+ iconPath: 'assets/tabbar/icon-publish.png',
+ selectedIconPath: 'assets/tabbar/icon-publish.png',
+ text: '鍙戝竷',
+ },
+ {
pagePath: 'pages/mine/index',
iconPath: 'assets/tabbar/icon-mine.png',
selectedIconPath: 'assets/tabbar/icon-mine-active.png',
--
Gitblit v1.9.1