代码拉取完成,页面将自动刷新
# Host: 127.0.0.1 (Version 5.5.54-log)
# Date: 2017-12-06 11:36:42
# Generator: MySQL-Front 6.0 (Build 2.20)
#
# Structure for table "admin_access"
#
DROP TABLE IF EXISTS `admin_access`;
CREATE TABLE `admin_access` (
`role_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`node_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
`pid` smallint(6) unsigned NOT NULL DEFAULT '0',
KEY `groupId` (`role_id`),
KEY `nodeId` (`node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
#
# Data for table "admin_access"
#
#
# Structure for table "admin_group"
#
DROP TABLE IF EXISTS `admin_group`;
CREATE TABLE `admin_group` (
`id` smallint(3) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) COLLATE utf8_bin NOT NULL DEFAULT '',
`icon` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'icon小图标',
`sort` int(11) unsigned NOT NULL DEFAULT '50',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1',
`remark` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`isdelete` tinyint(1) unsigned NOT NULL DEFAULT '0',
`create_time` int(11) unsigned NOT NULL DEFAULT '0',
`update_time` int(11) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `sort` (`sort`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
#
# Data for table "admin_group"
#
INSERT INTO `admin_group` VALUES (1,'系统管理','',2,1,'',0,1450752856,1481180175),(2,'工具','',3,1,'',0,1476016712,1481180175),(3,'账号','',50,1,'',0,0,0),(4,'标注','',50,1,'',0,0,0);
#
# Structure for table "admin_node"
#
DROP TABLE IF EXISTS `admin_node`;
CREATE TABLE `admin_node` (
`id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
`pid` smallint(6) unsigned NOT NULL DEFAULT '0',
`group_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`title` varchar(50) COLLATE utf8_bin NOT NULL DEFAULT '',
`remark` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
`type` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '节点类型,1-控制器 | 0-方法',
`sort` smallint(6) unsigned NOT NULL DEFAULT '50',
`status` tinyint(1) NOT NULL DEFAULT '0',
`isdelete` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `level` (`level`),
KEY `pid` (`pid`),
KEY `status` (`status`),
KEY `name` (`name`),
KEY `isdelete` (`isdelete`),
KEY `sort` (`sort`),
KEY `group_id` (`group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
#
# Data for table "admin_node"
#
INSERT INTO `admin_node` VALUES (1,0,1,'Admin','后台管理','后台管理,不可更改',1,1,1,1,0),(2,1,1,'AdminGroup','分组管理',' ',2,1,1,1,0),(3,1,1,'AdminNode','节点管理',' ',2,1,2,1,0),(4,1,1,'AdminRole','角色管理',' ',2,1,3,1,0),(5,1,1,'AdminUser','管理员管理','',2,1,4,1,0),(6,1,0,'Index','首页','',2,1,50,1,0),(7,6,0,'welcome','欢迎页','',3,0,50,1,0),(8,6,0,'index','未定义','',3,0,50,1,0),(9,1,2,'Generate','代码自动生成','',2,1,50,1,0),(10,1,2,'Demo/excel','Excel一键导出','',2,0,2,1,0),(11,1,2,'Demo/download','下载','',2,0,3,1,0),(12,1,2,'Demo/downloadImage','远程图片下载','',2,0,4,1,0),(13,1,2,'Demo/mail','邮件发送','',2,0,5,1,0),(14,1,2,'Demo/qiniu','七牛上传','',2,0,6,1,0),(15,1,2,'Demo/hashids','ID加密','',2,0,7,1,0),(16,1,2,'Demo/layer','丰富弹层','',2,0,8,1,0),(17,1,2,'Demo/tableFixed','表格溢出','',2,0,9,1,0),(18,1,2,'Demo/ueditor','百度编辑器','',2,0,10,1,0),(19,1,2,'Demo/imageUpload','图片上传','',2,0,11,1,0),(20,1,2,'Demo/qrcode','二维码生成','',2,0,12,1,0),(21,1,1,'NodeMap','节点图','',2,1,5,1,0),(22,1,1,'WebLog','操作日志','',2,1,6,1,0),(23,1,1,'LoginLog','登录日志','',2,1,7,1,0),(24,23,0,'index','首页','',3,0,50,1,0),(25,22,0,'index','列表','',3,0,50,1,0),(26,22,0,'detail','详情','',3,0,50,1,0),(27,21,0,'load','自动导入','',3,0,50,1,0),(28,21,0,'index','首页','',3,0,50,1,0),(29,5,0,'add','添加','',3,0,51,1,0),(30,21,0,'edit','编辑','',3,0,50,1,0),(31,21,0,'deleteForever','永久删除','',3,0,50,1,0),(32,9,0,'index','首页','',3,0,50,1,0),(33,9,0,'generate','生成方法','',3,0,50,1,0),(34,5,0,'password','修改密码','',3,0,50,1,0),(35,5,0,'index','首页','',3,0,50,1,0),(36,5,0,'add','添加','',3,0,50,1,0),(37,5,0,'edit','编辑','',3,0,50,1,0),(38,4,0,'user','用户列表','',3,0,50,1,0),(39,4,0,'access','授权','',3,0,50,1,0),(40,4,0,'index','首页','',3,0,50,1,0),(41,4,0,'add','添加','',3,0,50,1,0),(42,4,0,'edit','编辑','',3,0,50,1,0),(43,4,0,'forbid','默认禁用操作','',3,0,50,1,0),(44,4,0,'resume','默认恢复操作','',3,0,50,1,0),(45,3,0,'load','节点快速导入测试','',3,0,50,1,0),(46,3,0,'index','首页','',3,0,50,1,0),(47,3,0,'add','添加','',3,0,50,1,0),(48,3,0,'edit','编辑','',3,0,50,1,0),(49,3,0,'forbid','默认禁用操作','',3,0,50,1,0),(50,3,0,'resume','默认恢复操作','',3,0,50,1,0),(51,2,0,'index','首页','',3,0,50,1,0),(52,2,0,'add','添加','',3,0,50,1,0),(53,2,0,'edit','编辑','',3,0,50,1,0),(54,2,0,'forbid','默认禁用操作','',3,0,51,1,0),(55,2,0,'resume','默认恢复操作','',3,0,50,1,0),(56,1,2,'one','一级菜单','',2,1,13,1,0),(59,1,2,'one.two.three.Four/index','多级节点','',2,0,50,1,0),(60,56,2,'two','二级','',3,1,50,1,0),(61,60,2,'three','三级菜单','',4,1,50,1,0),(62,61,2,'Four','四级菜单','',5,1,50,1,0),(64,1,3,'user','会员','',2,1,50,1,0),(65,1,3,'pm','项目经理','',2,1,50,1,0),(67,1,4,'task','任务','',2,1,50,1,0),(68,1,4,'image','图片','',2,1,50,1,0);
#
# Structure for table "admin_node_load"
#
DROP TABLE IF EXISTS `admin_node_load`;
CREATE TABLE `admin_node_load` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',
`title` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '标题',
`name` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '名称',
`status` tinyint(4) unsigned NOT NULL DEFAULT '1' COMMENT '状态',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='节点快速导入';
#
# Data for table "admin_node_load"
#
INSERT INTO `admin_node_load` VALUES (4,'编辑','edit',1),(5,'添加','add',1),(6,'首页','index',1),(7,'删除','delete',1);
#
# Structure for table "admin_role"
#
DROP TABLE IF EXISTS `admin_role`;
CREATE TABLE `admin_role` (
`id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
`pid` smallint(6) unsigned NOT NULL DEFAULT '0' COMMENT '父级id',
`name` varchar(20) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '名称',
`remark` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '备注',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态',
`isdelete` tinyint(1) unsigned NOT NULL DEFAULT '0',
`create_time` int(11) unsigned NOT NULL DEFAULT '0',
`update_time` int(11) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `parentId` (`pid`),
KEY `status` (`status`),
KEY `isdelete` (`isdelete`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
#
# Data for table "admin_role"
#
INSERT INTO `admin_role` VALUES (1,0,'管理员',' ',1,0,1208784792,1254325558),(2,0,'图片管理员',' ',0,0,1215496283,1454049929);
#
# Structure for table "admin_role_user"
#
DROP TABLE IF EXISTS `admin_role_user`;
CREATE TABLE `admin_role_user` (
`role_id` mediumint(9) unsigned DEFAULT NULL,
`user_id` char(32) COLLATE utf8_bin DEFAULT NULL,
KEY `group_id` (`role_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
#
# Data for table "admin_role_user"
#
#
# Structure for table "admin_user"
#
DROP TABLE IF EXISTS `admin_user`;
CREATE TABLE `admin_user` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`account` char(32) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '账号',
`realname` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`password` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
`last_login_time` int(11) unsigned NOT NULL DEFAULT '0',
`last_login_ip` char(15) COLLATE utf8_bin NOT NULL DEFAULT '',
`login_count` mediumint(8) unsigned NOT NULL DEFAULT '0',
`email` varchar(50) COLLATE utf8_bin NOT NULL DEFAULT '',
`mobile` char(11) COLLATE utf8_bin NOT NULL DEFAULT '',
`remark` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`status` tinyint(1) unsigned NOT NULL DEFAULT '50',
`isdelete` tinyint(1) unsigned NOT NULL DEFAULT '0',
`create_time` int(11) unsigned NOT NULL DEFAULT '0',
`update_time` int(11) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `accountpassword` (`account`,`password`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
#
# Data for table "admin_user"
#
INSERT INTO `admin_user` VALUES (1,'admin','超级管理员','e10adc3949ba59abbe56e057f20f883e',1512124003,'0.0.0.0',387,'tianpian0805@gmail.com','13121126169','我是超级管理员',1,0,1222907803,1451033528),(2,'demo','测试','e10adc3949ba59abbe56e057f20f883e',1481206367,'127.0.0.1',5,'','','',1,0,1476777133,1477399793);
#
# Structure for table "file"
#
DROP TABLE IF EXISTS `file`;
CREATE TABLE `file` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`cate` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '文件类型,1-image | 2-file',
`name` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '文件名',
`original` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '原文件名',
`domain` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '域名',
`type` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`size` int(10) unsigned NOT NULL DEFAULT '0',
`mtime` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
#
# Data for table "file"
#
#
# Structure for table "image"
#
DROP TABLE IF EXISTS `image`;
CREATE TABLE `image` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '0',
`task_id` int(11) NOT NULL DEFAULT '0',
`create_time` int(11) NOT NULL DEFAULT '0',
`update_time` int(11) DEFAULT '0',
`status` tinyint(4) DEFAULT '1' COMMENT '0禁用 1正常',
`isdelete` tinyint(4) DEFAULT '0',
`work_last_time` int(11) DEFAULT NULL COMMENT '最后标注时间',
`work_last_user` int(11) DEFAULT NULL COMMENT '最后标注用户',
`is_valid` tinyint(4) DEFAULT '1' COMMENT '0无效 1有效',
`is_label` tinyint(4) NOT NULL DEFAULT '0',
`upload_user_id` int(11) DEFAULT NULL COMMENT '上传用户',
`width` int(11) DEFAULT NULL,
`height` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
#
# Data for table "image"
#
#
# Structure for table "image_label"
#
DROP TABLE IF EXISTS `image_label`;
CREATE TABLE `image_label` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`title` int(11) DEFAULT NULL,
`create_time` int(11) DEFAULT NULL,
`update_time` int(11) DEFAULT NULL,
`status` tinyint(4) DEFAULT '1',
`isdelete` tinyint(4) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='图片/特征/标签';
#
# Data for table "image_label"
#
#
# Structure for table "login_log"
#
DROP TABLE IF EXISTS `login_log`;
CREATE TABLE `login_log` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`login_ip` char(15) COLLATE utf8_bin NOT NULL DEFAULT '',
`login_location` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`login_browser` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`login_os` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`login_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
#
# Data for table "login_log"
#
INSERT INTO `login_log` VALUES (1,1,'0.0.0.0','保留地址 保留地址 ','Firefox(56.0)','Windows 10','2017-11-14 01:41:09'),(2,1,'0.0.0.0','保留地址 保留地址 ','Firefox(57.0)','Windows 10','2017-12-01 18:26:43');
#
# Structure for table "node_map"
#
DROP TABLE IF EXISTS `node_map`;
CREATE TABLE `node_map` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`module` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '模块',
`controller` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '控制器',
`action` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '方法',
`method` char(6) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '请求方式',
`comment` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '节点图描述',
PRIMARY KEY (`id`),
KEY `map` (`method`,`module`,`controller`,`action`)
) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='节点图';
#
# Data for table "node_map"
#
INSERT INTO `node_map` VALUES (1,'admin','AdminGroup','index','ALL','AdminGroup 首页'),(2,'admin','AdminGroup','recycleBin','ALL','AdminGroup 回收站'),(3,'admin','AdminGroup','add','ALL','AdminGroup 添加'),(4,'admin','AdminGroup','edit','ALL','AdminGroup 编辑'),(5,'admin','AdminGroup','delete','ALL','AdminGroup 默认删除操作'),(6,'admin','AdminGroup','recycle','ALL','AdminGroup 从回收站恢复'),(7,'admin','AdminGroup','forbid','ALL','AdminGroup 默认禁用操作'),(8,'admin','AdminGroup','resume','ALL','AdminGroup 默认恢复操作'),(9,'admin','AdminGroup','deleteForever','ALL','AdminGroup 永久删除'),(10,'admin','AdminGroup','clear','ALL','AdminGroup 清空回收站'),(11,'admin','AdminGroup','saveOrder','ALL','AdminGroup 保存排序'),(16,'admin','AdminNode','index','ALL','AdminNode 首页'),(17,'admin','AdminNode','recycleBin','ALL','AdminNode 回收站'),(18,'admin','AdminNode','sort','ALL','AdminNode 保存排序'),(19,'admin','AdminNode','load','ALL','AdminNode 节点快速导入'),(20,'admin','AdminNode','indexOld','ALL','AdminNode 首页'),(21,'admin','AdminNode','add','ALL','AdminNode 添加'),(22,'admin','AdminNode','edit','ALL','AdminNode 编辑'),(23,'admin','AdminNode','delete','ALL','AdminNode 默认删除操作'),(24,'admin','AdminNode','recycle','ALL','AdminNode 从回收站恢复'),(25,'admin','AdminNode','forbid','ALL','AdminNode 默认禁用操作'),(26,'admin','AdminNode','resume','ALL','AdminNode 默认恢复操作'),(27,'admin','AdminNode','deleteForever','ALL','AdminNode 永久删除'),(28,'admin','AdminNode','clear','ALL','AdminNode 清空回收站'),(29,'admin','AdminNode','saveOrder','ALL','AdminNode 保存排序'),(31,'admin','AdminNodeLoad','index','ALL','AdminNodeLoad 首页'),(32,'admin','AdminNodeLoad','recycleBin','ALL','AdminNodeLoad 回收站'),(33,'admin','AdminNodeLoad','add','ALL','AdminNodeLoad 添加'),(34,'admin','AdminNodeLoad','edit','ALL','AdminNodeLoad 编辑'),(35,'admin','AdminNodeLoad','forbid','ALL','AdminNodeLoad 默认禁用操作'),(36,'admin','AdminNodeLoad','resume','ALL','AdminNodeLoad 默认恢复操作'),(37,'admin','AdminNodeLoad','deleteForever','ALL','AdminNodeLoad 永久删除'),(38,'admin','AdminNodeLoad','clear','ALL','AdminNodeLoad 清空回收站'),(39,'admin','AdminNodeLoad','saveOrder','ALL','AdminNodeLoad 保存排序'),(46,'admin','AdminRole','user','ALL','AdminRole 用户列表'),(47,'admin','AdminRole','access','ALL','AdminRole 授权'),(48,'admin','AdminRole','index','ALL','AdminRole 首页'),(49,'admin','AdminRole','recycleBin','ALL','AdminRole 回收站'),(50,'admin','AdminRole','add','ALL','AdminRole 添加'),(51,'admin','AdminRole','edit','ALL','AdminRole 编辑'),(52,'admin','AdminRole','delete','ALL','AdminRole 默认删除操作'),(53,'admin','AdminRole','recycle','ALL','AdminRole 从回收站恢复'),(54,'admin','AdminRole','forbid','ALL','AdminRole 默认禁用操作'),(55,'admin','AdminRole','resume','ALL','AdminRole 默认恢复操作'),(56,'admin','AdminRole','deleteForever','ALL','AdminRole 永久删除'),(57,'admin','AdminRole','clear','ALL','AdminRole 清空回收站'),(58,'admin','AdminRole','saveOrder','ALL','AdminRole 保存排序'),(61,'admin','AdminUser','index','ALL','AdminUser '),(62,'admin','AdminUser','usertype','ALL','AdminUser '),(63,'admin','AdminUser','password','ALL','AdminUser 修改密码'),(64,'admin','AdminUser','add','ALL','AdminUser '),(65,'admin','AdminUser','recycleBin','ALL','AdminUser 回收站'),(66,'admin','AdminUser','edit','ALL','AdminUser 编辑'),(67,'admin','AdminUser','delete','ALL','AdminUser 默认删除操作'),(68,'admin','AdminUser','recycle','ALL','AdminUser 从回收站恢复'),(69,'admin','AdminUser','forbid','ALL','AdminUser 默认禁用操作'),(70,'admin','AdminUser','resume','ALL','AdminUser 默认恢复操作'),(71,'admin','AdminUser','deleteForever','ALL','AdminUser 永久删除'),(72,'admin','AdminUser','clear','ALL','AdminUser 清空回收站'),(73,'admin','AdminUser','saveOrder','ALL','AdminUser 保存排序'),(76,'admin','Demo','excel','ALL','Demo Excel一键导出'),(77,'admin','Demo','download','ALL','Demo 下载文件'),(78,'admin','Demo','downloadImage','ALL','Demo 下载远程图片'),(79,'admin','Demo','mail','ALL','Demo 发送邮件'),(80,'admin','Demo','ueditor','ALL','Demo 百度编辑器'),(81,'admin','Demo','qiniu','ALL','Demo 七牛上传'),(82,'admin','Demo','hashids','ALL','Demo ID加密'),(83,'admin','Demo','layer','ALL','Demo 丰富弹层'),(84,'admin','Demo','tableFixed','ALL','Demo 表格溢出'),(85,'admin','Demo','imageUpload','ALL','Demo 图片上传回调'),(86,'admin','Demo','qrcode','ALL','Demo 二维码生成'),(91,'admin','Index','index','ALL','Index '),(92,'admin','Index','welcome','ALL','Index 欢迎页'),(94,'admin','LoginLog','index','ALL','LoginLog 首页'),(95,'admin','LoginLog','saveOrder','ALL','LoginLog 保存排序'),(97,'admin','Member','index','ALL','Member '),(98,'admin','Member','usertype','ALL','Member '),(99,'admin','Member','password','ALL','Member 修改密码'),(100,'admin','Member','add','ALL','Member '),(101,'admin','Member','recycleBin','ALL','Member 回收站'),(102,'admin','Member','edit','ALL','Member 编辑'),(103,'admin','Member','delete','ALL','Member 默认删除操作'),(104,'admin','Member','recycle','ALL','Member 从回收站恢复'),(105,'admin','Member','forbid','ALL','Member 默认禁用操作'),(106,'admin','Member','resume','ALL','Member 默认恢复操作'),(107,'admin','Member','deleteForever','ALL','Member 永久删除'),(108,'admin','Member','clear','ALL','Member 清空回收站'),(109,'admin','Member','saveOrder','ALL','Member 保存排序'),(112,'admin','NodeMap','load','ALL','NodeMap 自动导入'),(113,'admin','NodeMap','index','ALL','NodeMap 首页'),(114,'admin','NodeMap','recycleBin','ALL','NodeMap 回收站'),(115,'admin','NodeMap','add','ALL','NodeMap 添加'),(116,'admin','NodeMap','edit','ALL','NodeMap 编辑'),(117,'admin','NodeMap','deleteForever','ALL','NodeMap 永久删除'),(118,'admin','NodeMap','saveOrder','ALL','NodeMap 保存排序'),(119,'admin','Pub','login','ALL','Pub 用户登录页面'),(120,'admin','Pub','loginFrame','ALL','Pub 小窗口登录页面'),(121,'admin','Pub','index','ALL','Pub 首页'),(122,'admin','Pub','logout','ALL','Pub 用户登出'),(123,'admin','Pub','checkLogin','ALL','Pub 登录检测'),(124,'admin','Pub','password','ALL','Pub 修改密码'),(125,'admin','Pub','profile','ALL','Pub 查看用户信息|修改资料'),(126,'admin','Upload','index','ALL','Upload 首页'),(127,'admin','Upload','upload2','ALL','Upload '),(128,'admin','Upload','upload','ALL','Upload '),(129,'admin','Upload','remote','ALL','Upload 远程图片抓取'),(130,'admin','Upload','listImage','ALL','Upload 图片列表'),(133,'admin','WebLog','index','ALL','WebLog 列表'),(134,'admin','WebLog','detail','ALL','WebLog 详情'),(136,'admin','one.two.three.Four','index','ALL','Four 首页'),(137,'admin','one.two.three.Four','recycleBin','ALL','Four 回收站'),(138,'admin','one.two.three.Four','add','ALL','Four 添加'),(139,'admin','one.two.three.Four','edit','ALL','Four 编辑'),(140,'admin','one.two.three.Four','delete','ALL','Four 默认删除操作'),(141,'admin','one.two.three.Four','recycle','ALL','Four 从回收站恢复'),(142,'admin','one.two.three.Four','forbid','ALL','Four 默认禁用操作'),(143,'admin','one.two.three.Four','resume','ALL','Four 默认恢复操作'),(144,'admin','one.two.three.Four','deleteForever','ALL','Four 永久删除'),(145,'admin','one.two.three.Four','clear','ALL','Four 清空回收站'),(146,'admin','one.two.three.Four','saveOrder','ALL','Four 保存排序');
#
# Structure for table "one_two_three_four"
#
DROP TABLE IF EXISTS `one_two_three_four`;
CREATE TABLE `one_two_three_four` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '四级控制器主键',
`field1` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '字段一',
`option` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '选填',
`select` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '下拉框',
`radio` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '单选',
`checkbox` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '复选框',
`password` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '密码',
`textarea` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '文本域',
`date` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '日期',
`mobile` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '手机号',
`email` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '邮箱',
`sort` smallint(5) DEFAULT '50' COMMENT '排序',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态,1-正常 | 0-禁用',
`isdelete` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '删除状态,1-删除 | 0-正常',
`create_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `sort` (`sort`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='四级控制器';
#
# Data for table "one_two_three_four"
#
INSERT INTO `one_two_three_four` VALUES (1,'yuan1994','tpadmin','2','1',NULL,'2222','https://github.com/yuan1994/tpadmin','2016-12-07','13012345678','tianpian0805@gmail.com',50,1,0,1481947278,1481947353);
#
# Structure for table "task"
#
DROP TABLE IF EXISTS `task`;
CREATE TABLE `task` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`work_total` int(11) DEFAULT '0' COMMENT '图片总数',
`name` varchar(255) NOT NULL,
`type` tinyint(4) DEFAULT '0' COMMENT '0个人 1团队',
`class` tinyint(4) DEFAULT '0' COMMENT '0图片',
`create_time` int(11) DEFAULT NULL,
`update_time` int(11) DEFAULT NULL,
`isdelete` tinyint(4) DEFAULT '0',
`status` tinyint(4) DEFAULT '1',
`work_status` tinyint(4) DEFAULT '1' COMMENT '0发布 1领取 2标注 3质检 4完成',
`work_last_time` int(11) DEFAULT NULL,
`description` tinytext,
`finish_count` int(11) DEFAULT '0' COMMENT '已完成数',
`is_finish` tinyint(4) DEFAULT '0' COMMENT '0未完成 1完成',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='任务';
#
# Data for table "task"
#
#
# Structure for table "task_image"
#
DROP TABLE IF EXISTS `task_image`;
CREATE TABLE `task_image` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`image_id` bigint(20) NOT NULL DEFAULT '0',
`task_id` int(11) NOT NULL DEFAULT '0',
`create_time` int(11) NOT NULL DEFAULT '0',
`x1` decimal(10,0) DEFAULT NULL COMMENT '矩形坐标',
`y1` decimal(10,0) DEFAULT NULL,
`x2` decimal(10,0) DEFAULT NULL,
`y2` decimal(10,0) DEFAULT NULL,
`label_id` bigint(20) NOT NULL,
`user_id` bigint(20) NOT NULL,
`check_error_explain` tinytext COMMENT '审核驳回说明',
`check_error_type` tinyint(4) DEFAULT NULL COMMENT '1 有未选框 2框选错误 3场景信息错误 4其他错误 5有效性错误 6文本错误 7框不贴合 9多标 9漏标',
`check_user_id` int(11) DEFAULT NULL COMMENT '质检员',
`image_is_valid` tinyint(4) DEFAULT '1' COMMENT '0无效 1有效',
`is_update` tinyint(4) DEFAULT '0' COMMENT '0 未修改 1已修改 通常用在不合格数据',
`is_finish` tinyint(4) DEFAULT '0',
`work_status` tinyint(4) DEFAULT NULL COMMENT '标注状态 0未标注 1标注 2质检 3合格 4不合格',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='图标标注';
#
# Data for table "task_image"
#
#
# Structure for table "team"
#
DROP TABLE IF EXISTS `team`;
CREATE TABLE `team` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '0',
`admin_user` int(11) NOT NULL DEFAULT '0' COMMENT '团队管理',
`creater_user` int(11) NOT NULL DEFAULT '0' COMMENT '创建者',
`task_count` int(11) NOT NULL DEFAULT '0' COMMENT '任务数',
`create_time` int(11) NOT NULL DEFAULT '0',
`update_time` int(11) NOT NULL DEFAULT '0',
`status` int(11) NOT NULL DEFAULT '1',
`isdelete` int(11) NOT NULL DEFAULT '0',
`user_count` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='团队';
#
# Data for table "team"
#
#
# Structure for table "user"
#
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`password` varchar(255) NOT NULL,
`score` int(11) NOT NULL DEFAULT '0' COMMENT '积分',
`logo` varchar(255) NOT NULL,
`email` varchar(255) DEFAULT NULL,
`age` int(11) DEFAULT NULL,
`status` tinyint(3) unsigned DEFAULT NULL,
`create_time` int(11) DEFAULT NULL,
`update_time` int(11) DEFAULT NULL,
`register_time` int(11) DEFAULT NULL,
`sex` tinyint(3) unsigned DEFAULT NULL COMMENT '0保密 1男 2女',
`last_ip` varchar(255) DEFAULT NULL,
`last_time` int(11) DEFAULT NULL,
`login_count` int(11) DEFAULT NULL,
`third_party_openid` varchar(255) DEFAULT NULL COMMENT '第三方登录的openid',
`nickname` varchar(255) DEFAULT NULL,
`level` tinyint(4) DEFAULT '0' COMMENT '用户等级',
`introduce` tinytext,
`qq` tinytext,
`task_image_count` int(11) DEFAULT '0' COMMENT '任务图片总数',
`task_count` int(11) DEFAULT '0' COMMENT '任务数',
`phone` varchar(255) DEFAULT NULL,
`register_type` tinyint(3) NOT NULL DEFAULT '0' COMMENT '0邮箱 1手机 2qq 3微信',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户';
#
# Data for table "user"
#
#
# Structure for table "user_access"
#
DROP TABLE IF EXISTS `user_access`;
CREATE TABLE `user_access` (
`role_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`node_id` smallint(6) unsigned NOT NULL DEFAULT '0',
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
`pid` smallint(6) unsigned NOT NULL DEFAULT '0',
KEY `groupId` (`role_id`),
KEY `nodeId` (`node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=COMPACT;
#
# Data for table "user_access"
#
#
# Structure for table "user_node"
#
DROP TABLE IF EXISTS `user_node`;
CREATE TABLE `user_node` (
`id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
`pid` smallint(6) unsigned NOT NULL DEFAULT '0',
`group_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`title` varchar(50) COLLATE utf8_bin NOT NULL DEFAULT '',
`remark` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
`type` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '节点类型,1-控制器 | 0-方法',
`sort` smallint(6) unsigned NOT NULL DEFAULT '50',
`status` tinyint(1) NOT NULL DEFAULT '0',
`isdelete` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `group_id` (`group_id`),
KEY `isdelete` (`isdelete`),
KEY `level` (`level`),
KEY `name` (`name`),
KEY `pid` (`pid`),
KEY `sort` (`sort`),
KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=COMPACT;
#
# Data for table "user_node"
#
INSERT INTO `user_node` VALUES (1,0,1,'Admin','后台管理','后台管理,不可更改',1,1,1,1,0),(2,1,1,'AdminGroup','分组管理',' ',2,1,1,1,0),(3,1,1,'AdminNode','节点管理',' ',2,1,2,1,0),(4,1,1,'AdminRole','角色管理',' ',2,1,3,1,0),(5,1,1,'AdminUser','用户管理','',2,1,4,1,0),(6,1,0,'Index','首页','',2,1,50,1,0),(7,6,0,'welcome','欢迎页','',3,0,50,1,0),(8,6,0,'index','未定义','',3,0,50,1,0),(9,1,2,'Generate','代码自动生成','',2,1,50,1,0),(10,1,2,'Demo/excel','Excel一键导出','',2,0,2,1,0),(11,1,2,'Demo/download','下载','',2,0,3,1,0),(12,1,2,'Demo/downloadImage','远程图片下载','',2,0,4,1,0),(13,1,2,'Demo/mail','邮件发送','',2,0,5,1,0),(14,1,2,'Demo/qiniu','七牛上传','',2,0,6,1,0),(15,1,2,'Demo/hashids','ID加密','',2,0,7,1,0),(16,1,2,'Demo/layer','丰富弹层','',2,0,8,1,0),(17,1,2,'Demo/tableFixed','表格溢出','',2,0,9,1,0),(18,1,2,'Demo/ueditor','百度编辑器','',2,0,10,1,0),(19,1,2,'Demo/imageUpload','图片上传','',2,0,11,1,0),(20,1,2,'Demo/qrcode','二维码生成','',2,0,12,1,0),(21,1,1,'NodeMap','节点图','',2,1,5,1,0),(22,1,1,'WebLog','操作日志','',2,1,6,1,0),(23,1,1,'LoginLog','登录日志','',2,1,7,1,0),(24,23,0,'index','首页','',3,0,50,1,0),(25,22,0,'index','列表','',3,0,50,1,0),(26,22,0,'detail','详情','',3,0,50,1,0),(27,21,0,'load','自动导入','',3,0,50,1,0),(28,21,0,'index','首页','',3,0,50,1,0),(29,5,0,'add','添加','',3,0,51,1,0),(30,21,0,'edit','编辑','',3,0,50,1,0),(31,21,0,'deleteForever','永久删除','',3,0,50,1,0),(32,9,0,'index','首页','',3,0,50,1,0),(33,9,0,'generate','生成方法','',3,0,50,1,0),(34,5,0,'password','修改密码','',3,0,50,1,0),(35,5,0,'index','首页','',3,0,50,1,0),(36,5,0,'add','添加','',3,0,50,1,0),(37,5,0,'edit','编辑','',3,0,50,1,0),(38,4,0,'user','用户列表','',3,0,50,1,0),(39,4,0,'access','授权','',3,0,50,1,0),(40,4,0,'index','首页','',3,0,50,1,0),(41,4,0,'add','添加','',3,0,50,1,0),(42,4,0,'edit','编辑','',3,0,50,1,0),(43,4,0,'forbid','默认禁用操作','',3,0,50,1,0),(44,4,0,'resume','默认恢复操作','',3,0,50,1,0),(45,3,0,'load','节点快速导入测试','',3,0,50,1,0),(46,3,0,'index','首页','',3,0,50,1,0),(47,3,0,'add','添加','',3,0,50,1,0),(48,3,0,'edit','编辑','',3,0,50,1,0),(49,3,0,'forbid','默认禁用操作','',3,0,50,1,0),(50,3,0,'resume','默认恢复操作','',3,0,50,1,0),(51,2,0,'index','首页','',3,0,50,1,0),(52,2,0,'add','添加','',3,0,50,1,0),(53,2,0,'edit','编辑','',3,0,50,1,0),(54,2,0,'forbid','默认禁用操作','',3,0,51,1,0),(55,2,0,'resume','默认恢复操作','',3,0,50,1,0),(56,1,2,'one','一级菜单','',2,1,13,1,0),(59,1,2,'one.two.three.Four/index','多级节点','',2,0,50,1,0),(60,56,2,'two','二级','',3,1,50,1,0),(61,60,2,'three','三级菜单','',4,1,50,1,0),(62,61,2,'Four','四级菜单','',5,1,50,1,0);
#
# Structure for table "user_role"
#
DROP TABLE IF EXISTS `user_role`;
CREATE TABLE `user_role` (
`id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
`pid` smallint(6) unsigned NOT NULL DEFAULT '0' COMMENT '父级id',
`name` varchar(20) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '名称',
`remark` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '备注',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态',
`isdelete` tinyint(1) unsigned NOT NULL DEFAULT '0',
`create_time` int(11) unsigned NOT NULL DEFAULT '0',
`update_time` int(11) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `isdelete` (`isdelete`),
KEY `parentId` (`pid`),
KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=COMPACT;
#
# Data for table "user_role"
#
INSERT INTO `user_role` VALUES (1,0,'标注员',' ',1,0,1208784792,1254325558),(2,0,'审核员',' ',1,0,1215496283,1454049929),(3,0,'小组长','',1,0,0,0),(4,0,'项目经理','',1,0,0,0);
#
# Structure for table "user_role_user"
#
DROP TABLE IF EXISTS `user_role_user`;
CREATE TABLE `user_role_user` (
`role_id` mediumint(9) unsigned DEFAULT NULL,
`user_id` char(32) COLLATE utf8_bin DEFAULT NULL,
KEY `group_id` (`role_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=COMPACT;
#
# Data for table "user_role_user"
#
#
# Structure for table "user_score_log"
#
DROP TABLE IF EXISTS `user_score_log`;
CREATE TABLE `user_score_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`task_id` int(11) NOT NULL DEFAULT '0',
`image_id` int(11) NOT NULL DEFAULT '0',
`create_time` int(11) NOT NULL DEFAULT '0',
`user_id` int(11) NOT NULL DEFAULT '0',
`score` int(11) NOT NULL DEFAULT '0' COMMENT '分值',
`pm` int(11) NOT NULL DEFAULT '0' COMMENT '0增加 1减少',
`type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0标注 1签到',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='积分记录';
#
# Data for table "user_score_log"
#
#
# Structure for table "user_sign"
#
DROP TABLE IF EXISTS `user_sign`;
CREATE TABLE `user_sign` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`create_time` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`ip` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='签到';
#
# Data for table "user_sign"
#
#
# Structure for table "user_task"
#
DROP TABLE IF EXISTS `user_task`;
CREATE TABLE `user_task` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`task_id` int(11) NOT NULL,
`creater_time` int(11) NOT NULL,
`status` int(11) DEFAULT '1',
`isdelete` int(11) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户任务';
#
# Data for table "user_task"
#
#
# Structure for table "user_team"
#
DROP TABLE IF EXISTS `user_team`;
CREATE TABLE `user_team` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL DEFAULT '0',
`team_id` int(11) NOT NULL DEFAULT '0',
`create_time` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户_团队表';
#
# Data for table "user_team"
#
#
# Structure for table "web_log_all"
#
DROP TABLE IF EXISTS `web_log_all`;
CREATE TABLE `web_log_all` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '日志主键',
`uid` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
`ip` char(15) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '访客ip',
`location` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '访客地址',
`os` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '操作系统',
`browser` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '浏览器',
`url` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'url',
`module` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '模块',
`controller` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '控制器',
`action` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '方法',
`method` char(6) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '请求方式',
`data` text COLLATE utf8_bin COMMENT '请求的param数据,serialize后的',
`create_at` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '操作时间',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `ip` (`ip`),
KEY `create_at` (`create_at`)
) ENGINE=InnoDB AUTO_INCREMENT=335 DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='网站日志';
#
# Data for table "web_log_all"
#
INSERT INTO `web_log_all` VALUES (1,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/','admin','Index','index','GET','a:0:{}',1510593404),(2,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1510593407),(3,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1510593412),(4,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1510593414),(5,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1510593415),(6,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1510593416),(7,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1510593417),(8,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/login_log/index.html','admin','LoginLog','index','GET','a:0:{}',1510593431),(9,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1510593435),(10,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1510593437),(11,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1510593438),(12,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1510593438),(13,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1510593439),(14,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1510593441),(15,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/','admin','Index','index','GET','a:0:{}',1510594796),(16,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1510594797),(17,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/pub/logout.html','admin','Pub','logout','GET','a:0:{}',1510594800),(18,0,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/pub/login.html','admin','Pub','login','GET','a:0:{}',1510594804),(19,0,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/pub/checklogin.html','admin','Pub','checklogin','POST','a:3:{s:7:\"account\";s:5:\"admin\";s:8:\"password\";s:6:\"111111\";s:7:\"captcha\";s:4:\"nqkx\";}',1510594816),(20,0,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/pub/checklogin.html','admin','Pub','checklogin','POST','a:3:{s:7:\"account\";s:5:\"admin\";s:8:\"password\";s:6:\"123456\";s:7:\"captcha\";s:4:\"wxfk\";}',1510594868),(21,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1510594869),(22,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1510594870),(23,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1510594880),(24,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1510594882),(25,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1510594882),(26,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1510594883),(27,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1510594885),(28,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1510594887),(29,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1510594900),(30,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1510594901),(31,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1510594902),(32,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1510594903),(33,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1510595002),(34,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1510595005),(35,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_user/password/id/2.html','admin','AdminUser','password','GET','a:1:{s:2:\"id\";s:1:\"2\";}',1510595009),(36,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_user/edit/id/2.html','admin','AdminUser','edit','GET','a:1:{s:2:\"id\";s:1:\"2\";}',1510595134),(37,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1510595152),(38,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1510595154),(39,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1510595170),(40,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1510595171),(41,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1510595172),(42,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/generate/index.html','admin','Generate','index','GET','a:0:{}',1510595174),(43,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/','admin','Index','index','GET','a:0:{}',1510596030),(44,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1510596031),(45,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/pub/profile.html','admin','Pub','profile','GET','a:0:{}',1510596034),(46,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(56.0)','http://localhost/label/public/admin/pub/password.html','admin','Pub','password','GET','a:0:{}',1510596038),(47,0,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/','admin','Index','index','GET','a:0:{}',1510643733),(48,0,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/pub/login.html','admin','Pub','login','GET','a:0:{}',1510643734),(49,0,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512123995),(50,0,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/pub/login.html','admin','Pub','login','GET','a:0:{}',1512123996),(51,0,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/pub/checklogin.html','admin','Pub','checklogin','POST','a:3:{s:7:\"account\";s:5:\"admin\";s:8:\"password\";s:6:\"123456\";s:7:\"captcha\";s:4:\"ncbv\";}',1512124003),(52,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512124003),(53,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512124003),(54,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1512124005),(55,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512124008),(56,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512124008),(57,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512124009),(58,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512124009),(59,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512124010),(60,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512124010),(61,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512124011),(62,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512124022),(63,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512124022),(64,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512124022),(65,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512124022),(66,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512124022),(67,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512124023),(68,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512124058),(69,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512124059),(70,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512124060),(71,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/load.html','admin','NodeMap','load','POST','a:0:{}',1512124061),(72,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512124061),(73,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512124063),(74,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512124063),(75,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512124064),(76,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512124064),(77,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512124064),(78,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512124065),(79,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512124068),(80,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512194901),(81,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512194903),(82,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512194905),(83,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512194906),(84,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195107),(85,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195109),(86,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195110),(87,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512195528),(88,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512195529),(89,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195589),(90,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195654),(91,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512195659),(92,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512195659),(93,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512195773),(94,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512195773),(95,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512195776),(96,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512195776),(97,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1512195777),(98,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512195778),(99,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512195778),(100,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512195779),(101,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195780),(102,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195781),(103,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195806),(104,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195807),(105,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195808),(106,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512195951),(107,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512196016),(108,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512196055),(109,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512196056),(110,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512196057),(111,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225373),(112,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225374),(113,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225375),(114,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225376),(115,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225376),(116,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225377),(117,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225378),(118,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225378),(119,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225379),(120,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/pub/password.html','admin','Pub','password','GET','a:0:{}',1512225387),(121,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512225706),(122,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512225707),(123,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225715),(124,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512225718),(125,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512225719),(126,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512225720),(127,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512225720),(128,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512225721),(129,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512225721),(130,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1512225721),(131,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512225721),(132,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512225722),(133,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512225722),(134,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512225723),(135,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512226108),(136,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512226109),(137,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512226109),(138,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512226110),(139,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512226110),(140,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512226110),(141,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1512226111),(142,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512226112),(143,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512226113),(144,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512226113),(145,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226114),(146,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226245),(147,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512226248),(148,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512226248),(149,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512226248),(150,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1512226249),(151,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512226250),(152,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512226250),(153,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512226251),(154,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226252),(155,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226257),(156,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226258),(157,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226259),(158,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226260),(159,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226261),(160,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226272),(161,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226273),(162,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512226273),(163,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226274),(164,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226290),(165,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512226292),(166,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512226293),(167,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512226293),(168,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226294),(169,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226295),(170,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512226295),(171,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512226296),(172,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512226297),(173,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226297),(174,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512226298),(175,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512226299),(176,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226433),(177,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226444),(178,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226543),(179,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512226545),(180,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512226547),(181,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1512226548),(182,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512306477),(183,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512306478),(184,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512307944),(185,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512307944),(186,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512308010),(187,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512308010),(188,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512308011),(189,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512308012),(190,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512308012),(191,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512308013),(192,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512308016),(193,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512308016),(194,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512308493),(195,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512308493),(196,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512308536),(197,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512308537),(198,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512309000),(199,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512309000),(200,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1512309284),(201,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512309285),(202,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512309285),(203,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512309285),(204,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512309285),(205,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512309286),(206,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512309286),(207,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512309287),(208,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512309792),(209,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512309793),(210,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512309794),(211,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512309794),(212,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512309795),(213,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512309795),(214,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512310036),(215,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512310036),(216,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512310051),(217,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512310051),(218,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512310097),(219,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512310097),(220,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512310101),(221,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512310101),(222,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512310101),(223,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512310102),(224,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512310103),(225,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512310103),(226,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512310104),(227,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"3\";}',1512310106),(228,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"0\";}',1512310109),(229,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512310111),(230,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"2\";}',1512310112),(231,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"3\";}',1512310112),(232,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"0\";}',1512310113),(233,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512310117),(234,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"2\";}',1512310118),(235,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"3\";}',1512310120),(236,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512310277),(237,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512310277),(238,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/qiniu.html','admin','Demo','qiniu','GET','a:0:{}',1512311478),(239,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/hashids.html','admin','Demo','hashids','GET','a:0:{}',1512311480),(240,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/tablefixed.html','admin','Demo','tablefixed','GET','a:0:{}',1512311482),(241,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/imageupload.html','admin','Demo','imageupload','GET','a:0:{}',1512311482),(242,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/ueditor.html','admin','Demo','ueditor','GET','a:0:{}',1512311491),(243,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512311812),(244,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512311813),(245,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512314769),(246,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512314769),(247,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512314809),(248,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512314809),(249,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512314861),(250,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512314861),(251,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512314900),(252,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512314900),(253,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512314943),(254,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512314944),(255,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512314949),(256,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512314949),(257,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512314974),(258,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512314974),(259,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512315152),(260,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512315152),(261,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512315220),(262,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512315221),(263,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512315239),(264,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512315240),(265,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512315274),(266,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512315274),(267,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512315366),(268,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512315366),(269,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512315476),(270,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512315476),(271,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512315509),(272,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512315509),(273,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512315530),(274,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512315531),(275,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512315533),(276,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512315533),(277,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512315688),(278,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512315689),(279,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/generate/index.html','admin','Generate','index','GET','a:0:{}',1512316980),(280,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/generate/index.html','admin','Generate','index','GET','a:0:{}',1512317050),(281,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512317052),(282,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512317053),(283,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512317053),(284,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512317053),(285,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512317054),(286,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512317054),(287,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512317054),(288,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"2\";}',1512317056),(289,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"3\";}',1512317057),(290,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"4\";}',1512317058),(291,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"3\";}',1512317059),(292,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512317060),(293,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"2\";}',1512317061),(294,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"3\";}',1512317062),(295,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"4\";}',1512317062),(296,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512317063),(297,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"2\";}',1512317066),(298,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"3\";}',1512317066),(299,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"4\";}',1512317067),(300,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"3\";}',1512317069),(301,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"2\";}',1512317070),(302,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512317071),(303,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"0\";}',1512317071),(304,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512317080),(305,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512317080),(306,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/load?pid=0','admin','AdminNode','load','GET','a:1:{s:3:\"pid\";s:1:\"0\";}',1512317127),(307,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/generate/index.html','admin','Generate','index','GET','a:0:{}',1512318390),(308,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_group/index.html','admin','AdminGroup','index','GET','a:0:{}',1512318546),(309,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index.html','admin','AdminNode','index','GET','a:0:{}',1512318546),(310,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:2:{s:4:\"type\";s:5:\"group\";s:9:\"module_id\";s:1:\"1\";}',1512318547),(311,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_node/index','admin','AdminNode','index','POST','a:3:{s:4:\"type\";s:4:\"node\";s:9:\"module_id\";s:1:\"1\";s:8:\"group_id\";s:1:\"1\";}',1512318547),(312,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_role/index.html','admin','AdminRole','index','GET','a:0:{}',1512318547),(313,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/admin_user/index.html','admin','AdminUser','index','GET','a:0:{}',1512318548),(314,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/node_map/index.html','admin','NodeMap','index','GET','a:0:{}',1512318548),(315,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/web_log/index.html','admin','WebLog','index','GET','a:0:{}',1512318549),(316,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/generate/index.html','admin','Generate','index','GET','a:0:{}',1512318605),(317,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512318832),(318,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512318833),(319,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512319131),(320,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512319131),(321,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/hashids.html','admin','Demo','hashids','GET','a:0:{}',1512319142),(322,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/hashids.html','admin','Demo','hashids','POST','a:1:{s:2:\"id\";s:3:\"fds\";}',1512319144),(323,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/layer.html','admin','Demo','layer','GET','a:0:{}',1512319161),(324,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/tablefixed.html','admin','Demo','tablefixed','GET','a:0:{}',1512319162),(325,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/tablefixed.html','admin','Demo','tablefixed','GET','a:0:{}',1512319162),(326,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/ueditor.html','admin','Demo','ueditor','GET','a:0:{}',1512319163),(327,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/ueditor.html','admin','Demo','ueditor','GET','a:0:{}',1512319164),(328,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/imageupload.html','admin','Demo','imageupload','GET','a:0:{}',1512319165),(329,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/imageupload.html','admin','Demo','imageupload','GET','a:0:{}',1512319165),(330,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/qrcode.html','admin','Demo','qrcode','GET','a:0:{}',1512319166),(331,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/demo/qrcode.html','admin','Demo','qrcode','GET','a:0:{}',1512319166),(332,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/pub/login.html','admin','Pub','login','GET','a:0:{}',1512450217),(333,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/index.html','admin','Index','index','GET','a:0:{}',1512450217),(334,1,'0.0.0.0','保留地址 保留地址 ','Windows 10','Firefox(57.0)','http://localhost/label/public/admin/index/welcome.html','admin','Index','welcome','GET','a:0:{}',1512450217);
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。