From 012573547796bb14d70ad2c6e00dba38818da4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 2 Feb 2021 09:49:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E8=B7=AF=E8=A1=A8=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views/LineList/Index.cshtml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Host/Views/LineList/Index.cshtml b/Host/Views/LineList/Index.cshtml index 41e9b34..784473b 100644 --- a/Host/Views/LineList/Index.cshtml +++ b/Host/Views/LineList/Index.cshtml @@ -322,6 +322,12 @@ case 8: self.location.href='http://php-api.juip.com/script/linedata/data/download/xingxing.csv'; break; + case 17: + self.location.href='http://php-api.juip.com/script/linedata/data/download/xigua.csv'; + break; + case 18: + self.location.href='http://php-api.juip.com/script/linedata/data/download/mogu.csv'; + break; } } }