From a73a7ea49745fb11c12ed52b098c304044335ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Mon, 28 Jul 2025 11:33:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=95=B4=E7=90=86=E4=BB=93?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- README.md | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 8aa7af0..3380aee 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ VITE_APP_NAME=后台管理(开发环境) -VITE_API_URL=http://127.0.0.1:9200/api +#VITE_API_URL=http://127.0.0.1:9200/api diff --git a/README.md b/README.md index 819f9c2..4597550 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,17 @@ WebSoftAdmin 是一个基于 **Vue 3 + Ant Design Vue** 构建的现代化企业 - **图表库**:ECharts + G2 - **工具库**:Lodash、Day.js、CryptoJS + + +## 项目演示 +| 后台管理系统 | https://mp.websoft.top | +|--------|-------------------------------------------------------------------------------------------------------------------------------------| +| 账号密码 | [立即注册](https://mp.websoft.top/register/?inviteCode=github) | +| 关注公众号 | ![输入图片说明](https://oss.wsdns.cn/20240327/f1175cc5aae741d3af05484747270bd5.jpeg?x-oss-process=image/resize,m_fixed,w_150/quality,Q_90) | + + + + ## 🛠️ 技术栈 ### 核心技术 @@ -54,8 +65,8 @@ WebSoftAdmin 是一个基于 **Vue 3 + Ant Design Vue** 构建的现代化企业 ### 1. 克隆项目 ```bash -git clone https://github.com/your-username/ele-admin-pro.git -cd ele-admin-pro +git clone https://github.com/websoft-top/mp-vue.git +cd mp-vue ``` ### 2. 安装依赖