Browse Source

http to https

es6
windy 4 years ago
parent
commit
f6b359292b
  1. 4
      public/less/var.less

4
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倍图片的基本地址
@image2xUrl: '@{webUrl}images/2x/'; //2倍图片的基本地址

Loading…
Cancel
Save