From 4784ff379e2d9debf044225a532b24a818b53f36 Mon Sep 17 00:00:00 2001 From: zouzhibing Date: Sun, 18 Sep 2022 12:30:17 +0800 Subject: [PATCH] =?UTF-8?q?doc=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- src/components/u-info/index.vue | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 04182d3..bc5129f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ ## 简介 vue-element-perfect 是一个后台前端解决方案, 基于Vue3.0+TS+Element-plus实现。它使用了最新的前端技术栈、动态路由,权限验证,并且有着丰富的组件。 -### 在线预览点击 —— [企业级、通用型中后台前端解决方案 ](http://182.61.5.190:8889/) +### 在线预览 + - link —— [http://182.61.5.190:8889/ ](http://182.61.5.190:8889/) +### git仓库 +- Gitee: —— [https://gitee.com/yuanzbz/vue-admin-perfect](https://gitee.com/yuanzbz/vue-admin-perfect) +- GitHub: —— [https://github.com/zouzhibin/vue-admin-perfect](https://github.com/zouzhibin/vue-admin-perfect) ## 项目功能 - 使用Vue3.0开发,单文件组件采用<script setup> - 登录逻辑,使用vue-router进行路由权限拦截,判断,路由懒加载 diff --git a/src/components/u-info/index.vue b/src/components/u-info/index.vue index 7a933df..f8c6167 100644 --- a/src/components/u-info/index.vue +++ b/src/components/u-info/index.vue @@ -10,15 +10,15 @@
- github开源地址:点我
点我
- github开源地址:点我
点我
- github开源地址:点我
点我
@@ -32,8 +32,8 @@ import type { TabsPaneContext } from 'element-plus' const activeName = ref('first') - const toGitHub = () => { - window.open('https://github.com/zouzhibin/vue-admin-perfect') + const toGitHub = (link) => { + window.open(link) } const handleClick = (tab: TabsPaneContext, event: Event) => { console.log(tab, event)