import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages' export default defineUniPages({ globalStyle: { navigationBarTextStyle: 'black', navigationBarTitleText: '六纬志愿', navigationBarBackgroundColor: '#fff', backgroundColor: '#F8F8F8', }, easycom: { autoscan: true, custom: { '^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: { color: '#7A7E83', selectedColor: '#3370ff', borderStyle: 'white', backgroundColor: '#ffffff', height: '60px', fontSize: '10px', iconWidth: '16px', spacing: '3px', list: [ { iconPath: 'static/tabBar/home.png', selectedIconPath: 'static/tabBar/home-active.png', pagePath: 'pages/home/index/index', text: '首页', }, { iconPath: 'static/tabBar/news.png', selectedIconPath: 'static/tabBar/news-active.png', pagePath: 'pages/news/index/index', text: '测评', }, { iconPath: 'static/tabBar/place.png', selectedIconPath: 'static/tabBar/place-active.png', pagePath: 'pages/place/index/index', text: '专家', }, { iconPath: 'static/tabBar/center.png', selectedIconPath: 'static/tabBar/center-active.png', pagePath: 'pages/ucenter/index/index', text: '我的', }, ], }, pages: [ { path: 'pages/home/index/index', type: 'home', style: { navigationBarTitleText: '六维志愿', navigationStyle: 'custom', }, }, { path: 'pages/place/index/index', type: 'page', style: { navigationBarTitleText: '专家', }, }, { path: 'pages/aiService/index/index', type: 'page', style: { navigationBarTitleText: '六维管家', }, }, { path: 'pages/news/index/index', type: 'page', style: { navigationBarTitleText: '测评', }, }, { path: 'pages/ucenter/index/index', type: 'page', style: { navigationBarTitleText: '我的', }, }, { path: 'pages/home/city/index', type: 'page', style: { navigationStyle: 'custom', navigationBarTitleText: '城市', }, }, { path: 'pages/home/college/index', type: 'page', style: { navigationBarTitleText: '大学', }, }, { path: 'pages/home/career/index', type: 'page', style: { navigationBarTitleText: '职业', }, }, { path: 'pages/home/distinguish/index', type: 'page', style: { navigationBarTitleText: '大学甄别', }, }, { path: 'pages/home/evaluation/index', type: 'page', style: { navigationBarTitleText: '专业测评', }, }, { path: 'pages/home/expand/index', type: 'page', style: { navigationBarTitleText: '查扩缩招', }, }, { path: 'pages/home/line/index', type: 'page', style: { navigationBarTitleText: '批次线', }, }, { path: 'pages/home/major/index', type: 'page', style: { navigationBarTitleText: '专业', }, }, { path: 'pages/home/rank/index', type: 'page', style: { navigationBarTitleText: '排名', }, }, { path: 'pages/home/inputScore/index', type: 'page', style: { navigationStyle: 'custom', navigationBarTitleText: '城市', }, }, { path: 'pages/customerService/index/index', type: 'page', style: { navigationBarTitleText: '在线客服', navigationStyle: 'custom', }, }, ], preloadRule: { 'pages/home/index/index': { network: 'all', packages: ['__APP__'], }, }, condition: { current: 0, list: [ { name: '', path: '', query: '', }, ], }, })