mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 02:25:06 +08:00
feat: add vue3(element-plus)
This commit is contained in:
17
yudao-ui-admin-vue3/.env.base
Normal file
17
yudao-ui-admin-vue3/.env.base
Normal file
@ -0,0 +1,17 @@
|
||||
# 本地开发环境
|
||||
NODE_ENV=development
|
||||
|
||||
# 请求路径
|
||||
VITE_BASE_URL='http://localhost:48080'
|
||||
|
||||
# 上传路径
|
||||
VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload'
|
||||
|
||||
# 接口前缀
|
||||
VITE_API_BASEPATH=/dev-api
|
||||
|
||||
# 接口地址
|
||||
VITE_API_URL=/admin-api
|
||||
|
||||
# 打包路径
|
||||
VITE_BASE_PATH=/
|
Reference in New Issue
Block a user