text
This commit is contained in:
parent
5f94d4c41c
commit
b5439888b9
|
|
@ -3,5 +3,5 @@
|
||||||
"List": "../../../components/List/index",
|
"List": "../../../components/List/index",
|
||||||
"image-info": "../../../components/ImageInfo/index"
|
"image-info": "../../../components/ImageInfo/index"
|
||||||
},
|
},
|
||||||
"navigationBarTitleText": "上访记录"
|
"navigationBarTitleText": "上报记录"
|
||||||
}
|
}
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {},
|
"usingComponents": {},
|
||||||
"navigationBarTitleText": "登记上传"
|
"navigationBarTitleText": "上报详情"
|
||||||
}
|
}
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue