You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#环境标识
|
|
VITE_ENV="开发环境"
|
|
#基础服务
|
|
VITE_BASE_URL="http://192.168.1.144:8080/mz-api"
|
|
#每日一言服务
|
|
VITE_BASE_URL_YIYAN_SERVICE="https://tenapi.cn"
|
|
|