xiongzhu %!s(int64=4) %!d(string=hai) anos
pai
achega
070b47781b
Modificáronse 2 ficheiros con 2 adicións e 3 borrados
  1. 1 1
      src/main/comos/.env.development
  2. 1 2
      src/main/comos/src/views/user/Share.vue

+ 1 - 1
src/main/comos/.env.development

@@ -1,4 +1,4 @@
-VUE_APP_BASE_URL=https://nft.9space.vip/
+VUE_APP_BASE_URL=https://nfttest.9space.vip/
 NODE_ENV=development
 VUE_APP_PUBLIC_PATH=/
 ASSETS_PATH=raex

+ 1 - 2
src/main/comos/src/views/user/Share.vue

@@ -50,7 +50,6 @@
                 <div class="wrapper-box" v-else ref="post" @click.stop>
                     <img class="share2" :src="shareBg" alt="" />
                     <vue-qrcode :value="url" :options="{ width: 70, margin: 3 }" class="share-code"></vue-qrcode>
-                    <div class="title">国内领先的泛文娱数字藏品集换平台</div>
                 </div>
 
                 <img src="../../assets/close.png" alt="" class="close" />
@@ -251,7 +250,7 @@ export default {
 }
 .share-code {
     position: absolute;
-    bottom: 52px;
+    bottom: 8px;
     right: 7px;
     border-radius: 6px;
 }