ソースを参照

根据 openid 转变显示

kulley 7 年 前
コミット
a469af7977
1 ファイル変更2 行追加2 行削除
  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}