From f601e1d45268d1496d6a5797d6667946a800b369 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 12 九月 2024 11:47:30 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/dream_web --- 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