diff --git a/pages.json b/pages.json index 5bcb762..7a726b9 100644 --- a/pages.json +++ b/pages.json @@ -94,14 +94,13 @@ "navigationBarTitleText": "浏览文本" } }, - { - "path" : "pages/myLogin", - "style" : - { - "navigationBarTitleText" : "", - "enablePullDownRefresh" : false - } - } + { + "path": "pages/myLogin", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } ], "subPackages": [ { @@ -237,130 +236,19 @@ ] }, { - "root": "subViolation", + "root": "subPublic", "pages": [ { - "path": "ViolationList/ViolationList", - "style": { - "navigationBarTitleText": "违停记录", - "enablePullDownRefresh": false - } - }, - { - "path": "ViolationList/info", - "style": { - "navigationBarTitleText": "违章详情", - "enablePullDownRefresh": false - } - }, - { - "path": "ViolationList/complaint", - "style": { - "navigationBarTitleText": "违章申诉", - "enablePullDownRefresh": false - } - }, - { - "path": "TuogangList/TuogangList", - "style": { - "navigationBarTitleText": "脱岗记录", - "enablePullDownRefresh": false - } - }, - { - "path": "TuogangList/info", - "style": { - "navigationBarTitleText": "脱岗详情", - "enablePullDownRefresh": false - } - }, - { - "path": "TuogangList/complaint", - "style": { - "navigationBarTitleText": "脱岗申诉", - "enablePullDownRefresh": false - } - }, - { - "path": "AddressBook/AddressBook", - "style": { - "navigationBarTitleText": "通讯录", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "ShengchanJiandu/ShengchanJiandu", - "style": { - "navigationBarTitleText": "安全生产监督", - "enablePullDownRefresh": false - } - }, - { - "path": "ShengchanJiandu/CodesInfo", - "style": { - "navigationBarTitleText": "店铺检查记录", - "enablePullDownRefresh": false - } - }, - { - "path": "ShengchanJiandu/FieldTest/FieldTest", - "style": { - "navigationBarTitleText": "现场检查记录", - "enablePullDownRefresh": false - } - }, - { - "path": "ShengchanJiandu/FieldTest/add", - "style": { - "navigationBarTitleText": "现场检查录入", - "enablePullDownRefresh": false - } - }, - { - "path": "ShengchanJiandu/WorkOrder/WorkOrder", - "style": { - "navigationBarTitleText": "整改工单", - "enablePullDownRefresh": false - } - }, - { - "path": "ShengchanJiandu/WorkOrder/info", - "style": { - "navigationBarTitleText": "整改复查", - "enablePullDownRefresh": false - } - }, - { - "path": "ShengchanJiandu/WorkOrder/postpone", - "style": { - "navigationBarTitleText": "申请延期", - "enablePullDownRefresh": false - } - }, - { - "path": "ShengchanJiandu/MsgIssue/MsgIssue", + "path": "Store/Store", "style": { - "navigationBarTitleText": "信息发布", + "navigationBarTitleText": "店铺详细信息", "enablePullDownRefresh": false } }, { - "path": "ShengchanJiandu/MsgIssue/add", + "path": "waterEducation/index", "style": { - "navigationBarTitleText": "新增信息", - "enablePullDownRefresh": false - } - } - ] - }, - { - "root": "subPublic", - "pages": [ - { - "path": "Store/Store", - "style": { - "navigationBarTitleText": "店铺详细信息", + "navigationBarTitleText": "水生态治理科教", "enablePullDownRefresh": false } } diff --git a/pages/index.vue b/pages/index.vue index 961d284..f57f8e2 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,367 +1,332 @@ \ No newline at end of file + & > view:nth-child(odd) { + margin-right: 4%; + } + } + } +} + diff --git a/subEnterprise/activity/activity.vue b/subEnterprise/activity/activity.vue index cf869cd..da62176 100644 --- a/subEnterprise/activity/activity.vue +++ b/subEnterprise/activity/activity.vue @@ -133,12 +133,6 @@ export default { this.$modal.msgSuccess("修改成功"); }); }, - //延期 - handleYq() { - uni.$u.route({ - url: "/subViolation/ShengchanJiandu/WorkOrder/postpone", - }); - }, activeStateColor: function (value) { switch (value) { case 1: diff --git a/subPublic/waterEducation/index.vue b/subPublic/waterEducation/index.vue new file mode 100644 index 0000000..0450f7f --- /dev/null +++ b/subPublic/waterEducation/index.vue @@ -0,0 +1,128 @@ + + + + + diff --git a/subViolation/AddressBook/AddressBook.vue b/subViolation/AddressBook/AddressBook.vue deleted file mode 100644 index 783fb24..0000000 --- a/subViolation/AddressBook/AddressBook.vue +++ /dev/null @@ -1,237 +0,0 @@ - - - - - diff --git a/subViolation/ShengchanJiandu/CodesInfo.vue b/subViolation/ShengchanJiandu/CodesInfo.vue deleted file mode 100644 index 1ff7900..0000000 --- a/subViolation/ShengchanJiandu/CodesInfo.vue +++ /dev/null @@ -1,97 +0,0 @@ - - - - - diff --git a/subViolation/ShengchanJiandu/FieldTest/FieldTest.vue b/subViolation/ShengchanJiandu/FieldTest/FieldTest.vue deleted file mode 100644 index 9fe527f..0000000 --- a/subViolation/ShengchanJiandu/FieldTest/FieldTest.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - - - diff --git a/subViolation/ShengchanJiandu/FieldTest/add.vue b/subViolation/ShengchanJiandu/FieldTest/add.vue deleted file mode 100644 index 85c9808..0000000 --- a/subViolation/ShengchanJiandu/FieldTest/add.vue +++ /dev/null @@ -1,344 +0,0 @@ - - - - - diff --git a/subViolation/ShengchanJiandu/MsgIssue/MsgIssue.vue b/subViolation/ShengchanJiandu/MsgIssue/MsgIssue.vue deleted file mode 100644 index 095d89e..0000000 --- a/subViolation/ShengchanJiandu/MsgIssue/MsgIssue.vue +++ /dev/null @@ -1,136 +0,0 @@ - - - - - diff --git a/subViolation/ShengchanJiandu/MsgIssue/add.vue b/subViolation/ShengchanJiandu/MsgIssue/add.vue deleted file mode 100644 index c3b72a1..0000000 --- a/subViolation/ShengchanJiandu/MsgIssue/add.vue +++ /dev/null @@ -1,245 +0,0 @@ - - - - - diff --git a/subViolation/ShengchanJiandu/ShengchanJiandu.vue b/subViolation/ShengchanJiandu/ShengchanJiandu.vue deleted file mode 100644 index 0c47a2c..0000000 --- a/subViolation/ShengchanJiandu/ShengchanJiandu.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - - - diff --git a/subViolation/ShengchanJiandu/WorkOrder/WorkOrder.vue b/subViolation/ShengchanJiandu/WorkOrder/WorkOrder.vue deleted file mode 100644 index 08b60c4..0000000 --- a/subViolation/ShengchanJiandu/WorkOrder/WorkOrder.vue +++ /dev/null @@ -1,127 +0,0 @@ - - - - - diff --git a/subViolation/ShengchanJiandu/WorkOrder/info.vue b/subViolation/ShengchanJiandu/WorkOrder/info.vue deleted file mode 100644 index 5927d30..0000000 --- a/subViolation/ShengchanJiandu/WorkOrder/info.vue +++ /dev/null @@ -1,260 +0,0 @@ - - - - - diff --git a/subViolation/ShengchanJiandu/WorkOrder/postpone.vue b/subViolation/ShengchanJiandu/WorkOrder/postpone.vue deleted file mode 100644 index b872c39..0000000 --- a/subViolation/ShengchanJiandu/WorkOrder/postpone.vue +++ /dev/null @@ -1,138 +0,0 @@ - - - - - diff --git a/subViolation/TuogangList/TuogangList.vue b/subViolation/TuogangList/TuogangList.vue deleted file mode 100644 index f3e1c4b..0000000 --- a/subViolation/TuogangList/TuogangList.vue +++ /dev/null @@ -1,196 +0,0 @@ - - - - \ No newline at end of file diff --git a/subViolation/TuogangList/complaint.vue b/subViolation/TuogangList/complaint.vue deleted file mode 100644 index 7c68682..0000000 --- a/subViolation/TuogangList/complaint.vue +++ /dev/null @@ -1,172 +0,0 @@ - - - - - \ No newline at end of file diff --git a/subViolation/TuogangList/info.vue b/subViolation/TuogangList/info.vue deleted file mode 100644 index 67cbf97..0000000 --- a/subViolation/TuogangList/info.vue +++ /dev/null @@ -1,137 +0,0 @@ - - - - - \ No newline at end of file diff --git a/subViolation/ViolationList/ViolationList.vue b/subViolation/ViolationList/ViolationList.vue deleted file mode 100644 index 2675509..0000000 --- a/subViolation/ViolationList/ViolationList.vue +++ /dev/null @@ -1,196 +0,0 @@ - - - - \ No newline at end of file diff --git a/subViolation/ViolationList/complaint.vue b/subViolation/ViolationList/complaint.vue deleted file mode 100644 index 6c32a10..0000000 --- a/subViolation/ViolationList/complaint.vue +++ /dev/null @@ -1,172 +0,0 @@ - - - - - \ No newline at end of file diff --git a/subViolation/ViolationList/info.vue b/subViolation/ViolationList/info.vue deleted file mode 100644 index 67ba8c1..0000000 --- a/subViolation/ViolationList/info.vue +++ /dev/null @@ -1,137 +0,0 @@ - - - - - \ No newline at end of file