From 8871c2d3fbeec1a3dd5c29ea3e3de2c865959809 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 10 九月 2024 15:32:44 +0800
Subject: [PATCH] 扫码登录
---
src/utils/graphql.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/utils/graphql.js b/src/utils/graphql.js
index e1d8377..8d5bd0e 100644
--- a/src/utils/graphql.js
+++ b/src/utils/graphql.js
@@ -6,7 +6,7 @@
// export default apolloClient;
// 瀹氫箟涓嶅悓璇锋眰鍦板潃
-const EFORMURI = "http://192.168.3.88:18080/dream_test/graphql";
+const EFORMURI = "http://192.168.3.87:18081/dream/graphql";
const IOTURI = "https://www.9village.cn/dream_test" + "/graphql";
// import ApolloClient from 'apollo-boost' //寮曞叆apollo-boost鎻掍欢
import { ApolloClient } from "apollo-client";
--
Gitblit v1.8.0