liuyg
2022-02-28 9882c6139f28c4361d0a8f6be793146ab926979b
+接口换成服务器
1 files modified
2 ■■■ changed files
store/apiConfig.js 2 ●●● patch | view | raw | blame | history
store/apiConfig.js
@@ -1,4 +1,4 @@
let i = 0; //1是服务器
let i = 1; //1是服务器
if (i) {
    var api = 'http://223.82.109.183:2082/api/';
    var wsapi = 'ws://223.82.109.183:2082/wss/websocket';