From c2c5b94b7a80c838009ebc914537ba3862040303 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 27 Jan 2026 15:28:14 +0800
Subject: [PATCH] 1
---
src/page/authentication/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index c01c7e5..93dc232 100644
--- a/src/page/authentication/index.vue
+++ b/src/page/authentication/index.vue
@@ -120,7 +120,7 @@
this.admin = process.env.API_HOST;
console.log(this.admin)
if (this.admin == undefined) {
- this.admin = "https://api.qitiana.cfd";
+ this.admin = "https://api.bafang.icu";
}
},
methods: {
--
Gitblit v1.9.3