diff --git a/.env.dev b/.env.dev index 14a6c3f..79f58fe 100644 --- a/.env.dev +++ b/.env.dev @@ -4,10 +4,10 @@ VUE_APP_BASE_API2='https://invitation.counterfire.games' VUE_APP_GPAL_API='https://game2006api.cebggame.com/' # VUE_APP_PASSPORT_PUBLISHABLE_KEY=pk_imapik-test-8c2FAlWxWAoRITk1v9rH VUE_APP_PASSPORT_PUBLISHABLE_KEY=pk_imapik-test-eRr-kyOKaZ0jIdrvrPCn -VUE_APP_PASSPORT_REDIRECT_URI=http://localhost:4000/marketplace -VUE_APP_PASSPORT_LOGOUT_URI=http://localhost:4000/ -VUE_APP_PASSPORT_CLIENT_ID=eTmUah69p7ZdRhRYzBta6lZRKXXeXDYj -#VUE_APP_PASSPORT_CLIENT_ID=0FNfXxQywm7wjdbyLTDzWt4txc53yRrT +VUE_APP_PASSPORT_REDIRECT_URI=http://localhost:4000 +VUE_APP_PASSPORT_LOGOUT_URI=http://localhost:4000 +# VUE_APP_PASSPORT_CLIENT_ID=eTmUah69p7ZdRhRYzBta6lZRKXXeXDYj +VUE_APP_PASSPORT_CLIENT_ID=0FNfXxQywm7wjdbyLTDzWt4txc53yRrT VUE_APP_PASSPORT_MARKET_ADDRESS=0x7d117aA8BD6D31c4fa91722f246388f38ab1942c VUE_APP_MKT_API='https://market-test.kingsome.cn' VUE_APP_NET_ID='13473' diff --git a/.env.development b/.env.development index d58b58b..8ac2c4d 100644 --- a/.env.development +++ b/.env.development @@ -7,7 +7,7 @@ VUE_APP_PASSPORT_PUBLISHABLE_KEY=pk_imapik-test-eRr-kyOKaZ0jIdrvrPCn VUE_APP_PASSPORT_REDIRECT_URI=https://market.kingsome.cn VUE_APP_PASSPORT_LOGOUT_URI=https://market.kingsome.cn VUE_APP_PASSPORT_CLIENT_ID=eTmUah69p7ZdRhRYzBta6lZRKXXeXDYj -#VUE_APP_PASSPORT_CLIENT_ID=0FNfXxQywm7wjdbyLTDzWt4txc53yRrT +# VUE_APP_PASSPORT_CLIENT_ID=0FNfXxQywm7wjdbyLTDzWt4txc53yRrT VUE_APP_PASSPORT_MARKET_ADDRESS=0x7d117aA8BD6D31c4fa91722f246388f38ab1942c VUE_APP_MKT_API='https://market-test.kingsome.cn' VUE_APP_NET_ID='13473' diff --git a/marketplace.zip b/marketplace.zip new file mode 100644 index 0000000..1bc21dd Binary files /dev/null and b/marketplace.zip differ diff --git a/src/components/chain/wallet/PassportWallet.js b/src/components/chain/wallet/PassportWallet.js index a5a16dd..34ce607 100644 --- a/src/components/chain/wallet/PassportWallet.js +++ b/src/components/chain/wallet/PassportWallet.js @@ -19,7 +19,7 @@ export class PassportWallet { this.passportInstance = new passport.Passport({ baseConfig, clientId, // replace with your client ID from Hub - redirectUri: `${redirectUri}/`, // replace with one of your redirect URIs from Hub + redirectUri, // replace with one of your redirect URIs from Hub logoutRedirectUri, // replace with one of your logout URIs from Hub logoutMode: 'silent', audience: 'platform_api', diff --git a/src/components/marketplace/mktContent copy.vue b/src/components/marketplace/mktContent copy.vue new file mode 100644 index 0000000..893ae59 --- /dev/null +++ b/src/components/marketplace/mktContent copy.vue @@ -0,0 +1,356 @@ + + + + + \ No newline at end of file diff --git a/src/index.css b/src/index.css index bd6213e..93974a3 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,23 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +/* body { + padding: 0 !important; + margin: 0 !important; + &::-webkit-scrollbar { + width: 0px; + } + &::-webkit-scrollbar-track { + background: #171220; + border-radius: 2px; + } + &::-webkit-scrollbar-corner { + display: block; + } + &::-webkit-scrollbar-thumb { + height: 15px; + background: #9950fd; + border-radius: 10px; + } +} */ \ No newline at end of file