From 92230c9a97dc9ce9df3313d11d26999c04bb6b26 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 15 七月 2025 13:12:48 +0800 Subject: [PATCH] 项目初始化 --- src/pages/template.config.js | 131 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 131 insertions(+), 0 deletions(-) diff --git a/src/pages/template.config.js b/src/pages/template.config.js new file mode 100644 index 0000000..1e606a4 --- /dev/null +++ b/src/pages/template.config.js @@ -0,0 +1,131 @@ +export default [ + { + groupName: 'geek缁勪欢', + groupName_en: 'Page', + list: [ + { + path: '/pages_geek/pages/index/index', + icon: 'wxCenter', + title: '缁勪欢灞曠ず', + title_en: 'index', + }, + { + path: '/pages_geek/pages/code/index', + icon: 'wxCenter', + title: '浜岀淮鐮�', + title_en: 'index', + } + ] + }, + { + groupName: '閮ㄤ欢', + groupName_en: 'Parts', + list: [ + { + path: '/pages_template/pages/coupon/index', + icon: 'coupon', + title: 'Coupon 浼樻儬鍒�', + title_en: 'Coupon', + }, + { + path: '/pages_template/pages/citySelect/index', + icon: 'citySelect', + title: 'CitySelect 鍩庡競閫夋嫨', + title_en: 'CitySelect', + }, + { + path: '/pages_template/pages/submitBar/index', + icon: 'submitBar', + title: 'SubmitBar 鎻愪氦璁㈠崟鏍�', + title_en: 'SubmitBar', + }, + { + path: '/pages_template/pages/keyboardPay/index', + icon: 'keyboardPay', + title: 'KeyboardPay 鑷畾涔夐敭鐩樻敮浠樻ā鏉�', + title_en: 'KeyboardPay', + }, + ] + }, + { + groupName: '鎶ヨ〃', + groupName_en: 'Parts', + list: [ + { + path: '/pages_qiun/pages/finance/index', + icon: 'coupon', + title: '璐㈠姟鎶ュ憡', + title_en: 'finace', + }, + { + path: '/pages_qiun/pages/main/index', + icon: 'coupon', + title: '鏁版嵁鎶ヨ〃涓績', + title_en: 'main', + }, + { + path: '/pages_qiun/pages/school/index', + icon: 'coupon', + title: '鏅烘収鏁欒偛鎶ヨ〃涓績', + title_en: 'school', + }, + { + path: '/pages_qiun/pages/sport/index', + icon: 'coupon', + title: '杩愬姩鎶ュ憡', + title_en: 'sport', + }, + ] + }, + { + groupName: '椤甸潰', + groupName_en: 'Page', + list: [ + { + path: '/pages_template/pages/wxCenter/index', + icon: 'wxCenter', + title: 'WxCenter 浠垮井淇′釜浜轰腑蹇�', + title_en: 'WxCenter', + }, + { + path: '/pages_template/pages/mallMenu/index1', + icon: 'mall_menu_1', + title: 'MallMenu 鍨傜洿鍒嗙被(宸﹀彸鐙珛)', + title_en: 'MallMenu 1', + }, { + path: '/pages_template/pages/mallMenu/index2', + icon: 'mall_menu_2', + title: 'MallMenu 鍨傜洿鍒嗙被(宸﹀彸鑱斿姩)', + title_en: 'MallMenu 2', + }, { + path: '/pages_template/pages/comment/index', + icon: 'comment', + title: 'Comment 璇勮鍒楄〃', + title_en: 'Comment', + }, { + path: '/pages_template/pages/order/index', + icon: 'order', + title: 'Order 璁㈠崟鍒楄〃', + title_en: 'Order', + }, + { + path: '/pages_template/pages/login/index1', + icon: 'login', + title: 'Login 鐧诲綍鐣岄潰', + title_en: 'Login', + }, + { + path: '/pages_template/pages/login/index2', + icon: 'login', + title: 'Login 姘存淮鐧诲綍', + title_en: 'Login', + }, + { + path: '/pages_template/pages/address/index', + icon: 'address', + title: 'Address 鏀惰揣鍦板潃', + title_en: 'Address', + }, + ] + }, +] \ No newline at end of file -- Gitblit v1.9.3