From 307eb3f0a0ac92ac7ae29f3f56815c66bf070cb6 Mon Sep 17 00:00:00 2001 From: zpc Date: Tue, 31 Mar 2026 16:03:13 +0800 Subject: [PATCH] 21 --- uniapp/manifest.json | 2 +- uniapp/pages.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uniapp/manifest.json b/uniapp/manifest.json index 58eb3ae..b56f978 100644 --- a/uniapp/manifest.json +++ b/uniapp/manifest.json @@ -1,6 +1,6 @@ { "name" : "学业邑规划", - "appid" : "__UNI__A612028", + "appid" : "__UNI__1BAACAB", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", diff --git a/uniapp/pages.json b/uniapp/pages.json index 6381445..70c562f 100644 --- a/uniapp/pages.json +++ b/uniapp/pages.json @@ -12,7 +12,7 @@ "path": "pages/team/index", "style": { "navigationStyle": "custom", - "navigationBarTitleText": "团队" + "navigationBarTitleText": "产品" } }, { @@ -147,7 +147,7 @@ }, { "pagePath": "pages/team/index", - "text": "团队", + "text": "产品", "iconPath": "static/tabbar/message.png", "selectedIconPath": "static/tabbar/message_s.png" },