-
+
+
+ 标准法规管理系统 standard and regulations management system
+
+
+
+
+
![]()
+
+
+
@@ -14,198 +41,228 @@
diff --git a/src/pages/home2/components/conferenceMaterials/index.vue b/src/pages/home2/components/conferenceMaterials/index.vue
new file mode 100644
index 000000000..d00a6394c
--- /dev/null
+++ b/src/pages/home2/components/conferenceMaterials/index.vue
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+
diff --git a/src/pages/home2/components/empennage/index.vue b/src/pages/home2/components/empennage/index.vue
new file mode 100644
index 000000000..ac92d4df1
--- /dev/null
+++ b/src/pages/home2/components/empennage/index.vue
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/home2/components/navMenu/index.vue b/src/pages/home2/components/navMenu/index.vue
new file mode 100644
index 000000000..11a2617e7
--- /dev/null
+++ b/src/pages/home2/components/navMenu/index.vue
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/home2/components/noticeOfMeeting/index.vue b/src/pages/home2/components/noticeOfMeeting/index.vue
new file mode 100644
index 000000000..9010bcc2d
--- /dev/null
+++ b/src/pages/home2/components/noticeOfMeeting/index.vue
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/home2/components/realtimeinfo/index.vue b/src/pages/home2/components/realtimeinfo/index.vue
new file mode 100644
index 000000000..ccfcc8ccf
--- /dev/null
+++ b/src/pages/home2/components/realtimeinfo/index.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/home2/components/release/index.vue b/src/pages/home2/components/release/index.vue
new file mode 100644
index 000000000..bb45337f4
--- /dev/null
+++ b/src/pages/home2/components/release/index.vue
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ style="width: 100%">
+
+
+
+
+ {{ scope.row.standName }}
+
+
+
+
+ {{scope.row.issueTime ? $moment(scope.row.issueTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/home2/components/searchGroup/index.vue b/src/pages/home2/components/searchGroup/index.vue
new file mode 100644
index 000000000..36f515e05
--- /dev/null
+++ b/src/pages/home2/components/searchGroup/index.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+ type="text"
+ placeholder="请输入关键词"
+ clearable
+ >
+ 搜索
+
+
+
+
+
+
+
diff --git a/src/pages/home2/components/solicitopinions/index.vue b/src/pages/home2/components/solicitopinions/index.vue
new file mode 100644
index 000000000..9dba70c61
--- /dev/null
+++ b/src/pages/home2/components/solicitopinions/index.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ style="width: 100%">
+
+
+
+
+ {{ scope.row.cid }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue
new file mode 100644
index 000000000..83958d660
--- /dev/null
+++ b/src/pages/home2/components/todoList/index.vue
@@ -0,0 +1,680 @@
+
+
+
+
+
+
+
+
diff --git a/src/pages/home2/index.vue b/src/pages/home2/index.vue
new file mode 100644
index 000000000..45219c8a8
--- /dev/null
+++ b/src/pages/home2/index.vue
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue
index 6e69bf328..2aa5e7794 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -60,7 +60,7 @@
} else if (this.password === '') {
this.$message.warning('密码不能为空')
} else {
- // this.$router.push('/home1')
+ // this.$router.push('/home2')
this.loginUser(this.username, this.password)
this.getEditPermission()
}
@@ -124,7 +124,7 @@
if (hasHomeMenu) {
this.setMenu(JSON.stringify(menuList)).then(res => {
this.loading = false
- this.$router.push('/home1')
+ this.$router.push('/home2')
}, e => {
this.loading = false
this.$message.warning('未获取到菜单')
@@ -165,7 +165,7 @@
})
if (hasHomeMenu) {
this.setMenu(JSON.stringify(menuList)).then(res => {
- this.$router.push('/home1')
+ this.$router.push('/home2')
}, e => {
this.$message.warning('未获取到菜单')
})
@@ -208,7 +208,7 @@
})
if (hasHomeMenu) {
this.setMenu(JSON.stringify(menuList)).then(res => {
- this.$router.push('/home1')
+ this.$router.push('/home2')
}, e => {
this.$message.warning('未获取到菜单')
})
@@ -323,7 +323,7 @@
window.sessionStorage.setItem('menuList', menuList); // del
if (hasHomeMenu) {
this.setMenu(JSON.stringify(menuList)).then(res => {
- this.$router.push('/home1')
+ this.$router.push('/home2')
}, e => {
this.$message.warning('未获取到菜单')
})
diff --git a/src/pages/processCenter/pages/components/ProcessFooter.vue b/src/pages/processCenter/pages/components/ProcessFooter.vue
index 8ed146e64..e5ecd16c3 100644
--- a/src/pages/processCenter/pages/components/ProcessFooter.vue
+++ b/src/pages/processCenter/pages/components/ProcessFooter.vue
@@ -1,6 +1,6 @@
-