From b9b818384c9819c96b4c0fc924d737f9589c2ed2 Mon Sep 17 00:00:00 2001 From: sc Date: Wed, 30 Jun 2021 16:57:15 +0800 Subject: [PATCH] UP --- src/views/other/404.vue | 8 ++++++-- src/views/test/autocode/index.vue | 13 +++++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/views/other/404.vue b/src/views/other/404.vue index e5a3f362..4de7387c 100644 --- a/src/views/other/404.vue +++ b/src/views/other/404.vue @@ -5,7 +5,8 @@

404

啊呀~页面不存在!

您可以先检查网址,然后重新输入或给我们反馈问题。

- 返回首页 + 返回首页 + 返回上一页 @@ -15,7 +16,10 @@ export default { methods: { gohome(){ - location.href="/" + location.href="#/" + }, + goback(){ + this.$router.go(-1); } } } diff --git a/src/views/test/autocode/index.vue b/src/views/test/autocode/index.vue index ad32915a..a4f9f319 100644 --- a/src/views/test/autocode/index.vue +++ b/src/views/test/autocode/index.vue @@ -5,8 +5,8 @@
-
- +
+

{{item.title}}

@@ -30,8 +30,17 @@ title: "CRUD", des: "配置型生成经典的增删改查列表", icon: "sc-icon-file-list-fill", + color: "#09f", ver: "1.0.0-beta.1", url: "/test/autocode/list" + }, + { + title: "FormDesigner", + des: "表单设计器", + icon: "sc-icon-edit-box-fill", + color: "#ccc", + ver: "开发中", + url: "/test/autocode/form" } ] }