mirror of https://gitee.com/karson/fastadmin.git
修复Bootstrap-table引用版本
parent
2b60921cf3
commit
0d20ce6fa9
3
.bowerrc
3
.bowerrc
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"directory" : "public/assets/libs",
|
||||
"directory": "public/assets/libs",
|
||||
"ignoredDependencies": [
|
||||
"es6-promise",
|
||||
"file-saver",
|
||||
"html2canvas",
|
||||
"jspdf",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"jquery": "^2.1.4",
|
||||
"bootstrap": "^3.3.7",
|
||||
"font-awesome": "^4.6.1",
|
||||
"bootstrap-table": "~1.11.0",
|
||||
"bootstrap-table": "fastadmin-bootstraptable#~1.11.3",
|
||||
"jstree": "~3.3.2",
|
||||
"moment": "^2.20.1",
|
||||
"plupload": "~2.2.0",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ require.config({
|
|||
'bootstrap-daterangepicker': '../libs/bootstrap-daterangepicker/daterangepicker',
|
||||
'bootstrap-select': '../libs/bootstrap-select/dist/js/bootstrap-select.min',
|
||||
'bootstrap-select-lang': '../libs/bootstrap-select/dist/js/i18n/defaults-zh_CN',
|
||||
'bootstrap-table': '../libs/bootstrap-table/dist/bootstrap-table',
|
||||
'bootstrap-table': '../libs/bootstrap-table/dist/bootstrap-table.min',
|
||||
'bootstrap-table-export': '../libs/bootstrap-table/dist/extensions/export/bootstrap-table-export.min',
|
||||
'bootstrap-table-mobile': '../libs/bootstrap-table/dist/extensions/mobile/bootstrap-table-mobile',
|
||||
'bootstrap-table-lang': '../libs/bootstrap-table/dist/locale/bootstrap-table-zh-CN',
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue