8 lines
101 B
Bash
8 lines
101 B
Bash
# 生产环境
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
|
|
VITE_APP_BASE_API_Url = 'http://61.158.134.148:9908'
|
|
|