Explorar o código

change graphql url

kulley %!s(int64=7) %!d(string=hai) anos
pai
achega
434ceda525
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  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}