From 16c79bbc641f385f38dbd8ffbf33ff84ca9d27b1 Mon Sep 17 00:00:00 2001 From: piexlMax Date: Sun, 6 Aug 2023 15:48:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=83=A8=E5=88=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E8=A7=86=E9=A2=91=E6=95=99=E7=A8=8B=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/utils/doc.js | 3 ++ web/src/view/init/index.vue | 2 +- web/src/view/superAdmin/api/api.vue | 7 +++- .../view/superAdmin/authority/authority.vue | 5 ++- .../superAdmin/dictionary/sysDictionary.vue | 5 ++- web/src/view/superAdmin/menu/menu.vue | 37 +++++++++++++------ web/src/view/systemTools/autoPkg/autoPkg.vue | 5 ++- .../view/systemTools/autoPlug/autoPlug.vue | 4 +- 8 files changed, 50 insertions(+), 18 deletions(-) create mode 100644 web/src/utils/doc.js diff --git a/web/src/utils/doc.js b/web/src/utils/doc.js new file mode 100644 index 00000000..afa0903f --- /dev/null +++ b/web/src/utils/doc.js @@ -0,0 +1,3 @@ +export const toDoc = (url)=>{ + window.open(url, '_blank') +} diff --git a/web/src/view/init/index.vue b/web/src/view/init/index.vue index 88839f57..710afa1d 100644 --- a/web/src/view/init/index.vue +++ b/web/src/view/init/index.vue @@ -7,7 +7,7 @@
GIN-VUE-ADMIN

初始化须知

1.您需有用一定的VUE和GOLANG基础

-

2.请您确认是否已经阅读过官方文档

+

2.请您确认是否已经阅读过官方文档 初始化视频

3.请您确认是否了解后续的配置流程

4.如果您使用mysql数据库,请确认数据库引擎为innoDB

注:开发组不为文档中书写过的内容提供无偿服务

diff --git a/web/src/view/superAdmin/api/api.vue b/web/src/view/superAdmin/api/api.vue index c0bd5f65..a7348757 100644 --- a/web/src/view/superAdmin/api/api.vue +++ b/web/src/view/superAdmin/api/api.vue @@ -29,7 +29,10 @@
- 新增 +
+ 新增 + +

确定要删除吗?

@@ -154,6 +157,8 @@ import { toSQLLine } from '@/utils/stringFun' import WarningBar from '@/components/warningBar/warningBar.vue' import { ref } from 'vue' import { ElMessage, ElMessageBox } from 'element-plus' +import {VideoCameraFilled} from "@element-plus/icons-vue"; +import { toDoc } from '@/utils/doc' const methodFilter = (value) => { const target = methodOptions.value.filter(item => item.value === value)[0] diff --git a/web/src/view/superAdmin/authority/authority.vue b/web/src/view/superAdmin/authority/authority.vue index f0bfde91..0f0ac5fd 100644 --- a/web/src/view/superAdmin/authority/authority.vue +++ b/web/src/view/superAdmin/authority/authority.vue @@ -2,8 +2,9 @@
-
+
新增角色 +
{ if (!/^[0-9]*[1-9][0-9]*$/.test(value)) { diff --git a/web/src/view/superAdmin/dictionary/sysDictionary.vue b/web/src/view/superAdmin/dictionary/sysDictionary.vue index 19d0214f..48df0415 100644 --- a/web/src/view/superAdmin/dictionary/sysDictionary.vue +++ b/web/src/view/superAdmin/dictionary/sysDictionary.vue @@ -36,13 +36,14 @@
-
+
新增 +
-
+
新增根菜单 +
@@ -162,11 +163,14 @@
- 新增菜单参数 +
+ 新增菜单参数 + +