Commit 97dd7eda865ca7833145680b6596a4c7dd265233

Authored by wesley88
1 parent 935592de

1

admin-web-master/src/utils/request.js
... ... @@ -17,12 +17,12 @@ let baseURL = ''
17 17 if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) {
18 18  
19 19 // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server';
20   - // baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server';
  20 + baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server';
21 21  
22 22 // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1;
23 23  
24 24  
25   - baseURL = 'http://192.168.8.103:9003';
  25 + // baseURL = 'http://192.168.8.103:9003';
26 26  
27 27  
28 28 } else {
... ...
lvdao-miniapp/pagesA/addsb/addsb.vue
... ... @@ -387,7 +387,7 @@
387 387 width: 100%;
388 388 height: 100vh;
389 389 overflow: hidden;
390   - background-image: url('@/static/icon/bg2.png');
  390 + background-image: url('https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img/17183fb8b52c1ed22357d3c670d460c.png');
391 391 background-size: 100% 100%;
392 392 padding: 30rpx;
393 393 box-sizing: border-box;
... ...
lvdao-miniapp/pagesA/application/application.vue
... ... @@ -12,8 +12,8 @@
12 12 <view class="voucher-img">
13 13 <view class="voucher-list" style="width: 100%;">
14 14 <view class="" style="background-color: #F0F0F0;border-radius: 20rpx;">
15   - <textarea name="" id="" cols="255" rows="20" placeholder="请输入"
16   - style="font-size: 24rpx;background-color: #F0F0F0;border-radius: 20rpx;width: 96%;margin: 0 auto;padding:10px;min-height: 100px;height: auto;"
  15 + <textarea :auto-height="true" placeholder="请输入"
  16 + style="font-size: 24rpx;background-color: #F0F0F0;border-radius: 20rpx;width: 96%;margin: 0 auto;padding:10px;min-height: 100px;"
17 17 v-model="rulform.schemeTitle"></textarea>
18 18 </view>
19 19 </view>
... ...
lvdao-miniapp/static/icon.zip deleted
No preview for this file type
lvdao-miniapp/static/icon/bg2.png deleted

16.5 KB