Ver Fonte

根据 openid 转变显示

kulley há 7 anos atrás
pai
commit
a469af7977
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/config.js

+ 2 - 2
src/config.js

@@ -1,4 +1,4 @@
-// const graphqlFC = window.location.origin+'/graphql';
-const graphqlFC = 'http://demo.ioobot.cn/graphql';
+const graphqlFC = window.location.origin+'/graphql';
+// const graphqlFC = 'http://demo.ioobot.cn/graphql';
 
 export {graphqlFC}