7.4提交

This commit is contained in:
FrancisHu 2024-07-04 17:03:19 +08:00
parent 68b3e62df4
commit d1a84753e3
4 changed files with 24 additions and 12 deletions

View File

@ -3,26 +3,26 @@ class HttpConfig {
baseUrl = "/api"
// #endif
// #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://112.29.103.165:21626"
// baseUrl = "http://172.20.10.3:8080"
// baseUrl = "http://10.40.92.8:8080"
// baseUrl = "http://10.40.92.52:28080"
// baseUrl = "http://10.40.92.78:28080"
baseUrl = "http://192.168.2.122:28080"
// baseUrl = "http://192.168.2.122:28080"
// baseUrl = "https://z.csgmall.com.cn/gl"
// baseUrl = "http://10.40.92.141:28080"
// #endif
// 基地址
/* authPath = `${this.baseUrl}/dev-api/auth`
authPath = `${this.baseUrl}/dev-api/auth`
systemPath = `${this.baseUrl}/dev-api/system`
basePath = `${this.baseUrl}/dev-api/base`
materialPath = `${this.baseUrl}/dev-api/material` */
authPath = `${this.baseUrl}/auth`
materialPath = `${this.baseUrl}/dev-api/material`
/* authPath = `${this.baseUrl}/auth`
systemPath = `${this.baseUrl}/system`
basePath = `${this.baseUrl}/base`
materialPath = `${this.baseUrl}/material`
materialPath = `${this.baseUrl}/material` */
// 短链
serviceUrl = {
login: {

View File

@ -2,8 +2,8 @@
"name" : "智慧仓储",
"appid" : "__UNI__9D122E1",
"description" : "",
"versionName" : "1.1.3",
"versionCode" : 113,
"versionName" : "1.1.4",
"versionCode" : 114,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -70,6 +70,10 @@
</view>
<view class="sticky-area">
<h4
:class="[
{ red: fetch.taskStatus == 61 },
{ green: fetch.taskStatus == 59 }
]"
>
{{ fetch.taskStatusName }}
</h4>
@ -564,6 +568,14 @@
border: 1px solid #3788FF;
color: #3788FF;
}
.red{
color: #FF4141;
border-color: #FF4141;
}
.green{
color: #1BD30B;
border-color: #1BD30B;
}
}
}
.btm-sticky{

View File

@ -72,11 +72,11 @@
pic: '/static/newCheck.png',
url: 'newCheck'
}, */
{
/* {
name: '综合服务中心审核',
pic: '/static/serviceCenterExam.png',
url: 'serviceCenterExam'
},
}, */
{
name: '新购入库',
pic: '/static/newInStore.png',
@ -107,7 +107,7 @@
pic: '/static/fix.png',
url: 'fix'
},
{
/* {
name: '预报废审核',
pic: '/static/preCrashExam.png',
url: 'preCrashExam'
@ -116,7 +116,7 @@
name: '预报废列表',
pic: '/static/preCrashList.png',
url: 'preCrashList'
},
}, */
{
name: '报废审核',
pic: '/static/crashExam.png',