- 从项目中删除分类页及相关代码和样式文件 - 从项目中删除详情页及相关代码和样式文件 - 首页简化为欢迎界面并添加跳转云开发测试页入口 - 更新自定义底部栏移除分类入口 - 更新app.js初始化云开发环境 - 修改app.json移除分类页面配置 - 调整首页样式和交互,提高简洁度 - 配置云函数目录路径cloudfunctionRoot为cloudfunctions/
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/cloud-test/cloud-test",
|
|
"pages/mine/mine"
|
|
],
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "信息服务",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundColor": "#f5f5f5",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#999999",
|
|
"selectedColor": "#1890ff",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {
|
|
"van-button": "@vant/weapp/button/index",
|
|
"van-cell": "@vant/weapp/cell/index",
|
|
"van-cell-group": "@vant/weapp/cell-group/index",
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"van-image": "@vant/weapp/image/index",
|
|
"van-loading": "@vant/weapp/loading/index",
|
|
"van-navbar": "@vant/weapp/nav-bar/index",
|
|
"van-search": "@vant/weapp/search/index",
|
|
"van-tab": "@vant/weapp/tab/index",
|
|
"van-tabs": "@vant/weapp/tabs/index",
|
|
"van-tag": "@vant/weapp/tag/index",
|
|
"van-empty": "@vant/weapp/empty/index"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|