x1ongzhu 1 год назад
Родитель
Сommit
1de6f78c69
3 измененных файлов с 1 добавлено и 3 удалено
  1. 0 1
      capacitor.config.ts
  2. 1 1
      src/components/ShareModal.vue
  3. 0 1
      src/views/MeTab.vue

+ 0 - 1
capacitor.config.ts

@@ -8,7 +8,6 @@ const config: CapacitorConfig = {
     server: {
         androidScheme: "https",
         cleartext: true,
-        url: "http://192.168.6.215:4173",
     },
     android: {
         buildOptions: {

+ 1 - 1
src/components/ShareModal.vue

@@ -51,7 +51,7 @@ const { user } = storeToRefs(userStore);
 const showInviteModal = ref(false);
 
 const shareUrl = computed(() => {
-    return http.resolve("/static/share2.html?referrer=" + user.value?.id);
+    return http.resolve("/static/share3.html?referrer=" + user.value?.id);
 });
 
 const qrcode = useQRCode(shareUrl, { margin: 2, width: 512 });

+ 0 - 1
src/views/MeTab.vue

@@ -26,7 +26,6 @@
                             <div
                                 v-if="membership.purchase"
                                 class="text-sm text-prim text-opacity-80"
-                                @click="router.push('/login')"
                             >
                                 {{
                                     membership.expired