From 9ab8421b3c1dbbd5cc3a04b7a7f6efb946dab61f Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Fri, 6 Jan 2023 14:03:37 +0800 Subject: [PATCH] ... --- apis/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/index.js b/apis/index.js index 80e824a..41b2d81 100644 --- a/apis/index.js +++ b/apis/index.js @@ -10,7 +10,7 @@ import router from '../router' // 基础配置 const config = { - apiUrl : 'http://douhuo.douhuofalv.com/api/', + apiUrl : 'https://douhuo.douhuofalv.com/api/', timeout : 60000 }