feat: 在线访问链接更新

This commit is contained in:
WANGFan 2025-07-20 20:05:22 +08:00
parent ffb7c550d7
commit ac81470a41
5 changed files with 16 additions and 18 deletions

View File

@ -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/)
**代码仓库**
@ -40,7 +40,6 @@ SnowAdmin 是一个清新优雅、高颜值且功能强大的后台管理模板
>
> 大家也可以进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
### 支持作者 🌟
@ -251,5 +250,5 @@ 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) |

1
src/components.d.ts vendored
View File

@ -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"];

View File

@ -107,7 +107,7 @@ const setAsideMenu = (find: Menu.MenuOptions) => {
}
};
const setAside = debounce(setAsideMenu, 100);
const setAside = debounce(setAsideMenu, 150);
//
//

View File

@ -23,13 +23,13 @@
* meta对象参数meta对象中
* meta: {
* title: 国际化keyKey则直接展示
* isFull: 是否全屏显示 true \ false
* hide: 是否隐藏此路由访
* disable: 是否停用此路由-访
* keepAlive: 是否缓存组件
* affix: 固定在Tabs栏上-Tabs栏无关闭按钮
* link: 是否是超链接菜单1 link 2iframe: false
* iframe: 是否内嵌外链窗口1iframetrue 2link
* isFull: 是否全屏显示 true \ false
* roles: 路由权限标识admincommon
* svgIcon: svg菜单图标iconsrc/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"],

View File

@ -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"
}
];