From 5c409711d2a747cdf3cc0729cc2bf7958c3f1003 Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 8 Mar 2019 14:16:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=8D=A2=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/index.js | 2 +- public/less/var.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/index.js b/public/js/index.js index eda388622..38e2a0a62 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1 +1 @@ -BI.resourceURL = "https://fanruan.coding.me/fineui/dist/resource/"; \ No newline at end of file +BI.resourceURL = "http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/resource/"; \ No newline at end of file diff --git a/public/less/var.less b/public/less/var.less index e1fd3f14e..397272181 100644 --- a/public/less/var.less +++ b/public/less/var.less @@ -1,4 +1,4 @@ -@webUrl: 'https://fanruan.coding.me/fineui/dist/'; +@webUrl: 'http://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