From 01b96cfc1cecb00022d08a2b8e5c49ad856d02e7 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Mon, 09 Mar 2026 17:01:16 +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