diff --git a/src/core/widget.js b/src/core/widget.js index f872b5470..b1d1fe258 100644 --- a/src/core/widget.js +++ b/src/core/widget.js @@ -76,8 +76,7 @@ shouldUpdate: null, - update: function () { - }, + update: null, beforeUpdate: null, diff --git a/ui/less/var.less b/ui/less/var.less index e55756a31..ec0631ef4 100644 --- a/ui/less/var.less +++ b/ui/less/var.less @@ -1,5 +1,5 @@ -@webUrl: 'resources?path=/com/fr/web/ui/'; +@webUrl: '/dist/'; @fontUrl: '@{webUrl}font/'; //图片的基本地址 @imageUrl: '@{webUrl}images/1x/'; //图片的基本地址 -@image2xUrl: '@{webUrl}images/2x/'; //2倍图片的基本地址 \ No newline at end of file +@image2xUrl: '@{webUrl}images/2x/'; //2倍图片的基本地址