From aeb2269b65863fcda25f13937a01a7ff3237ee50 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 12 九月 2024 11:37:13 +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 8d5bd0e..0035dcd 100644
--- a/src/utils/graphql.js
+++ b/src/utils/graphql.js
@@ -6,7 +6,7 @@
 
 // export default apolloClient;
 // 瀹氫箟涓嶅悓璇锋眰鍦板潃
-const EFORMURI = "http://192.168.3.87:18081/dream/graphql";
+const EFORMURI = "https://www.9village.cn/dream_test/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