Browse Source

Pull request #1314: http to https

Merge in VISUAL/fineui from ~WINDY/fineui:master to master

* commit 'f6b359292bafc09e9ae4f6caf4c322f1ae09a24b':
  http to https
es6
windy 4 years ago
parent
commit
4d3b012d71
  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