Skip to content

Commit

Permalink
feat: icon remote url update
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Sep 23, 2020
1 parent e2ab567 commit 80093ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icon/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let pathReg = /<path.*?<\/path>/gi;
let dReg = /.*d="([^"]+).*/g;
let fillReg = /.*fill="([^"]+).*/g;

let basicUrl = '//at.alicdn.com/t/font_1119857_krcfj78b3hg.js';
let basicUrl = '//at.alicdn.com/t/font_1119857_c1mv8ru1f6s.js';
let prefix = '@wya/vc-icon:';

class IconManager extends VcBasic {
Expand Down

0 comments on commit 80093ce

Please sign in to comment.