| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "globalStyle": {
- "navigationStyle": "default",
- "navigationBarTitleText": "unibest",
- "navigationBarBackgroundColor": "#f8f8f8",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#FFFFFF"
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^fg-(.*)": "@/components/fg-$1/fg-$1.vue",
- "^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": {},
- "pages": [
- {
- "path": "pages/index/index",
- "type": "home",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/about/about",
- "type": "page",
- "style": {
- "navigationBarTitleText": "关于"
- }
- },
- {
- "path": "pages/about/alova",
- "type": "page",
- "style": {
- "navigationBarTitleText": "Alova 演示"
- }
- },
- {
- "path": "pages/about/vue-query",
- "type": "page",
- "style": {
- "navigationBarTitleText": "Vue Query 演示"
- }
- },
- {
- "path": "pages/login/login",
- "type": "page",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/login/register",
- "type": "page",
- "style": {
- "navigationBarTitleText": "注册"
- }
- },
- {
- "path": "pages/me/me",
- "type": "page",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages-sub",
- "pages": [
- {
- "path": "demo/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "分包页面"
- }
- }
- ]
- }
- ]
- }
|