Преглед изворни кода

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