From a6b96ad16ef293fe6e8b3071aa6c61c7636717fd Mon Sep 17 00:00:00 2001 From: zhouxin Date: Fri, 25 Nov 2022 11:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BC=88-=EF=BC=89=E5=8E=BB=E6=8E=89=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/config.js b/web/config.js index 205f0ad..34562d5 100644 --- a/web/config.js +++ b/web/config.js @@ -20,9 +20,6 @@ args.option('qnbkt', 'qiniuBucket'); args.option('qndmn', 'qiniuDomain'); args.option('pmrs', 'pmReportService'); -//基本动作-周报后端服务 -args.option('wkys', 'weeklyServices'); - const flags = args.parse(process.argv); const API_URL = process.env.API_URL || flags.apiUrl;