From 06fbe7d4c7b32d549a664d23111cd54b58bc3957 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 7 Mar 2022 11:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=97=A5=E5=BF=97=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 5 + src/views/serve/addModel.vue | 2 +- src/views/system/addLog.vue | 220 +++++++++++++++++++++++++++++++++ src/views/system/manageLog.vue | 6 +- src/views/system/staff.vue | 14 +++ 5 files changed, 245 insertions(+), 2 deletions(-) create mode 100644 src/views/system/addLog.vue diff --git a/src/router/index.js b/src/router/index.js index 5ec8759..9ce3b10 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -117,6 +117,11 @@ let router = new Router({ component: () => import( '../views/system/manageLog'), // meta: { title: '数据管理' } }, + { + path: '/addLog', + component: () => import( '../views/system/addLog'), + // meta: { title: '数据管理' } + }, { path: '/permission', component: () => import('../views/customer/Permission.vue'), diff --git a/src/views/serve/addModel.vue b/src/views/serve/addModel.vue index 4d997df..cd24539 100644 --- a/src/views/serve/addModel.vue +++ b/src/views/serve/addModel.vue @@ -17,7 +17,7 @@ - + +
+ +
+
+ + 返回 + +
+
+ 发布 + 草稿 +
+
+
+ + + + + + + + + +
+ +

上传封面

+
+
+
+ +
    +
  • +
    + + + + +
    + + +
    +
    + + +
  • +
+
+
+
+
+ + + + + diff --git a/src/views/system/manageLog.vue b/src/views/system/manageLog.vue index fdc05f3..7c91c0d 100644 --- a/src/views/system/manageLog.vue +++ b/src/views/system/manageLog.vue @@ -16,7 +16,7 @@
- 新增日志 + 新增日志
@@ -60,6 +60,10 @@ export default { this.total = res.rolePage.total; }).catch(res => {}); }, + // 新增日志 + add() { + this.$router.push(`/addLog`) + }, // 删除日志 del(item) { this.$confirm("确定要删除分类吗?", "提示", { diff --git a/src/views/system/staff.vue b/src/views/system/staff.vue index 151527e..e87ea16 100644 --- a/src/views/system/staff.vue +++ b/src/views/system/staff.vue @@ -1,6 +1,17 @@