This commit is contained in:
zhangtao 2022-11-01 08:45:29 +08:00
parent 5f94d4c41c
commit b5439888b9
3 changed files with 5 additions and 4 deletions

View File

@ -3,5 +3,5 @@
"List": "../../../components/List/index", "List": "../../../components/List/index",
"image-info": "../../../components/ImageInfo/index" "image-info": "../../../components/ImageInfo/index"
}, },
"navigationBarTitleText": "上访记录" "navigationBarTitleText": "上记录"
} }

View File

@ -1,4 +1,4 @@
{ {
"usingComponents": {}, "usingComponents": {},
"navigationBarTitleText": "登记上传" "navigationBarTitleText": "上报详情"
} }

View File

@ -47,8 +47,9 @@
} }
}, },
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "weixin-app", "projectname": "prevention",
"setting": { "setting": {
"urlCheck": false "urlCheck": false,
"compileHotReLoad": true
} }
} }