From f6b359292bafc09e9ae4f6caf4c322f1ae09a24b Mon Sep 17 00:00:00 2001 From: windy Date: Sun, 3 May 2020 19:43:02 +0800 Subject: [PATCH] http to https --- public/less/var.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/less/var.less b/public/less/var.less index 397272181..88ff90275 100644 --- a/public/less/var.less +++ b/public/less/var.less @@ -1,4 +1,4 @@ -@webUrl: 'http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/'; +@webUrl: 'https://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/'; @fontUrl: '@{webUrl}font/'; //图片的基本地址 @imageUrl: '@{webUrl}images/1x/'; //图片的基本地址 -@image2xUrl: '@{webUrl}images/2x/'; //2倍图片的基本地址 \ No newline at end of file +@image2xUrl: '@{webUrl}images/2x/'; //2倍图片的基本地址