From a73f58891a79dbe8d5cd519bec392a641b37346f Mon Sep 17 00:00:00 2001 From: wangpeng Date: Mon, 5 Feb 2024 09:05:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BB=9F=E8=AE=A1=E5=BE=85?= =?UTF-8?q?=E6=8E=92=E6=9F=A5=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E6=96=B0?= =?UTF-8?q?=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 + .../hidden-trouble-app/hidden-trouble-app.vue | 2 +- .../hidden-trouble-uncheck.vue | 505 ++++++++++++++++++ pages/basics/home.vue | 12 +- 4 files changed, 512 insertions(+), 11 deletions(-) create mode 100644 pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-uncheck.vue diff --git a/pages.json b/pages.json index 2378607..650d7b0 100644 --- a/pages.json +++ b/pages.json @@ -171,6 +171,10 @@ "path": "pages/application/hidden-danger-management/hidden-danger-unqualified/hidden-danger-unqualified-detail", "style": {} }, + { + "path": "pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-uncheck", + "style": {} + }, { "path": "pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-app", "style": {} diff --git a/pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-app.vue b/pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-app.vue index 67a7419..04733f2 100644 --- a/pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-app.vue +++ b/pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-app.vue @@ -2,7 +2,7 @@ 返回 - 隐患排查 + 风险清单排查 清单扫描 diff --git a/pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-uncheck.vue b/pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-uncheck.vue new file mode 100644 index 0000000..c5f24a5 --- /dev/null +++ b/pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-uncheck.vue @@ -0,0 +1,505 @@ + + + + + diff --git a/pages/basics/home.vue b/pages/basics/home.vue index 42d9e83..31eb7f2 100644 --- a/pages/basics/home.vue +++ b/pages/basics/home.vue @@ -183,15 +183,7 @@ - - - + url="/pages/application/hidden-trouble-investigation/hidden-trouble-app/hidden-trouble-uncheck?isIndex=1"> @@ -815,7 +807,7 @@ export default { return new Promise((resolve, reject) => { var _this = this; uni.request({ - url: basePath + '/app/hidden/getCountByUserId', + url: basePath + '/app/hidden/getCountByUserId', // /app/hidden/getCountByUserId method: 'POST', dataType: 'json', header: {