12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/index",
- "pages/register/index"
- ],
- "subPackages": [
- {
- "root": "pagesHome",
- "independent": true,
- "pages": [
- "home/index"
- ]
- },
- {
- "root": "pagesCommon",
- "independent": true,
- "pages": [
- "test/index"
- ]
- }
- ],
- "lazyCodeLoading": "requiredComponents",
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#f0f0f0",
- "navigationBarTitleText": "小程序模板",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- }
- }
|