diff --git a/web/src/utils/doc.js b/web/src/utils/doc.js new file mode 100644 index 0000000000000000000000000000000000000000..afa0903fa597f818fe8f7349ca4ff04c0b131297 --- /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 88839f57ac41f9b51da3522f2644f047a8f4b7ee..710afa1d9c2b7323229a6176e625834e4697b576 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 c0bd5f650f085bfc591655d088e871738f18245c..a73487572972eec18ff1e0ae52f6623fb9848300 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 f0bfde91f1829ee501942e9cc350321a7a200789..0f0ac5fdc27d1eedb0b00ad55a5ee0590d9676a8 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 19d0214f811462c5c2b66b3129cc5f1e930976ce..48df04150b95e8cca23e838d2d6f4d5bfa54c94f 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 @@
- 新增菜单参数 +
+ 新增菜单参数 + +