diff --git a/src/locales/lang/zh-CN/menu.js b/src/locales/lang/zh-CN/menu.js
index e9e9315..2cb2b29 100644
--- a/src/locales/lang/zh-CN/menu.js
+++ b/src/locales/lang/zh-CN/menu.js
@@ -33,5 +33,6 @@ export default {
'account.trigger': '触发报错',
'account.logout': '退出登录',
imgMgt:'图片管理',
- homeBanner:'首页轮播图'
+ homeBanner:'首页轮播图',
+ about:'关于海邻'
}
diff --git a/src/router/routes/imgMgt.js b/src/router/routes/imgMgt.js
index 81f2bfb..3f1ee8f 100644
--- a/src/router/routes/imgMgt.js
+++ b/src/router/routes/imgMgt.js
@@ -25,11 +25,11 @@ export default [
},
},
{
- path: 'role',
- name: 'role',
- component: 'system/role/index.vue',
+ path: 'about',
+ name: 'about',
+ component: 'imgMgt/about/index.vue',
meta: {
- title: '角色管理',
+ title: '关于海邻',
isMenu: true,
keepAlive: true,
permission: '*',
diff --git a/src/views/imgMgt/about/components/Department.vue b/src/views/imgMgt/about/components/Department.vue
new file mode 100644
index 0000000..efaefad
--- /dev/null
+++ b/src/views/imgMgt/about/components/Department.vue
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
+ 添加子部门
+
+
+ 编辑
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+ 新建部门
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/imgMgt/about/components/EditDepartmentDialog.vue b/src/views/imgMgt/about/components/EditDepartmentDialog.vue
new file mode 100644
index 0000000..e5a271f
--- /dev/null
+++ b/src/views/imgMgt/about/components/EditDepartmentDialog.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/imgMgt/about/components/EditDialog.vue b/src/views/imgMgt/about/components/EditDialog.vue
new file mode 100644
index 0000000..3f3aa09
--- /dev/null
+++ b/src/views/imgMgt/about/components/EditDialog.vue
@@ -0,0 +1,293 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/imgMgt/about/index.vue b/src/views/imgMgt/about/index.vue
new file mode 100644
index 0000000..95303dd
--- /dev/null
+++ b/src/views/imgMgt/about/index.vue
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('pages.system.user.form.name') }}
+
+
+
+
+
+
+
+
+
+
+ {{ $t('button.reset') }}
+
+ {{ $t('button.search') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('pages.system.user.add') }}
+
+
+
+
+
+
+
+ {{ statusUserTypeEnum.getDesc(record.status) }}
+
+
+
+ {{ statusUserTypeEnum.getDesc(record.status) }}
+
+
+
+
+ {{ formatUtcDateTime(record.created_at) }}
+
+
+
+
+ {{ $t('pages.system.user.edit') }}
+
+
+
+ {{ $t('pages.system.delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+