15 lines
443 B
Plaintext
15 lines
443 B
Plaintext
###
|
|
# @Author: Aimee~
|
|
# @Date: 2023-05-11 11:17:32
|
|
# @LastEditTime: 2023-12-12 15:52:34
|
|
# @LastEditors: Aimee
|
|
# @FilePath: /water_dealer-agent/.env.development
|
|
# @Description: 正式环境测试环境更改
|
|
###
|
|
NODE_ENV=development
|
|
VUE_APP_PREVIEW=true
|
|
# <!-- //水感应正式环境-->
|
|
# VUE_APP_API_BASE_URL=https://api.shui.shuiganying.com/api
|
|
|
|
# <!-- // 水感应测试-->
|
|
VUE_APP_API_BASE_URL=https://shuitest.shuiganying.com/api |