| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "pages": [{
- "path": "pages/login/login"
- }, {
- "path": "pages/login/selectSite",
- "style": {
- "navigationBarTitleText": "选择登录站点"
- }
- }, {
- "path": "pages/index/index"
- }, {
- "path": "pages/picture/index"
- }],
- "subPackages": [{
- "root": "packageA",
- "pages": [{
- "path": "affiche/index"
- }, {
- "path": "affiche/detail"
- }, {
- "path": "course/index"
- }, {
- "path": "course/list"
- }, {
- "path": "course/detail"
- }, {
- "path": "exam/index"
- }, {
- "path": "exam/detail"
- }, {
- "path": "dailyYttendance/index"
- }, {
- "path": "dailyYttendance/makePoster"
- }, {
- "path": "advertising/shareable"
- }, {
- "path": "advertising/unshareable"
- }, {
- "path": "resourceLibrary/index"
- }, {
- "path": "resourceLibrary/detail"
- }, {
- "path": "resourceLibrary/picture"
- }, {
- "path": "webView/webView"
- }, {
- "path": "fullView/detail"
- }, {
- "path": "fullView/upload"
- }, {
- "path": "shop/history"
- }]
- }, {
- "root": "packageCase",
- "pages": [{
- "path": "imgs/detail"
- }, {
- "path": "product/detail"
- }, {
- "path": "electricAppliances/index"
- }]
- }, {
- "root": "store",
- "pages": [{
- "path": "product/detail"
- }]
- }],
- "preloadRule": {
- "pages/login/login": {
- "network": "all",
- "packages": ["packageCase", "packageA"]
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "营销工具",
- "navigationBarBackgroundColor": "#FFF",
- "backgroundColor": "#F8F8F8"
- },
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "uniIdRouter": {}
- }
|