From c8e9a3697b9c3919f961133818d3118ba99390a9 Mon Sep 17 00:00:00 2001 From: dcc <dcc@163.com> Date: Sun, 23 Jun 2024 15:56:16 +0800 Subject: [PATCH] 域名api.apratrade.com --- .env.development | 4 ++-- /dev/null | 4 ---- .env.preview | 2 +- .env | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.env b/.env index f600716..0e1f041 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ VUE_APP_PREVIEW=true # VUE_APP_API_BASE_URL= https://www.prudentcapitals.net/ # VUE_APP_API_BASE_URL=http://www.jqydl.com:8091/ - VUE_APP_API_BASE_URL= https://api.3falcon.com/ + VUE_APP_API_BASE_URL= https://api.apratrade.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/ diff --git a/.env.development b/.env.development index 8382395..5781c18 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ # VUE_APP_API_BASE_URL=https://api.marwadi.online/ # 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=http://192.168.0.105:8091/ -# VUE_APP_API_BASE_URL=https://api.essencefunds.com/ +# VUE_APP_API_BASE_URL=http://192.168.0.105:8091/ +VUE_APP_API_BASE_URL=https://api.apratrade.com/ # VUE_APP_API_BASE_URL= https://www.prudentcapitals.net/ # VUE_APP_API_BASE_URL=https://api.guosen.org/ \ No newline at end of file diff --git a/.env.preview b/.env.preview index 816fa42..6eff5f7 100644 --- a/.env.preview +++ b/.env.preview @@ -2,4 +2,4 @@ VUE_APP_PREVIEW=true -VUE_APP_API_BASE_URL=https://api.essencefunds.com/ \ No newline at end of file +VUE_APP_API_BASE_URL=https://api.apratrade.com/ \ No newline at end of file diff --git a/.husky/.gitignore b/.husky/.gitignore deleted file mode 100644 index 31354ec..0000000 --- a/.husky/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_ diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100644 index 62aa592..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx --no-install commitlint --edit "$1" \ No newline at end of file diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index dba9310..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npm run lint \ No newline at end of file -- Gitblit v1.9.3