diff --git a/src/utils/cite.js b/src/utils/cite.js index 967056f..7fee413 100644 --- a/src/utils/cite.js +++ b/src/utils/cite.js @@ -1,5 +1,5 @@ // 引用地址 let inWebURL = 'ws://127.0.0.1:7000/'; -let baseURL = 'http://192.168.250.29:8888'; +let baseURL = 'http://192.168.250.110:8888'; export default {inWebURL,baseURL}