7 lines
74 B
Bash
7 lines
74 B
Bash
# 生产环境
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
|
|
VITE_APP_BASE_API_Url = ''
|