下载页展示优化

dependabot/npm_and_yarn/fir_admin/path-parse-1.0.7
youngS 3 years ago
parent a95a2fb22f
commit 9abdc5f5ae
  1. 4
      fir_client/src/components/FirDownload.vue
  2. 4
      fir_client/src/components/ShortDownload.vue
  3. 1
      fir_client/vue.config.js

@ -65,7 +65,7 @@
</div>
<div id="actions" class="actions" v-if="agent !==''"
style="margin-top: 20%;margin-bottom: 20%">
style="margin-top: 10%;margin-bottom: 20%">
<button type="button" v-if="wrong">{{ msg }}</button>
<el-button type="info" round
@ -73,7 +73,7 @@
不支持在微信内下载
</el-button>
<div v-else style="margin-top: 20%;margin-bottom: 20%">
<div v-else style="margin-top: 10%;margin-bottom: 20%">
<div v-if="isdownload">
<div v-if="gomobile">
<button disabled="" class="loading"

@ -86,14 +86,14 @@
</div>
<div id="actions" class="actions" v-if="agent !==''"
style="margin-top: 20%;margin-bottom: 20%">
style="margin-top: 10%;margin-bottom: 20%">
<button type="button" v-if="wrong">{{ msg }}</button>
<button v-else-if="agent === 'wxandroid' || agent === 'wxapple'">
不支持在微信内下载
</button>
<div v-else style="margin-top: 20%;margin-bottom: 20%">
<div v-else style="margin-top: 10%;margin-bottom: 20%">
<div v-if="isdownload">
<div v-if="gomobile">
<button disabled="" class="loading"

@ -91,6 +91,7 @@ const pro_base_env = {
const dev_base_env = {
baseUrl: 'https://app.hehelucky.cn',
baseShortUrl: 'https://app.hehelucky.cn',
short_static: '/',
index_static: '/',
};

Loading…
Cancel
Save