From e12f4cc9e9e9d51afeb67de86fef8282a25a1e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E6=9D=B0=E5=88=9A?= <1543758718@qq.com> Date: Wed, 7 May 2025 16:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .env.development | 4 +- README.zh-CN.md | 2 +- src/App.vue | 4 +- src/pages/login/apis/type.ts | 19 +- src/pages/login/index.vue | 385 ++++++++++++++++++++++++++++++----- types/auto/components.d.ts | 7 +- 7 files changed, 361 insertions(+), 62 deletions(-) diff --git a/.env b/.env index 5919cdb..ac665f9 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ # 所有环境的环境变量(命名必须以 VITE_ 开头) ## 项目标题 -VITE_APP_TITLE = V3 Admin Vite +VITE_APP_TITLE = 数据运营管理平台 ## 路由模式 hash 或 html5 VITE_ROUTER_HISTORY = hash diff --git a/.env.development b/.env.development index 8932f51..bb2fda0 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,9 @@ ## 后端接口地址(如果解决跨域问题采用反向代理就只需写相对路径) ## VITE_BASE_URL = /api/v1 -VITE_BASE_URL = http://localhost:8000 +# VITE_BASE_URL = http://124.71.209.231:8000 +VITE_BASE_URL = null + ## 开发环境域名和静态资源公共路径(一般 / 或 ./ 都可以) VITE_PUBLIC_PATH = / diff --git a/README.zh-CN.md b/README.zh-CN.md index d868985..0172bae 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,6 +1,6 @@
logo -

V3 Admin Vite

+

V3 Admin Vit1e

[![github release](https://img.shields.io/github/v/release/un-pany/v3-admin-vite?style=flat)](https://github.com/un-pany/v3-admin-vite/releases) diff --git a/src/App.vue b/src/App.vue index 9d210cc..c92fdf1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,8 +13,8 @@ initTheme() // 初始化灰色模式和色弱模式 initGreyAndColorWeakness() // 初始化通知 -initStarNotification() -initStoreNotification() +// initStarNotification() +// initStoreNotification()