测试环境地址修改
This commit is contained in:
parent
dce5d2d918
commit
72fcf61898
|
|
@ -1,23 +1,23 @@
|
|||
import { getToDoNum } from '@/api/system/notice'
|
||||
|
||||
export function lookFile() {
|
||||
// return 'http://192.168.0.14:21626/file/statics' //14服务器
|
||||
return 'http://192.168.0.14:1999/file/statics' //14服务器
|
||||
// return 'http://112.29.103.165:14413/file/statics' //1.6演示服务器
|
||||
return 'http://218.21.27.6:1999/file/statics' //生产服务器
|
||||
// return 'http://218.21.27.6:1999/file/statics' //生产服务器
|
||||
}
|
||||
export function lookFaceFile() {
|
||||
// return 'http://192.168.0.14:21626/file/statics/' //14服务器
|
||||
return 'http://192.168.0.14:1999/file/statics/' //14服务器
|
||||
//return 'http://112.29.103.165:14413/file/statics/' //1.6演示服务器
|
||||
return 'http://218.21.27.6:1999/file/statics/' //生产服务器
|
||||
// return 'http://218.21.27.6:1999/file/statics/' //生产服务器
|
||||
}
|
||||
export function filePreview() {
|
||||
// return 'http://192.168.0.14:8012/onlinePreview?url=' //14服务器
|
||||
return 'http://192.168.0.14:8012/onlinePreview?url=' //14服务器
|
||||
// return 'http://112.29.103.165:8012/onlinePreview?url=' //1.6演示服务器
|
||||
return 'http://218.21.27.6:18013/onlinePreview?url='
|
||||
// return 'http://218.21.27.6:18013/onlinePreview?url='
|
||||
}
|
||||
export function lookMioIoFile() {
|
||||
return 'http://218.21.27.6:19090/nxdt-courseware' //生产服务器
|
||||
// return 'http://192.168.0.14:9090/nxdt-courseware-1' //14服务器
|
||||
// return 'http://218.21.27.6:19090/nxdt-courseware' //生产服务器
|
||||
return 'http://192.168.0.14:9090/nxdt-courseware-1' //14服务器
|
||||
}
|
||||
|
||||
// lookFile: 'http://218.21.27.6:1999/nxnyback/statics',
|
||||
|
|
|
|||
Loading…
Reference in New Issue