소스 검색

h5 land page update

jihuaqiang 2 년 전
부모
커밋
d87aca8d55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/MobileLandPage.vue

+ 1 - 1
components/MobileLandPage.vue

@@ -59,7 +59,7 @@ export default {
 		async twitterAuth() {
 			postRequest(`/denet/user/twitterRequestToken`, {
 				params: {
-					oauthCallback: `${location.protocol}://${location.host}/authlogin`,
+					oauthCallback: `${location.protocol}//${location.host}/authlogin`,
 				},
 			}).then(({ data }) => {
 				if (data.code == 0) {