mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-06 16:21:17 +08:00
Compare commits
3 Commits
e829aba4f6
...
fd8a18680c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd8a18680c | ||
|
|
7c101b00a6 | ||
|
|
811563e59b |
@ -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', fixed: 'right'}
|
||||
{toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 80, fixed: 'right'}
|
||||
]]
|
||||
});
|
||||
});
|
||||
|
||||
@ -20,8 +20,10 @@ $(function () {
|
||||
// 'vue': ['json']
|
||||
// },
|
||||
// });
|
||||
// require(['vue'], function (vue) {
|
||||
// // 基于 Require 加载测试
|
||||
// require(['vue', 'md5'], function (vue, md5) {
|
||||
// console.log(vue)
|
||||
// console.log(md5.hash('content'))
|
||||
// });
|
||||
|
||||
/*! 其他 javascript 脚本代码 */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* --------------------------------------------------
|
||||
/* 自定义后台扩展新式,需要在加载 console.css 后载入
|
||||
/* 自定义后台扩展样式,需要在加载 console.css 后载入
|
||||
/* 使用 php think xadmin:install static 时不会更新此文件
|
||||
/* -------------------------------------------------- */
|
||||
Loading…
x
Reference in New Issue
Block a user