From 706ca6512fe78f0321573ea7b66604bc12cb173d Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 13 二月 2025 18:57:46 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

---
 apps/bMiniApp/src/app.config.ts |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/apps/bMiniApp/src/app.config.ts b/apps/bMiniApp/src/app.config.ts
index 5477fee..8914860 100644
--- a/apps/bMiniApp/src/app.config.ts
+++ b/apps/bMiniApp/src/app.config.ts
@@ -1,6 +1,6 @@
 export default defineAppConfig({
   entryPagePath: 'pages/home/index',
-  pages: ['pages/home/index', 'pages/mine/index'],
+  pages: ['pages/home/index', 'pages/mine/index', 'pages/workbenches/workbenches'],
   requiredPrivateInfos: ['getLocation'],
   permission: {
     'scope.userLocation': {
@@ -24,6 +24,12 @@
         iconPath: 'assets/tabbar/icon-home.png',
         selectedIconPath: 'assets/tabbar/icon-home-active.png',
         text: '棣栭〉',
+      },
+      {
+        pagePath: 'pages/workbenches/workbenches',
+        iconPath: 'assets/tabbar/icon-task.png',
+        selectedIconPath: 'assets/tabbar/icon-task-active.png',
+        text: '宸ヤ綔鍙�',
       },
       {
         pagePath: 'pages/mine/index',
@@ -72,6 +78,10 @@
       root: 'subpackages/city',
       pages: ['citySelect/citySelect'],
     },
+    {
+      root: 'subpackages/flexJob',
+      pages: ['flexJobDetail/flexJobDetail'],
+    },
   ],
   // preloadRule: {
   //   'pages/mine/index': {

--
Gitblit v1.9.1