diff --git a/package_A/page/alltask/index.json b/package_A/page/alltask/index.json index 319780c..af3774e 100644 --- a/package_A/page/alltask/index.json +++ b/package_A/page/alltask/index.json @@ -3,5 +3,5 @@ "List": "../../../components/List/index", "image-info": "../../../components/ImageInfo/index" }, - "navigationBarTitleText": "上访记录" + "navigationBarTitleText": "上报记录" } \ No newline at end of file diff --git a/package_A/page/upload/index.json b/package_A/page/upload/index.json index d7a15f3..dcbc541 100644 --- a/package_A/page/upload/index.json +++ b/package_A/page/upload/index.json @@ -1,4 +1,4 @@ { "usingComponents": {}, - "navigationBarTitleText": "登记上传" + "navigationBarTitleText": "上报详情" } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index 6bff176..23b844a 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -47,8 +47,9 @@ } }, "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "weixin-app", + "projectname": "prevention", "setting": { - "urlCheck": false + "urlCheck": false, + "compileHotReLoad": true } } \ No newline at end of file