Merge branch 'master' of http://192.168.0.112:10010/r/高精2.0
This commit is contained in:
@@ -7,12 +7,16 @@ export const wsuri = `ws://192.168.1.149:61101//WebMoudule//websocket`
|
||||
export const name = `OP8888`
|
||||
|
||||
// 创建axios实例
|
||||
export const upload = `http://123.56.95.229:8411/submit/uploadFile.ashx`
|
||||
export const download = `http://123.56.95.229:8411/submit/downloadFile.ashx`
|
||||
export const upload = `http://localhost:8411/submit/uploadFile.ashx`
|
||||
export const download = `http://localhost:8411/submit/downloadFile.ashx`
|
||||
const service = axios.create({
|
||||
<<<<<<< HEAD
|
||||
baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`,
|
||||
=======
|
||||
|
||||
// baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`,
|
||||
// baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`,
|
||||
>>>>>>> 7cdb10d153358b72f95165dd7f3a12ad7675f14d
|
||||
// baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`,
|
||||
|
||||
baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`,
|
||||
|
||||
Reference in New Issue
Block a user