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()