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: {