From 1a7c12ee93822c7d9fd50b4c9be699bc30ca5628 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Fri, 13 Mar 2026 13:37:29 +0800
Subject: [PATCH] Ui

---
 pages/quanyi/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/quanyi/index.vue b/pages/quanyi/index.vue
index b8af6f6..96917a2 100644
--- a/pages/quanyi/index.vue
+++ b/pages/quanyi/index.vue
@@ -6,7 +6,7 @@
   async  created() {
     const _this = this;
     await uni.request({
-      url: _this.$webHost+'/api/v2/auth/ygxLogin?phone='+_this.$util.getUserInfo().phone,
+      url: _this.$webHost+'/api/v2/auth/qxgIosUnionLogin?phone='+_this.$util.getUserInfo().phone,
       success: function (res) {
         _this.ygxLogin = res.data.data;
         uni.setStorageSync('ygxLogin',_this.ygxLogin)

--
Gitblit v1.9.3