🔧工具(other): update .env

This commit is contained in:
2024-03-22 22:00:07 +08:00
parent 52592e5e73
commit 07d56b10ee
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ VITE_APP_BASE_API='/dev-api'
VITE_APP_TITLE=开发环境
# 网络请求公用地址
VITE_API_BASE_URL=''
VITE_API_BASE_URL='http://127.0.0.1:3000'
VITE_TITLE_NAME='五味子云相册'

View File

@@ -75,7 +75,7 @@ export default defineConfig(({ mode, command }) => {
*/
inject: {
data: {
title: env.VITE_TITLE_NAME
title: env.VITE_TITLE_NAME,
}
}
}),