Explorar o código

app download url 使用后台配置

Michael Wang %!s(int64=3) %!d(string=hai) anos
pai
achega
11a67ee4e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/MainLayout/MainLayout.vue

+ 1 - 1
src/components/MainLayout/MainLayout.vue

@@ -8,7 +8,7 @@
             <TabPane label="下载安卓apk">
               <div class="qm-primary-text flex-center">
                 <qrcode
-                  value="https://d.zqapps.com/qfns"
+                  :value="appDownloadUrl"
                   :options="{ width: 200 }"
                 ></qrcode>
               </div>