config.js 313 B

123456789
  1. // 这个 fc 的数据结构错了,库存的地方应该是 service_id
  2. // const graphqlFC = 'http://service-dan6exu1-1254337200.ap-shanghai.apigateway.myqcloud.com/test/graphql';
  3. // const graphqlFC = 'http://localhost:3123/graphql';
  4. const graphqlFC = 'http://123.206.193.98:3123/graphql';
  5. export {graphqlFC}