Commit e9f93d714ba31709fdfdf02d457c5ac13b495601

Authored by 杨鑫
1 parent e6353123

'最新'

admin-web-master/src/utils/request.js
... ... @@ -16,10 +16,10 @@ let hostall = window.location.href;
16 16 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   - // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server';
  19 + baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server';
20 20 // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1;
21 21  
22   - baseURL = 'http://128.10.249.46:9003';
  22 + // baseURL = 'http://128.10.249.46:9003';
23 23  
24 24 } else {
25 25 console.error('---------------------')
... ...
lvdao-miniapp/pagesA/projectManagement/projectDetails.vue
... ... @@ -31,15 +31,14 @@
31 31 <view
32 32 v-if="showShareModal"
33 33 class="share-mask"
34   - @click="closeShareModal"
35   - ></view>
  34 + @click="closeShareModal"w
36 35  
37 36 <!-- 分享拉起框 -->
38 37 <view v-if="showShareModal" class="share-modal"
39 38 :class="{ 'share-modal-animate': showShareModal }">
40 39 <view class="share-option" @click="generatePoster">生成海报</view>
41 40 <!-- <view class="share-option" @click="wechatShare">微信分享</view> -->
42   - <button class="share-option" open-type="share">微信分享</button>
  41 + <button class="share-option" open-type="share">分享微信</button>
43 42 <view class="share-option" @click="closeShareModal">取消</view>
44 43 </view>
45 44  
... ...