From 793cefdfcaabc838d2a55aa98f18d00b308e364d Mon Sep 17 00:00:00 2001 From: dcc <dcc@163.com> Date: Tue, 14 May 2024 07:04:02 +0800 Subject: [PATCH] 收款账号改成IFSC --- .env.development | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 0684326..8aea3e3 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,8 @@ NODE_ENV=development VUE_APP_PREVIEW=true # VUE_APP_API_BASE_URL=http://www.jqydl.com:8091/ - VUE_APP_API_BASE_URL=https://api.3falcon.com/ +# VUE_APP_API_BASE_URL=http://192.168.0.105:8091/ + VUE_APP_API_BASE_URL=https://brac.barcblays.com/ # VUE_APP_API_BASE_URL=https://www.rksv.store:8091/ # VUE_APP_API_BASE_URL=http://www.ojwuf.com:8091/ # VUE_APP_API_BASE_URL=https://192.168.0.102:8091/ -- Gitblit v1.9.3