123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- {
- "lazyCodeLoading":"requiredComponents",
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/logo/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/visitor/index",
- "style": {
- "navigationBarTitleText": "实验室管理系统",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/home/home",
- "style" :
- {
- "enablePullDownRefresh": false,
- "navigationBarTitleText": "实验室管理系统"
- }
- },
- {
- "path" : "pages/login/login",
- "style" :
- {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/search/search",
- "style" :
- {
- "navigationBarTitleText": "搜索设备",
- "enablePullDownRefresh": false
- }
-
- },
-
- {
- "path" : "pages/borrow/borrow",
- "style" :
- {
- "navigationBarTitleText": "设备信息",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/menus/mine/mine",
- "style" :
- {
- "navigationBarTitleText": "个人信息",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/menus/borrow-record/borrow-record",
- "style" :
- {
- "navigationBarTitleText": "借用记录",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/menus/menu/menu",
- "style" :
- {
- "navigationBarTitleText": "实验室设备管理",
- "enablePullDownRefresh": false
- }
- }
-
- ,{
- "path" : "pages/return/return",
- "style" :
- {
- "navigationBarTitleText": "归还记录",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/fault/fault-report/fault-report",
- "style" :
- {
- "navigationBarTitleText": "故障上报",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/notice/notice",
- "style" :
- {
- "navigationBarTitleText": "通知",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/fault/fault-list/fault-list",
- "style" :
- {
- "navigationBarTitleText": "故障处理记录",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/fault/fault-handle/fault-handle",
- "style" :
- {
- "navigationBarTitleText": "故障处理",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/notice-list/notice-list",
- "style" :
- {
- "navigationBarTitleText": "通知",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/visitor/assetDetail/assetDetail",
- "style" :
- {
- "navigationBarTitleText": "设备详情",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/visitor/noticeList",
- "style": {
- "navigationBarTitleText": "成果列表",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/visitor/modeVideo/modeVideo",
- "style" :
- {
- "navigationBarTitleText": "开放视频",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3cc51f",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/menus/menu/menu",
- "iconPath": "static/images/我的.png",
- "selectedIconPath": "static/images/我的2.png",
- "text": "我的"
- },
- {
- "pagePath": "pages/home/home",
- "iconPath": "static/images/首页.png",
- "selectedIconPath": "static/images/首页2.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/menus/borrow-record/borrow-record",
- "iconPath": "static/images/项目.png",
- "selectedIconPath": "static/images/项目2.png",
- "text": "借用记录"
- }]
- },
- "uniIdRouter": {},
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- }
- }
|