5 lines
93 B
Bash
5 lines
93 B
Bash
# 生产环境
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VITE_APP_BASE_API_Url = 'http://localhost:7000' |