🔧工具(other): update .env
This commit is contained in:
@@ -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='五味子云相册'
|
||||
|
@@ -75,7 +75,7 @@ export default defineConfig(({ mode, command }) => {
|
||||
*/
|
||||
inject: {
|
||||
data: {
|
||||
title: env.VITE_TITLE_NAME
|
||||
title: env.VITE_TITLE_NAME,
|
||||
}
|
||||
}
|
||||
}),
|
||||
|
Reference in New Issue
Block a user