up getfont url

This commit is contained in:
menglingjun 2015-01-16 15:39:26 +08:00
parent 27f24b4337
commit 6d0bbc523e

View File

@ -93,7 +93,7 @@ define(
// font baidu online
if (location.hostname.indexOf('baidu.com') > -1) {
program.fontUrl = '/getfont?url=${0}';
program.fontUrl = '/font/proxy?url=${0}';
}
program.setting = require('./widget/settingmanager');