From 377ee06a6cbcb730e6f4a986ca7dc034037ab0c7 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 12 九月 2024 11:47:17 +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..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.88:18080/dream_test/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