dxq613 / bui

基于jQuery,兼容KISSY 的富客户端控件库

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config.js本地加载

xuxiaosan opened this issue · comments

//在线加载config.js

<script src="http://g.alicdn.com/bui/bui/1.1.21/config.js"></script>

//本地加载config.js

<script type="text/javascript" src="../../assets/js/config.js"></script>

在线方式加载config.js可以正常显示我想要的效果,由于网络限制,需要离线加载config.js,我把文件复制到本地后,效果就无效了,也没有提示错误吗,请问有什么需要配置的吗?

解决了吗??