From 7437864734c02401a28d8264f28dddb846638914 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 12 十一月 2025 15:51:09 +0800
Subject: [PATCH] feat: 1.3.0.2
---
apps/underTakeMiniApp/src/app.config.ts | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/apps/underTakeMiniApp/src/app.config.ts b/apps/underTakeMiniApp/src/app.config.ts
index bd8b870..525531c 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/publish/publish', 'pages/mine/index'],
+ pages: ['pages/workbenches/workbenches', 'pages/mine/index'],
requiredPrivateInfos: ['getLocation', 'chooseLocation'],
permission: {
'scope.userLocation': {
@@ -24,12 +24,6 @@
iconPath: 'assets/tabbar/icon-task.png',
selectedIconPath: 'assets/tabbar/icon-task-active.png',
text: '宸ヤ綔鍙�',
- },
- {
- pagePath: 'pages/publish/publish',
- iconPath: 'assets/tabbar/icon-publish.png',
- selectedIconPath: 'assets/tabbar/icon-publish.png',
- text: '鍙戝竷',
},
{
pagePath: 'pages/mine/index',
@@ -87,7 +81,7 @@
{
root: 'subpackages/task',
pages: [
- // 'publishTask/publishTask',
+ 'publishTask/publishTask',
'taskCheck/taskCheck',
'taskCheckDetail/taskCheckDetail',
'taskCheckedDetail/taskCheckedDetail',
--
Gitblit v1.9.1