From 3db5e1ccf03a99e096307bab00b0c73a527cbc0d Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 十一月 2025 14:06:44 +0800
Subject: [PATCH] Merge branch 'dev-1.3.0.1' of http://120.26.58.240:8888/r/flexJobMiniApp into dev-1.3.0.1

---
 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