初始化
This commit is contained in:
13
easyflow-ui-admin/app/.env.development
Normal file
13
easyflow-ui-admin/app/.env.development
Normal file
@@ -0,0 +1,13 @@
|
||||
# 端口号
|
||||
VITE_PORT=5090
|
||||
|
||||
VITE_BASE=/
|
||||
|
||||
# 接口地址
|
||||
VITE_GLOB_API_URL=http://127.0.0.1:8111
|
||||
|
||||
# 是否打开 devtools,true 为打开,false 为关闭
|
||||
VITE_DEVTOOLS=false
|
||||
|
||||
# 是否注入全局loading
|
||||
VITE_INJECT_APP_LOADING=true
|
||||
Reference in New Issue
Block a user