From ee7b2ada079272daf18bb8b3b5e17c5db150a6a7 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Wed, 23 Sep 2026 13:44:29 +0800 Subject: [PATCH] 1 --- common/httpRequest.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/httpRequest.js b/common/httpRequest.js index 7f49662..5d42590 100644 --- a/common/httpRequest.js +++ b/common/httpRequest.js @@ -1,10 +1,10 @@ const tui = { //接口地址 interfaceUrl: function() { - return 'https://hbkuaishi.com/hiver' //测试服务器 - // return 'https://dev.xenjoyou.com/hiver' //正式服务器 - //return 'http://192.168.1.9:8888/hiver' - // return 'http://192.168.100.42:8888/hiver' + //return 'https://hbkuaishi.com/hiver' //测试服务器 + return 'https://dev.xenjoyou.com/hiver' //正式服务器 + //return 'http://192.168.100.37:8888/hiver' //本机局域网IP,真机预览用(手机和电脑同一WiFi) + //return 'http://127.0.0.1:8888/hiver' //仅开发者工具本机调试 }, toast: function(text, duration, success) { uni.showToast({