7.4提交
This commit is contained in:
parent
68b3e62df4
commit
d1a84753e3
12
apis/http.js
12
apis/http.js
|
|
@ -3,26 +3,26 @@ class HttpConfig {
|
||||||
baseUrl = "/api"
|
baseUrl = "/api"
|
||||||
// #endif
|
// #endif
|
||||||
// #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.8:8080"
|
// baseUrl = "http://10.40.92.8:8080"
|
||||||
// baseUrl = "http://10.40.92.52:28080"
|
// baseUrl = "http://10.40.92.52:28080"
|
||||||
// baseUrl = "http://10.40.92.78: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 = "https://z.csgmall.com.cn/gl"
|
||||||
// baseUrl = "http://10.40.92.141:28080"
|
// baseUrl = "http://10.40.92.141:28080"
|
||||||
// #endif
|
// #endif
|
||||||
// 基地址
|
// 基地址
|
||||||
/* authPath = `${this.baseUrl}/dev-api/auth`
|
authPath = `${this.baseUrl}/dev-api/auth`
|
||||||
systemPath = `${this.baseUrl}/dev-api/system`
|
systemPath = `${this.baseUrl}/dev-api/system`
|
||||||
basePath = `${this.baseUrl}/dev-api/base`
|
basePath = `${this.baseUrl}/dev-api/base`
|
||||||
materialPath = `${this.baseUrl}/dev-api/material` */
|
materialPath = `${this.baseUrl}/dev-api/material`
|
||||||
authPath = `${this.baseUrl}/auth`
|
/* authPath = `${this.baseUrl}/auth`
|
||||||
systemPath = `${this.baseUrl}/system`
|
systemPath = `${this.baseUrl}/system`
|
||||||
basePath = `${this.baseUrl}/base`
|
basePath = `${this.baseUrl}/base`
|
||||||
materialPath = `${this.baseUrl}/material`
|
materialPath = `${this.baseUrl}/material` */
|
||||||
// 短链
|
// 短链
|
||||||
serviceUrl = {
|
serviceUrl = {
|
||||||
login: {
|
login: {
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
"name" : "智慧仓储",
|
"name" : "智慧仓储",
|
||||||
"appid" : "__UNI__9D122E1",
|
"appid" : "__UNI__9D122E1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.1.3",
|
"versionName" : "1.1.4",
|
||||||
"versionCode" : 113,
|
"versionCode" : 114,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,10 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="sticky-area">
|
<view class="sticky-area">
|
||||||
<h4
|
<h4
|
||||||
|
:class="[
|
||||||
|
{ red: fetch.taskStatus == 61 },
|
||||||
|
{ green: fetch.taskStatus == 59 }
|
||||||
|
]"
|
||||||
>
|
>
|
||||||
{{ fetch.taskStatusName }}
|
{{ fetch.taskStatusName }}
|
||||||
</h4>
|
</h4>
|
||||||
|
|
@ -564,6 +568,14 @@
|
||||||
border: 1px solid #3788FF;
|
border: 1px solid #3788FF;
|
||||||
color: #3788FF;
|
color: #3788FF;
|
||||||
}
|
}
|
||||||
|
.red{
|
||||||
|
color: #FF4141;
|
||||||
|
border-color: #FF4141;
|
||||||
|
}
|
||||||
|
.green{
|
||||||
|
color: #1BD30B;
|
||||||
|
border-color: #1BD30B;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btm-sticky{
|
.btm-sticky{
|
||||||
|
|
|
||||||
|
|
@ -72,11 +72,11 @@
|
||||||
pic: '/static/newCheck.png',
|
pic: '/static/newCheck.png',
|
||||||
url: 'newCheck'
|
url: 'newCheck'
|
||||||
}, */
|
}, */
|
||||||
{
|
/* {
|
||||||
name: '综合服务中心审核',
|
name: '综合服务中心审核',
|
||||||
pic: '/static/serviceCenterExam.png',
|
pic: '/static/serviceCenterExam.png',
|
||||||
url: 'serviceCenterExam'
|
url: 'serviceCenterExam'
|
||||||
},
|
}, */
|
||||||
{
|
{
|
||||||
name: '新购入库',
|
name: '新购入库',
|
||||||
pic: '/static/newInStore.png',
|
pic: '/static/newInStore.png',
|
||||||
|
|
@ -107,7 +107,7 @@
|
||||||
pic: '/static/fix.png',
|
pic: '/static/fix.png',
|
||||||
url: 'fix'
|
url: 'fix'
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
name: '预报废审核',
|
name: '预报废审核',
|
||||||
pic: '/static/preCrashExam.png',
|
pic: '/static/preCrashExam.png',
|
||||||
url: 'preCrashExam'
|
url: 'preCrashExam'
|
||||||
|
|
@ -116,7 +116,7 @@
|
||||||
name: '预报废列表',
|
name: '预报废列表',
|
||||||
pic: '/static/preCrashList.png',
|
pic: '/static/preCrashList.png',
|
||||||
url: 'preCrashList'
|
url: 'preCrashList'
|
||||||
},
|
}, */
|
||||||
{
|
{
|
||||||
name: '报废审核',
|
name: '报废审核',
|
||||||
pic: '/static/crashExam.png',
|
pic: '/static/crashExam.png',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue