From dfe413e25a9684a2d0efedbf26603bc0e48da9bb Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 13 八月 2025 13:20:24 +0800 Subject: [PATCH] 1.销售台账模块开发联调 --- src/pages.json | 42 +++++++++++++++++++++++++++++------------- 1 files changed, 29 insertions(+), 13 deletions(-) diff --git a/src/pages.json b/src/pages.json index 0e977d5..491f7f1 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,27 @@ "path": "pages/mine", "style": { "navigationBarTitleText": "鎴戠殑" + } + }, + { + "path": "pages/sales/salesAccount/index", + "style": { + "navigationBarTitleText": "閿�鍞彴璐�", + "navigationStyle": "custom" + } + }, + { + "path": "pages/sales/salesAccount/detail", + "style": { + "navigationBarTitleText": "淇敼鍙拌处", + "navigationStyle": "custom" + } + }, + { + "path": "pages/sales/salesAccount/view", + "style": { + "navigationBarTitleText": "鍙拌处璇︽儏", + "navigationStyle": "custom" } }, { @@ -251,18 +279,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