node的增删改查

This commit is contained in:
2024-04-15 17:43:12 +08:00
parent 64e7e6b80b
commit 244c19bacf
7 changed files with 15 additions and 23 deletions

View File

@@ -11,8 +11,8 @@ VITE_DROP_CONSOLE = true
VITE_PWA = false
# 开发环境接口地址
VITE_API_URL = /api
#VITE_API_URL="http://localhost:8426"
VITE_API_URL =/api
# VITE_API_URL="http://localhost:8426"
# 开发环境跨域代理,支持配置多个
VITE_PROXY=[["/api","http://localhost:8426"]]