-
+
+
+ 标准法规管理系统 standard and regulations management system
+
+
+
+
+
![]()
+
+
+
@@ -14,198 +41,228 @@
diff --git a/src/pages/home2/components/empennage/index.vue b/src/pages/home2/components/empennage/index.vue
new file mode 100644
index 000000000..192676bef
--- /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..b2782f7a5
--- /dev/null
+++ b/src/pages/home2/components/release/index.vue
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 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..0ce541ab1
--- /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..12cef0cb7
--- /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..36a0babfc
--- /dev/null
+++ b/src/pages/home2/index.vue
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
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/router/index.js b/src/router/index.js
index 580b53415..e508867cf 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -59,6 +59,18 @@ const routes = [
isBoolean: true
}
},
+ // {
+ // path: '/home2',
+ // name: 'Home2',
+ // component: () =>
+ // import('@/pages/home2'),
+ // meta: {
+ // requireAuth: true,
+ // title: '福田首页',
+ // menuId: '',
+ // isBoolean: true
+ // }
+ // },
// 个人中心
{
path: '/personal',
@@ -231,15 +243,6 @@ const routes = [
title: '流程详情'
}
},
- {
- path: '/processAcceptDetail',
- name: 'ProcessAcceptDetail',
- component: () => import('@/pages/processCenter/pages/processAcceptDetail/index.vue'),
- meta: {
- requireAuth: true,
- title: '流程详情'
- }
- },
{
path: '/bzffStep1',
name: 'bzffStep1',
@@ -1164,6 +1167,17 @@ const routes = [
menuId: 'RAFQ4N4ARF'
}
},
+ {
+ path: '/home2',
+ name: 'Home2',
+ component: () =>
+ import('@/pages/home2/index'),
+ meta: {
+ requireAuth: true,
+ title: '首页',
+ menuId: 'RAFQ4N4ARF'
+ }
+ },
{
path: '/dynamicInformationMore',
name: 'DynamicInformationMore',