123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "pages": [
- "pages/user/login",
- "pages/equipment/equipment",
- "pages/equipment/equipmentDemo",
- "pages/im/im",
- "pages/TUI-Login/login",
- "pages/home",
- "pages/production/production",
- "pages/user/user",
- "pages/equipment/assemblyMachine",
- "pages/equipment/injectionMolding",
- "pages/equipment/packingMachine",
- "pages/equipment/shengchang",
- "pages/equipment/jinxiaocun",
- "pages/equipment/sterilization",
- "pages/equipment/warpKnitting",
- "pages/equipment/instructionsVideo",
- "pages/TUI-Index/index",
- "pages/TUI-Conversation/conversation/conversation",
- "pages/TUI-Chat/chat",
- "pages/TUI-Conversation/create-conversation/create",
- "pages/TUI-User-Center/mine/mine",
- "pages/TUI-User-Center/about/about",
- "pages/TUI-User-Center/personal/personal",
- "pages/TUI-User-Center/cancel/cancel",
- "pages/TUI-User-Center/webview/webview",
- "pages/TUI-Group/create-group/create",
- "pages/TUI-Group/join-group/join"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#333333",
- "selectedColor": "#3370FF",
- "backgroundColor": "#fff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/equipment/equipment",
- "text": "设备",
- "iconPath": "static/btn_shebei_gray.png",
- "selectedIconPath": "static/btn_shebei_blue.png"
- },
- {
- "pagePath": "pages/user/user",
- "text": "我的",
- "iconPath": "static/btn_mine_gray.png",
- "selectedIconPath": "static/btn_mine_blue.png"
- }
- ]
- },
- "usingComponents": {},
- "sitemapLocation": "sitemap.json"
- }
|