From 4d20a82e941da668bf833789505d17e5290ded2d Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 09:34:30 +0800
Subject: [PATCH] 地址修改
---
store/actions.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/store/actions.js b/store/actions.js
index e1b398c..8b8cc75 100644
--- a/store/actions.js
+++ b/store/actions.js
@@ -72,7 +72,7 @@
// data.userPhon = res.user_id;
store.commit('login', data)
wx.request({
- url: "http://223.82.109.183:2080/api/userVip/getUserVipInfo?idCardNo=" +
+ url: "http://61.131.136.25:2080/api/userVip/getUserVipInfo?idCardNo=" +
res
.data.cardid,
method: 'get',
--
Gitblit v1.9.3