1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "pages": [
- "pages/my/index/index",
- "pages/home/publicity/detail/index",
- "pages/my/schedule/index",
- "pages/home/publicity/index/index",
- "pages/info/index/index",
- "pages/info/sign/index",
- "pages/home/guide/detail/index",
- "pages/home/index/index",
- "pages/setting/index/index",
- "pages/login/index/index"
- ],
- "tabBar": {
- "selectedColor": "#1677ff",
- "list": [{
- "pagePath": "pages/home/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/my/index/index",
- "text": "个人中心"
- }
- ]
- },
- "usingComponents": {
- "wux-row": "./wux/row/index",
- "wux-col": "./wux/col/index",
- "wux-icon": "./wux/icon/index",
- "wux-upload": "./wux/upload/index",
- "wux-button": "./wux/button/index",
- "wux-pagination": "./wux/pagination/index",
- "wux-steps": "./wux/steps/index",
- "wux-step": "./wux/step/index",
- "form-input": "./components/form/form-input/form-input",
- "form-radio": "./components/form/form-radio/form-radio",
- "form-cascader": "./components/form/form-cascader/form-cascader",
- "form-date": "./components/form/form-date/form-date",
- "form-picker": "./components/form/form-picker/form-picker",
- "form-upload": "./components/form/form-upload/form-upload",
- "form-footer": "./components/form/form-footer/form-footer",
- "form-textarea": "./components/form/form-textarea/form-textarea",
- "form-rich": "./components/form/form-rich/form-rich",
- "form-upload-more": "./components/form/form-upload-more/form-upload-more",
- "view-flex": "./components/views/view-flex/view-flex"
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#ffffff",
- "navigationBarTitleText": "就业信息系统",
- "navigationBarTextStyle": "black"
- },
- "plugins": {
- "ocr-plugin": {
- "version": "3.1.5",
- "provider": "wx4418e3e031e551be"
- }
- },
- "rendererOptions": {
- "skyline": {
- "defaultDisplayBlock": true,
- "disableABTest": true,
- "sdkVersionBegin": "3.0.0",
- "sdkVersionEnd": "15.255.255"
- }
- },
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|