Compare commits

..

No commits in common. "fd8a18680c94ea1d5cef66e9e68fb48bb1b5c6e0" and "e829aba4f6498ebbb61266d1371560281f6650a0" have entirely different histories.

3 changed files with 3 additions and 5 deletions

View File

@ -33,7 +33,7 @@
{field: 'geoip', title: '访问地址', minWidth: 100},
{field: 'geoisp', title: '网络服务商', minWidth: 100},
{field: 'create_at', title: '操作时间', minWidth: 170, align: 'center', sort: true},
{toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 80, fixed: 'right'}
{toolbar: '#toolbar', title: '操作面板', align: 'center', fixed: 'right'}
]]
});
});

View File

@ -20,10 +20,8 @@ $(function () {
// 'vue': ['json']
// },
// });
// // 基于 Require 加载测试
// require(['vue', 'md5'], function (vue, md5) {
// require(['vue'], function (vue) {
// console.log(vue)
// console.log(md5.hash('content'))
// });
/*! 其他 javascript 脚本代码 */

View File

@ -1,4 +1,4 @@
/* --------------------------------------------------
/* 自定义后台扩展式,需要在加载 console.css 后载入
/* 自定义后台扩展式,需要在加载 console.css 后载入
/* 使用 php think xadmin:install static 时不会更新此文件
/* -------------------------------------------------- */