From ac81470a410f98b09a8d2d130542d562b62f21bc Mon Sep 17 00:00:00 2001 From: WANGFan <15871339963@163.com> Date: Sun, 20 Jul 2025 20:05:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E7=BA=BF=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 ++++++++++----------- src/components.d.ts | 1 - src/layout/layout-mixing/index.vue | 2 +- src/mock/_data/system_menu.ts | 6 +++--- src/views/about/about.vue | 4 ++-- 5 files changed, 16 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 87bf8a7..3c93917 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ SnowAdmin 是一个清新优雅、高颜值且功能强大的后台管理模板 **预览及文档** -项目预览地址:[SnowAdmin](http://101.126.93.137/#/login) +项目预览地址:[SnowAdmin](http://115.190.79.132/#/login) -项目文档地址:[SnowAdmin-开发指南](http://101.126.93.137:81/) +项目文档地址:[SnowAdmin-开发指南](http://115.190.79.132:81/) **代码仓库** @@ -37,10 +37,9 @@ SnowAdmin 是一个清新优雅、高颜值且功能强大的后台管理模板 | Gitee | [Gitee 仓库](https://gitee.com/wang_fan_w/SnowAdmin) | > ⚠️主要的维护在github上,提issue/pr请认准github主战场 -> +> > 大家也可以进wx群交流,二维码在介绍末尾 - ### 先行预览 ![登录页](https://ooo.0x0.ooo/2025/04/11/O0lhbG.png) @@ -222,13 +221,13 @@ SnowAdmin ### 学习 & 交流 +![snow](https://ooo.0x0.ooo/2025/07/20/OYt1kF.png) + 使用过程中有各种问题也可以进群交流,欢迎大家积极参与 +![snow2](https://ooo.0x0.ooo/2025/07/20/OYti6D.png) -![snow](https://github.com/user-attachments/assets/0114db51-fb37-4300-9d17-a3d0da8689aa) - - - +交流群如果过期或者失效,可以添加作者vx,备注:snow ### 支持作者 🌟 @@ -250,6 +249,6 @@ SnowAdmin ### 捐赠 -| 微信 | 支付宝 | -| :----------------------------------------------------------------------------: | :------------------------------------------------------------------------------: | -| ![微信](https://gitee.com/wang_fan_w/snow-image/raw/main/introduce/Wechat.jpg) | ![支付宝](https://gitee.com/wang_fan_w/snow-image/raw/main/introduce/alipay.jpg) | +| 微信 | 支付宝 | +| :------------------------------------------------: | :--------------------------------------------------: | +| ![微信](https://ooo.0x0.ooo/2025/07/20/OYtFn1.jpg) | ![支付宝](https://ooo.0x0.ooo/2025/07/20/OYth4I.jpg) | diff --git a/src/components.d.ts b/src/components.d.ts index 900d321..b7e742c 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -13,7 +13,6 @@ declare module "vue" { RouterView: (typeof import("vue-router"))["RouterView"]; SBarcodeDraw: (typeof import("./components/s-barcode-draw/index.vue"))["default"]; SCodeView: (typeof import("./components/s-code-view/index.vue"))["default"]; - SelectIcon: (typeof import("./components/select-icon/index.vue"))["default"]; SExternalLinkPage: (typeof import("./components/s-external-link-page/index.vue"))["default"]; SFoldPage: (typeof import("./components/s-fold-page/index.vue"))["default"]; SFullPage: (typeof import("./components/s-full-page/index.vue"))["default"]; diff --git a/src/layout/layout-mixing/index.vue b/src/layout/layout-mixing/index.vue index 8c8f797..a834ba8 100644 --- a/src/layout/layout-mixing/index.vue +++ b/src/layout/layout-mixing/index.vue @@ -107,7 +107,7 @@ const setAsideMenu = (find: Menu.MenuOptions) => { } }; -const setAside = debounce(setAsideMenu, 100); +const setAside = debounce(setAsideMenu, 150); // 由于刷新后,路由信息丢失,所以需要重新获取 // 混合布局的横向菜单为顶层路由下的一级菜单 diff --git a/src/mock/_data/system_menu.ts b/src/mock/_data/system_menu.ts index 5107934..f94b0d9 100644 --- a/src/mock/_data/system_menu.ts +++ b/src/mock/_data/system_menu.ts @@ -23,13 +23,13 @@ * 路由meta对象参数,我们通常将属性放到meta对象中 * meta: { * title: 国际化key,无对应Key则直接展示 + * isFull: 是否全屏显示,开启条件: true \ false * hide: 是否隐藏此路由,不会显示在菜单树,可以访问 * disable: 是否停用此路由-不显示且不可访问 * keepAlive: 是否缓存组件 * affix: 固定在Tabs栏上-开启后Tabs栏无关闭按钮 * link: 是否是超链接菜单,开启外链条件:1、 link:链接地址不为空 2、iframe: false * iframe: 是否内嵌外链窗口,开启条件:1、iframe:true 2、link:链接地址不为空 - * isFull: 是否全屏显示,开启条件: true \ false * roles: 路由权限标识,取角色权限,超级管理员:admin;普通角色:common * svgIcon: svg菜单图标,优先级高于icon,取src/assets/svgs内的svg文件 * icon: 普通icon菜单图标,默认取arco.design图标 @@ -1488,7 +1488,7 @@ export const systemMenu = [ disable: false, keepAlive: true, affix: false, - link: "http://101.126.93.137:81/", // 链接 + link: "http://115.190.79.132:81/", // 链接 iframe: false, // 区分是否内链 true内链 false外链 isFull: false, roles: ["admin"], @@ -1686,7 +1686,7 @@ export const systemMenu = [ keepAlive: true, disable: false, affix: false, - link: "http://101.126.93.137:85/", // 链接 + link: "http://115.190.79.132:82/", // 链接 iframe: true, // 区分是否内链 true内链 false外链 isFull: false, roles: ["admin"], diff --git a/src/views/about/about.vue b/src/views/about/about.vue index aed65c7..65f3375 100644 --- a/src/views/about/about.vue +++ b/src/views/about/about.vue @@ -50,12 +50,12 @@ const projectInfo: any = [ { label: "文档地址", link: true, - value: "http://101.126.93.137:81/" + value: "http://115.190.79.132:81/" }, { label: "预览地址", link: true, - value: "http://101.126.93.137/#/login" + value: "http://115.190.79.132/#/login" } ];