1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "pages":[
- "pages/login/login"
- ],
- "subPackages": [
- {
- "root": "StepPage",
- "name": "StepPage",
- "pages": [
- "pages/logs/logs",
- "pages/first/first",
- "pages/second/second",
- "pages/third/third",
- "pages/fourth/fourth",
- "pages/fifth/fifth",
- "pages/sixth/sixth",
- "pages/seventh/seventh",
- "pages/eighth/eighth"
- ]
- }
- ],
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor": "#1296db",
- "navigationBarTitleText": "九方项目进度",
- "navigationBarTextStyle":"black",
- "navigationStyle": "custom"
- },
- "usingComponents": {
- "van-button": "@vant/weapp/button/index",
- "test":"/components/test/test",
- "van-field": "@vant/weapp/field/index",
- "van-notify": "@vant/weapp/notify/index"
- },
- "lazyCodeLoading": "requiredComponents",
- "sitemapLocation": "sitemap.json"
- }
|