From 2b3715f1610b4176d7abe33e34542389cef61853 Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期六, 12 四月 2025 17:12:22 +0800 Subject: [PATCH] Merge branch 'main' of http://lanpucloud.cn:1111/r/eims-master --- eims-ui-mobile/pages.config.ts | 74 +++++++++++++++++++++++++++++++++++++ 1 files changed, 74 insertions(+), 0 deletions(-) diff --git a/eims-ui-mobile/pages.config.ts b/eims-ui-mobile/pages.config.ts new file mode 100644 index 0000000..50eab64 --- /dev/null +++ b/eims-ui-mobile/pages.config.ts @@ -0,0 +1,74 @@ +import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages' + +export default defineUniPages({ + globalStyle: { + navigationStyle: 'default', + navigationBarTitleText: '鍏板疂璁惧绠$悊', + navigationBarBackgroundColor: '#f8f8f8', + navigationBarTextStyle: 'black', + backgroundColor: '#FFFFFF', + }, + easycom: { + autoscan: true, + custom: { + // '^fg-(.*)': '@/components/fg-$1.vue', + '^wd-(.*)': 'wot-design-uni/components/wd-$1/wd-$1.vue', + '^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)': + 'z-paging/components/z-paging$1/z-paging$1.vue', + }, + }, + tabBar: { + custom: true, + color: '#999999', + selectedColor: '#007aff', + borderStyle: 'black', + height: '50px', + fontSize: '10px', + iconWidth: '24px', + spacing: '3px', + list: [ + // 娉ㄦ剰tabbar璺敱闇�瑕佷娇鐢� layout:tabbar 甯冨眬 + { + pagePath: 'pages/home/index', + text: '棣栭〉', + icon: 'home', + iconType: 'wot', + }, + { + pagePath: 'pages/equ/index', + text: '璁惧', + icon: 'mobile', + iconType: 'wot', + }, + { + pagePath: 'pages/equ/index', + icon: 'scan', + iconType: 'wot', + }, + // { + // pagePath: 'pages/my/index', + // text: '鎴戠殑', + // icon: '/static/logo.svg', + // iconType: 'local', + // }, + { + pagePath: 'pages/spare/index', + text: '澶囦欢', + icon: 'setting1', + iconType: 'wot', + }, + { + pagePath: 'pages/my/index', + text: '鎴戠殑', + icon: 'user', + iconType: 'wot', + }, + // { + // pagePath: 'pages/my/index', + // text: '鎴戠殑', + // icon: 'iconfont icon-my', + // iconType: 'iconfont', + // }, + ], + }, +}) -- Gitblit v1.9.3