This commit is contained in:
parent
3c29660415
commit
7bc704dca5
|
@ -26,5 +26,5 @@ app.$mount()
|
|||
import http from "@/request/index.js"
|
||||
Vue.prototype.http=http
|
||||
|
||||
// Vue.prototype.socketUrl = "ws://10.0.0.5:8080/webSocket"
|
||||
Vue.prototype.socketUrl = "ws://yxx.ydool.net/webSocket"
|
||||
Vue.prototype.socketUrl = "ws://61.130.44.231/webSocket"
|
||||
// Vue.prototype.socketUrl = "ws://yxx.ydool.net/webSocket"
|
|
@ -7,8 +7,8 @@ export default {
|
|||
config: {
|
||||
// baseUrl: "http://192.168.0.57:8080/h5/api", //王锡
|
||||
// baseUrl: "/pre", //俞燕红-跨域
|
||||
// baseUrl: "http://10.0.0.36:8080/h5/api", //俞燕红
|
||||
baseUrl: "https://yxx.ydool.net/h5/api", //线上
|
||||
// baseUrl: "http://10.0.0.36:8080/h5/api", //俞燕红 s
|
||||
baseUrl: "/h5/api", //俞燕红
|
||||
header: {
|
||||
'Content-Type': 'application/json;charset=UTF-8',
|
||||
// 'Content-Type':'application/x-www-form-urlencoded'
|
||||
|
|
Loading…
Reference in New Issue