From 48299aa2c1e4f3ebdfc48a079f11ea3c97115221 Mon Sep 17 00:00:00 2001 From: dcc <dcc@163.com> Date: Thu, 18 Jul 2024 17:08:06 +0800 Subject: [PATCH] 美股股票域名更改 --- .env.development | 2 +- .env.preview | 2 +- .env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 936a2b3..3ca3549 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ NODE_ENV=production VUE_APP_PREVIEW=true # VUE_APP_API_BASE_URL=http://www.ojwuf.com:8091/ -VUE_APP_API_BASE_URL=https://api.pentagon-member.com/ \ No newline at end of file +VUE_APP_API_BASE_URL=https://api.coinbtcs.com/ \ No newline at end of file diff --git a/.env.development b/.env.development index 3aa03fc..0586c9a 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ NODE_ENV=development VUE_APP_PREVIEW=true # VUE_APP_API_BASE_URL=http://www.ojwuf.com:8091/ -VUE_APP_API_BASE_URL=https://api.pentagon-member.com/ \ No newline at end of file +VUE_APP_API_BASE_URL=https://api.coinbtcs.com/ \ No newline at end of file diff --git a/.env.preview b/.env.preview index 1831c1b..2770bfb 100644 --- a/.env.preview +++ b/.env.preview @@ -1,3 +1,3 @@ NODE_ENV=production VUE_APP_PREVIEW=true -VUE_APP_API_BASE_URL=https://api.pentagon-member.com/ \ No newline at end of file +VUE_APP_API_BASE_URL=https://api.coinbtcs.com/ \ No newline at end of file -- Gitblit v1.9.3