Compare commits
2 Commits
088410d9cf
...
7987c537a0
Author | SHA1 | Date | |
---|---|---|---|
7987c537a0 | |||
88a780ebb5 |
@ -8,7 +8,7 @@
|
|||||||
// const baseurl = 'http://192.168.1.73:32202' // 测试环境
|
// const baseurl = 'http://192.168.1.73:32202' // 测试环境
|
||||||
// const baseurl = 'http://172.22.10.217:22202' // 正式环境1
|
// const baseurl = 'http://172.22.10.217:22202' // 正式环境1
|
||||||
// const baseurl = 'http://172.22.10.225:22202' // SAP测试环境
|
// const baseurl = 'http://172.22.10.225:22202' // SAP测试环境
|
||||||
const baseurl = 'http://localhost:18873'
|
const baseurl = 'http://localhost:18878'
|
||||||
|
|
||||||
//--------------------------------------------------开始封装
|
//--------------------------------------------------开始封装
|
||||||
import service from './service';
|
import service from './service';
|
||||||
|
@ -17,7 +17,7 @@ export default {
|
|||||||
// url: "http://192.168.1.73:32202", // 测试环境
|
// url: "http://192.168.1.73:32202", // 测试环境
|
||||||
// url: "http://172.22.10.217:22202", // 正式环境1
|
// url: "http://172.22.10.217:22202", // 正式环境1
|
||||||
// url: "http://172.22.10.225:22202", // SAP测试环境
|
// url: "http://172.22.10.225:22202", // SAP测试环境
|
||||||
url: "http://localhost:18873",
|
url: "http://localhost:18878",
|
||||||
// 测试服务器接口URL
|
// 测试服务器接口URL
|
||||||
// url: "http://10.4.2.109:90/WMS/WMS_Webservice.asmx",
|
// url: "http://10.4.2.109:90/WMS/WMS_Webservice.asmx",
|
||||||
// 请求的参数
|
// 请求的参数
|
||||||
|
Loading…
x
Reference in New Issue
Block a user