| | |
| | | "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue" // uniapp组件 |
| | | } |
| | | }, |
| | | "preloadRule": { |
| | | "pages/tabbar/index/home": // 页面路径 |
| | | // 页面的预下载配置 |
| | | { |
| | | "network": "all", // all(不限网络) wifi(仅wifi下预下载) |
| | | "packages": [ |
| | | "components/uview-components" |
| | | ] // 预下载分包的 root 或 name。__APP__ 表示主包 |
| | | } |
| | | }, |
| | | // "preloadRule": { |
| | | // "pages/tabbar/index/home": // 页面路径 |
| | | // // 页面的预下载配置 |
| | | // { |
| | | // "network": "all", // all(不限网络) wifi(仅wifi下预下载) |
| | | // "packages": [ |
| | | // "components/uview-components" |
| | | // ] // 预下载分包的 root 或 name。__APP__ 表示主包 |
| | | // } |
| | | // }, |
| | | "pages": [ |
| | | // 第一个就是首页 |
| | | { |
| | |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | "path": "components/popups/popups", |
| | | "style": { |
| | | "navigationBarTitleText": "", |
| | | "navigationStyle": "custom", |
| | | "componentPlaceholder": { |
| | | "u-icon": "view" |
| | | } |
| | | } |
| | | }, |
| | | // { |
| | | // "path": "components/popups/popups", |
| | | // "style": { |
| | | // "navigationBarTitleText": "", |
| | | // "navigationStyle": "custom", |
| | | // "componentPlaceholder": { |
| | | // "u-icon": "view" |
| | | // } |
| | | // } |
| | | // }, |
| | | { |
| | | "path": "components/m-buy/goods", |
| | | "style": { |
| | |
| | | } |
| | | ], |
| | | "subPackages": [ |
| | | { |
| | | "root": "components/uview-components", // 必须与preloadRule中的名称完全一致 |
| | | "name": "uview-components", |
| | | "pages": [ |
| | | { |
| | | "path": "pages/empty-page/empty-page", |
| | | "style": { |
| | | "navigationBarTitleText": "", |
| | | "disableScroll": true |
| | | } |
| | | } |
| | | ] |
| | | }, |
| | | // { |
| | | // "root": "components/uview-components", // 必须与preloadRule中的名称完全一致 |
| | | // "name": "uview-components", |
| | | // "pages": [ |
| | | // { |
| | | // "path": "pages/empty-page/empty-page", |
| | | // "style": { |
| | | // "navigationBarTitleText": "", |
| | | // "disableScroll": true |
| | | // } |
| | | // } |
| | | // ] |
| | | // }, |
| | | { |
| | | "root": "pages/mine", |
| | | "pages": [ |