4.7重庆修改

This commit is contained in:
FrancisHu 2024-04-07 15:57:26 +08:00
parent 01597f0386
commit e6c11e38ba
2 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@ class HttpConfig {
// #ifdef APP-PLUS // #ifdef APP-PLUS
// baseUrl = "http://112.29.103.165:21624" // baseUrl = "http://112.29.103.165:21624"
// baseUrl = "http://192.168.0.14:21624" // baseUrl = "http://192.168.0.14:21624"
// baseUrl = "http://112.29.103.165:21626" baseUrl = "http://112.29.103.165:21626"
// baseUrl = "http://172.20.10.3:8080" // baseUrl = "http://172.20.10.3:8080"
// baseUrl = "http://10.40.92.13:8080" // baseUrl = "http://10.40.92.13:8080"
// baseUrl = "http://10.40.92.94:8080" // baseUrl = "http://10.40.92.94:8080"
baseUrl = "http://10.40.92.8:8080" // baseUrl = "http://10.40.92.8:8080"
// baseUrl = "https://z.csgmall.com.cn/gl" // baseUrl = "https://z.csgmall.com.cn/gl"
// #endif // #endif
// 基地址 // 基地址

View File

@ -6,10 +6,10 @@
</view> </view>
<h4 class="tit">业务办理</h4> <h4 class="tit">业务办理</h4>
<view class="secs"> <view class="secs">
<view @click="jumpUrl('fetchMaterial')"> <!-- <view @click="jumpUrl('fetchMaterial')">
<image src="/static/fetchMaterial.png" mode=""></image> <image src="/static/fetchMaterial.png" mode=""></image>
<span>领料申请</span> <span>领料申请</span>
</view> </view> -->
<view @click="jumpUrl('exitMaterial')"> <view @click="jumpUrl('exitMaterial')">
<image src="/static/exitMaterial.png" mode=""></image> <image src="/static/exitMaterial.png" mode=""></image>
<span>退料申请</span> <span>退料申请</span>