6 lines
100 B
Bash
6 lines
100 B
Bash
# 本地运行端口号
|
|
VITE_PORT = 8686
|
|
|
|
# API接口域名配置
|
|
VITE_BASE_URL = http://localhost/
|