소스 검색

change graphql url

kulley 7 년 전
부모
커밋
434ceda525
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 7
      src/config.js

+ 1 - 7
src/config.js

@@ -1,10 +1,4 @@
 // 这个 fc 的数据结构错了,库存的地方应该是 service_id
-// const graphqlFC = 'http://service-dan6exu1-1254337200.ap-shanghai.apigateway.myqcloud.com/test/graphql';
-
-// const graphqlFC = 'http://localhost:3123/graphql';
-
-// const graphqlFC = 'http://123.206.193.98:3123/graphql';
-const graphqlFC = 'http://order.ioobot.cn/graphql';
-
+const graphqlFC = 'https://order.szu.im/graphql';
 
 export {graphqlFC}