From b206d5988990bda3aa9e24724e1d516416caf0a0 Mon Sep 17 00:00:00 2001 From: zsmj1994 Date: Thu, 18 Mar 2021 17:02:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20feat:=20?= =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=8F=90=E4=BA=A4updateMode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/widget.js | 3 +-- ui/less/var.less | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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倍图片的基本地址