From 54e06ab83d8fbebf91f8e0c3a621da743ac5af26 Mon Sep 17 00:00:00 2001 From: 黄何裕 <1053952480@qq.com> Date: 星期四, 08 八月 2024 09:28:06 +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