forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~TREECAT/fineui:es6 to es6 * commit '08f4acb91e3a242b536ed436241c65201b503f45': KERNEL-14316 chore: 删除 BI.jqueryes6
treecat-罗群
2 years ago
21 changed files with 77 additions and 56 deletions
@ -1,7 +1,6 @@ |
|||||||
|
// if (!_global.$ && !_global.jQuery) {
|
||||||
if (!_global.$ && !_global.jQuery) { |
// _global.jQuery = _global.$ = BI.jQuery;
|
||||||
_global.jQuery = _global.$ = BI.jQuery; |
// }
|
||||||
} |
// if (!_global._) {
|
||||||
if (!_global._) { |
// _global._ = BI._;
|
||||||
_global._ = BI._; |
// }
|
||||||
} |
|
||||||
|
@ -1,7 +1,7 @@ |
|||||||
import jQuery from "jquery"; |
// import jQuery from "jquery";
|
||||||
import { _global } from "@/core/0.foundation"; |
// import { _global } from "@/core/0.foundation";
|
||||||
|
|
||||||
// todo:先垫着,不然开发会崩
|
// // todo:先垫着,不然开发会崩
|
||||||
_global.BI = _global.BI || {}; |
// _global.BI = _global.BI || {};
|
||||||
|
|
||||||
_global.BI.jQuery = _global.BI.$ = jQuery; |
// _global.BI.jQuery = _global.BI.$ = jQuery;
|
||||||
|
Loading…
Reference in new issue