浏览代码

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) {