Преглед на файлове

转成 fcdb,速度提升

kulley преди 7 години
родител
ревизия
24c3fede61
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/config.js

+ 2 - 1
src/config.js

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