瀏覽代碼

根据 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}