代码优化
This commit is contained in:
parent
68f667a359
commit
fb7892f66b
22
apis/http.js
22
apis/http.js
|
|
@ -4,7 +4,7 @@ class HttpConfig {
|
||||||
// #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.2.152:28080"
|
||||||
// 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"
|
||||||
|
|
@ -15,14 +15,14 @@ class HttpConfig {
|
||||||
// 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: {
|
||||||
|
|
@ -117,10 +117,10 @@ class HttpConfig {
|
||||||
backMaterialReceiveList: '/backReceive/getbackReceiveList', // 获取退料接收列表
|
backMaterialReceiveList: '/backReceive/getbackReceiveList', // 获取退料接收列表
|
||||||
backMaterialReceiveDetail: '/backReceive/receiveViewWeb',
|
backMaterialReceiveDetail: '/backReceive/receiveViewWeb',
|
||||||
backMaterialSetNumBack: '/backReceive/setNumBack',
|
backMaterialSetNumBack: '/backReceive/setNumBack',
|
||||||
backMaterialQrcodeQuery:'/backReceive/qrcodeQuery',
|
backMaterialQrcodeQuery: '/backReceive/qrcodeQuery',
|
||||||
backMaterialSetCodeBack:'/backReceive/setCodeBack',
|
backMaterialSetCodeBack: '/backReceive/setCodeBack',
|
||||||
backReceiveCodeQuery:"/backReceive/codeQuery",
|
backReceiveCodeQuery: "/backReceive/codeQuery",
|
||||||
backReceiveEndBack:"/backReceive/endBack",
|
backReceiveEndBack: "/backReceive/endBack",
|
||||||
seeBackMaterialDetail: '/backReceive/backReceiveRecord', // 查看退料明细
|
seeBackMaterialDetail: '/backReceive/backReceiveRecord', // 查看退料明细
|
||||||
searchRfid: '/backReceive/rfidCodeQuery', // 查询rfid
|
searchRfid: '/backReceive/rfidCodeQuery', // 查询rfid
|
||||||
subRfid: '/backReceive/setRfidCodeBack', // rfid接收
|
subRfid: '/backReceive/setRfidCodeBack', // rfid接收
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue