config.js 202 B

12345
  1. // 这个 fc 的数据结构错了,库存的地方应该是 service_id
  2. // const graphqlFC = 'https://order.szu.im/graphql';
  3. const graphqlFC = 'https://orderfcdb.ioobot.cn/graphql';
  4. export {graphqlFC}