Browse Source

2023-12-20

master
guoxing 1 year ago
parent
commit
3a24f8ca30
  1. 2
      .env.production
  2. 7
      src/views/marketingCard/pickupCardSet.vue

2
.env.production

@ -6,4 +6,4 @@ VUE_APP_BASE_API = '/lpkapi'
## 配置 正式接口地址
VUE_APP_URL = "http://120.46.131.15:8111"
VUE_APP_REPORT_URL = "https://supervise.yxtsoft.com"
VUE_APP_REPORT_URL = "https://lpk.yyundong.com"

7
src/views/marketingCard/pickupCardSet.vue

@ -179,7 +179,7 @@
<span class="item_text2">下载模版</span>
</div>
<span class="item_input" >{{result}}</span>
<span class="item_input" ></span>
</div>
@ -216,6 +216,11 @@
</div>
</div>
<div class="item" v-show="result!=''">
<span class="item_text"></span>
<span class="item_input" >{{result}}</span>
</div>
<!-- <div
style="width: 100%;display: flex;flex-direction: row;justify-content: center;margin-top: 20px;">

Loading…
Cancel
Save