From 2d6f358ec8cdd934543f3662bbe9970756603a8b Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 5 Sep 2023 17:09:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 103 +----------- src/views/login.vue | 373 ++++++++--------------------------------- src/views/register.vue | 85 +--------- 3 files changed, 80 insertions(+), 481 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index a2ed7b40..7775b891 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -6,108 +6,17 @@ import useUserStore from '@/store/modules/user'; const userStore = useUserStore(); const { appName, appVersion } = useAppStore(); -/**跳转 */ -function goTarget(type: string) { - let url = ''; - if (type === 'code') { - url = 'https://gitee.com/TsMask/'; - } - if (type === 'issues') { - url = 'https://gitee.com/TsMask/mask_antd_vue3/issues'; - } - window.open(url, '__blank'); -} + - - - - - Vue3 - 技术组合,支持按钮及数据权限,可自定义部门数据权限。 - - - 内置模块如:部门管理、角色用户、菜单及按钮授权、数据权限、系统参数、日志管理等,支持在线定时任务配置。 - - - 使用 Ant-Design-Vue - 组件库,搭建的前后端分离极速后台管理系统。 - - - - - - - - - - 开发手册 - - - - - 接口文档 - - - - - Node后端 - - - - 相关待定 - - - - - - - + diff --git a/src/views/login.vue b/src/views/login.vue index fdf853cf..e89118fd 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,78 +1,45 @@