Explorar o código

h5 land page update

jihuaqiang %!s(int64=2) %!d(string=hai) anos
pai
achega
d87aca8d55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {