代码修改

This commit is contained in:
jia 2023-09-25 10:52:16 +08:00
parent 8677108289
commit 081c9e8960
3 changed files with 5 additions and 14 deletions

View File

@ -27,11 +27,11 @@ if (process.env.NODE_ENV === "development") {
// #endif // #endif
} else if (process.env.NODE_ENV === 'production') { } else if (process.env.NODE_ENV === 'production') {
// httpApi = 'https://shop.lihaink.cn' // 生产 httpApi = 'https://shop.lihaink.cn' // 生产
// httpApi ='https://test.shop.lihaink.cn' //预发布环境 // httpApi ='https://test.shop.lihaink.cn' //预发布环境
httpApi = "https://crmeb-test.shop.lihaink.cn" // httpApi = "https://crmeb-test.shop.lihaink.cn"
httpApiTwo = 'https://nk.lihaink.cn' // 生产 httpApiTwo = 'https://nk.lihaink.cn' // 生产
httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产 httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产
} }

View File

@ -2,8 +2,8 @@
"name" : "惠农生活", "name" : "惠农生活",
"appid" : "__UNI__3A527D1", "appid" : "__UNI__3A527D1",
"description" : "", "description" : "",
"versionName" : "1.4.1", "versionName" : "1.4.3",
"versionCode" : 141, "versionCode" : 143,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@ -302,11 +302,7 @@
</image> </image>
<text class="text">商户设置</text> <text class="text">商户设置</text>
</view> </view>
<view class="examine" @click="paydecimal">
<image class="icon_img" src="@/static/images/jy.png" mode="aspectFill">
</image>
<text class="text">保证缴纳金</text>
</view>
<!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)"> <!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)">
<image class="icon_img" src="@/static/images/cwgk.png" mode="aspectFill"> <image class="icon_img" src="@/static/images/cwgk.png" mode="aspectFill">
</image> </image>
@ -398,11 +394,6 @@
</view> </view>
<view class="examine" @click="paydecimal">
<image class="icon_img" src="@/static/images/jy.png" mode="aspectFill">
</image>
<text class="text">保证缴纳金</text>
</view>
</view> </view>
</view> </view>
</view> </view>