liming 14 hours ago
parent
commit
3874d273fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/me/download/index.vue

+ 1 - 1
src/views/me/download/index.vue

@@ -8,7 +8,7 @@
 
 <script setup>
 import QrcodeVue from 'qrcode.vue'
-const qrtext = ref('https://nim.angeltokens.io/updates/down/app-release.apk');
+const qrtext = ref('https://nim.angeltokens.io/apk/down/app-release.apk');
 </script>
 
 <style lang="less" scoped>