From dc63a926bd3fff4fda282b88b203072a8874962a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 12 八月 2025 17:45:05 +0800
Subject: [PATCH] 1.销售台账列表开发联调 2.新增、编辑销售台账页面开发联调

---
 src/pages.json |   35 ++++++++++++++++++++++-------------
 1 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 0e977d5..ef5ee74 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -12,9 +12,16 @@
   },
   "pages": [
     {
+      "path": "pages/splash",
+      "style": {
+        "navigationBarTitleText": "鍚姩椤�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/index",
       "style": {
-        "navigationBarTitleText": "鑻ヤ緷绉诲姩绔鏋�",
+        "navigationBarTitleText": "棣栭〉",
         "navigationStyle": "custom"
       }
     },
@@ -40,6 +47,20 @@
       "path": "pages/mine",
       "style": {
         "navigationBarTitleText": "鎴戠殑"
+      }
+    },
+    {
+      "path": "pages/sales/salesAccount/index",
+      "style": {
+        "navigationBarTitleText": "閿�鍞彴璐�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/sales/salesAccount/detail",
+      "style": {
+        "navigationBarTitleText": "鍙拌处璇︽儏",
+        "navigationStyle": "custom"
       }
     },
     {
@@ -251,18 +272,6 @@
         "iconPath": "static/images/tabbar/home.png",
         "selectedIconPath": "static/images/tabbar/home_.png",
         "text": "棣栭〉"
-      },
-      {
-        "pagePath": "pages/work",
-        "iconPath": "static/images/tabbar/work.png",
-        "selectedIconPath": "static/images/tabbar/work_.png",
-        "text": "宸ヤ綔鍙�"
-      },
-      {
-        "pagePath": "pages/template",
-        "iconPath": "static/images/tabbar/work.png",
-        "selectedIconPath": "static/images/tabbar/work_.png",
-        "text": "妯℃澘"
       },
       {
         "pagePath": "pages/mine",

--
Gitblit v1.9.3