From c8361f1a9080a9e52d0ac772bd59697ad318cfe9 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Mon, 05 Jan 2026 10:44:24 +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 79cd473..c01c7e5 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://astockapi.shengliankeji.top";
+      this.admin = "https://api.qitiana.cfd";
     }
   },
   methods: {

--
Gitblit v1.9.3