下载页展示优化

dependabot/npm_and_yarn/fir_admin/path-parse-1.0.7
youngS 4 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>
<div id="actions" class="actions" v-if="agent !==''" <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 type="button" v-if="wrong">{{ msg }}</button>
<el-button type="info" round <el-button type="info" round
@ -73,7 +73,7 @@
不支持在微信内下载 不支持在微信内下载
</el-button> </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="isdownload">
<div v-if="gomobile"> <div v-if="gomobile">
<button disabled="" class="loading" <button disabled="" class="loading"

@ -86,14 +86,14 @@
</div> </div>
<div id="actions" class="actions" v-if="agent !==''" <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 type="button" v-if="wrong">{{ msg }}</button>
<button v-else-if="agent === 'wxandroid' || agent === 'wxapple'"> <button v-else-if="agent === 'wxandroid' || agent === 'wxapple'">
不支持在微信内下载 不支持在微信内下载
</button> </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="isdownload">
<div v-if="gomobile"> <div v-if="gomobile">
<button disabled="" class="loading" <button disabled="" class="loading"

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

Loading…
Cancel
Save