From de7ddead8c86cff7b02019b4562fef96642634e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Wed, 16 Nov 2022 11:37:20 +0800 Subject: [PATCH] up --- common/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/config.js b/common/config.js index 4247ede..4f64a62 100644 --- a/common/config.js +++ b/common/config.js @@ -3,7 +3,9 @@ const mode = process.env.NODE_ENV; let ROOTPATH = ''; //域名 switch (mode) { case 'development': - ROOTPATH = "http://sstt.ali251.langye.net" + //ROOTPATH = "http://sstt.ali251.langye.net" + ROOTPATH = "https://sstt.115.langye.net" + break; case 'production': ROOTPATH = "https://sstt.115.langye.net"