From d1448cb0ef10f358bb7bddb4e1ec268515e0b787 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 15 七月 2025 11:46:57 +0800 Subject: [PATCH] 项目初始化 --- pages.json | 122 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 122 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json new file mode 100644 index 0000000..0a7024b --- /dev/null +++ b/pages.json @@ -0,0 +1,122 @@ +{ + "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/login/index", + "style": { + "navigationBarTitleText": "鐧诲綍", + "navigationStyle": "custom" + } + }, + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "棣栭〉", + "navigationStyle": "custom" + } + }, + { + "path": "pages/work/index", + "style": { + "navigationBarTitleText": "宸ヤ綔鍙�", + "navigationStyle": "custom" + } + }, + { + "path": "pages/work/user/list", + "style": { + "navigationBarTitleText": "鐢ㄦ埛绠$悊", + "navigationStyle": "custom" + } + }, + { + "path": "pages/work/user/edit", + "style": { + "navigationBarTitleText": "鐢ㄦ埛璇︽儏", + "navigationStyle": "custom" + } + }, + { + "path": "pages/work/notice/list", + "style": { + "navigationBarTitleText": "閫氱煡鍏憡", + "navigationStyle": "custom" + } + }, + { + "path": "pages/work/notice/manage", + "style": { + "navigationBarTitleText": "鍏憡绠$悊", + "navigationStyle": "custom" + } + }, + { + "path": "pages/work/notice/detail", + "style": { + "navigationBarTitleText": "鍏憡璇︽儏", + "navigationStyle": "custom" + } + }, + { + "path": "pages/work/notice/edit", + "style": { + "navigationBarTitleText": "鍏憡璇︽儏", + "navigationStyle": "custom" + } + }, + { + "path": "pages/center/index", + "style": { + "navigationBarTitleText": "鎴戠殑", + "navigationStyle": "custom" + } + }, + { + "path": "pages/center/profile", + "style": { + "navigationBarTitleText": "涓汉璧勬枡", + "navigationStyle": "custom" + } + }, + { + "path": "pages/center/log", + "style": { + "navigationBarTitleText": "鎿嶄綔鏃ュ織", + "navigationStyle": "custom" + } + } + ], + "tabBar": { + "color": "#909399", + "selectedColor": "#000000", + "borderStyle": "black", + "backgroundColor": "#ffffff", + "list": [{ + "pagePath": "pages/index/index", + "iconPath": "static/img/tabbar/home.png", + "selectedIconPath": "static/img/tabbar/home_art.png", + "text": "棣栭〉" + }, { + "pagePath": "pages/work/index", + "iconPath": "static/img/tabbar/center.png", + "selectedIconPath": "static/img/tabbar/center_art.png", + "text": "宸ヤ綔鍙�" + }, { + "pagePath": "pages/center/index", + "iconPath": "static/img/tabbar/user.png", + "selectedIconPath": "static/img/tabbar/user_art.png", + "text": "鎴戠殑" + }] + }, + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "uni-app", + "navigationBarBackgroundColor": "#F8F8F8", + "backgroundColor": "#F8F8F8", + "app-plus": { + "softinputMode": "adjustResize" + } + }, + "easycom": { + "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" + } +} -- Gitblit v1.9.3