Parcourir la source

根据 openid 转变显示

kulley il y a 7 ans
Parent
commit
a469af7977
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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}