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)