/* Navicat MySQL Data Transfer Source Server : 120.26.243.166 Source Server Version : 50550 Source Host : 120.26.243.166:3306 Source Database : krdemo Target Server Type : MYSQL Target Server Version : 50550 File Encoding : 65001 Date: 2016-12-20 18:21:05 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `u_admin` -- ---------------------------- DROP TABLE IF EXISTS `u_admin`; CREATE TABLE `u_admin` ( `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `admin_name` varchar(16) NOT NULL DEFAULT '', `passwd` varchar(32) NOT NULL, PRIMARY KEY (`id`,`admin_name`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_admin -- ---------------------------- INSERT INTO `u_admin` VALUES ('1', 'admin', '9232a2ecab2a880d17407f312dd6511d'); -- ---------------------------- -- Table structure for `u_article_cat` -- ---------------------------- DROP TABLE IF EXISTS `u_article_cat`; CREATE TABLE `u_article_cat` ( `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `cat_name` varchar(32) NOT NULL DEFAULT '' COMMENT '分类名称', `parent_id` smallint(5) unsigned NOT NULL DEFAULT '0', `sort` smallint(5) unsigned NOT NULL DEFAULT '29' COMMENT '排序规则,越小越靠前', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_article_cat -- ---------------------------- INSERT INTO `u_article_cat` VALUES ('4', '单页面', '0', '29'); -- ---------------------------- -- Table structure for `u_project_download` -- ---------------------------- DROP TABLE IF EXISTS `u_project_download`; CREATE TABLE `u_project_download` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `uid` mediumint(8) unsigned NOT NULL COMMENT '关联用户id', `pid` mediumint(8) unsigned NOT NULL COMMENT '关联项目id', `pname` varchar(255) NOT NULL COMMENT '项目名', `thumb` varchar(255) NOT NULL COMMENT '缩略图', `folder` varchar(100) NOT NULL DEFAULT '' COMMENT '临时文件夹名,压缩包名称', `step` smallint(2) NOT NULL DEFAULT '0' COMMENT '步骤', `status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0 等待执行 1执行中 2执行完成 -1 出现异常', `msg` varchar(100) DEFAULT '' COMMENT '当前步骤对应信息', `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '生成时间', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_project_download -- ---------------------------- INSERT INTO `u_project_download` VALUES ('97', '12', '660', '福塔', 'http://static.useevr.cn/12/works/44d25985d77f0a3c/thumb.jpg', '20161220981184', '23', '2', '打包完成', '2016-12-20 12:42:42'); INSERT INTO `u_project_download` VALUES ('98', '12', '663', '111', 'http://static.useevr.cn/12/works/7137711c1d2de477/thumb.jpg', '20161220568799', '23', '2', '打包完成', '2016-12-20 16:54:17'); -- ---------------------------- -- Table structure for `u_article` -- ---------------------------- DROP TABLE IF EXISTS `u_article`; CREATE TABLE `u_article` ( `id` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(64) NOT NULL DEFAULT '' COMMENT '标题', `cat_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT '分类id,为0则是单页面', `keywords` varchar(255) NOT NULL DEFAULT '' COMMENT '关键词', `content` text NOT NULL COMMENT '正文', `is_nav` varchar(32) NOT NULL DEFAULT '' COMMENT '是否导航,左下导航为:left_bottom', `sort` smallint(6) unsigned NOT NULL DEFAULT '199' COMMENT '排序规则,越小越靠前', `createtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '发布时间', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_article -- ---------------------------- INSERT INTO `u_article` VALUES ('8', '关于我们', '4', '', '

\r\n 关于我们页面。\r\n

', 'left_bottom', '195', '2016-11-14 10:26:12'); INSERT INTO `u_article` VALUES ('9', '友情链接', '4', '', '友情链接页面', 'left_bottom', '199', '2016-11-21 18:25:26'); INSERT INTO `u_article` VALUES ('10', '使用协议', '4', '', '使用协议页面', 'left_bottom', '199', '2016-11-21 18:25:48'); INSERT INTO `u_article` VALUES ('11', '测试页面', '4', '测试页面', '测下视频新闻模块', '', '199', '2016-12-20 16:49:33'); -- ---------------------------- -- Table structure for `u_def_voice` -- ---------------------------- DROP TABLE IF EXISTS `u_def_voice`; CREATE TABLE `u_def_voice` ( `pk_voice` int(10) unsigned NOT NULL AUTO_INCREMENT, `absolutelocation` varchar(255) NOT NULL, `flag_del` tinyint(1) unsigned NOT NULL, `title` varchar(255) NOT NULL, `name_uniqid` char(32) NOT NULL, PRIMARY KEY (`pk_voice`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_def_voice -- ---------------------------- INSERT INTO `u_def_voice` VALUES ('5', 'http://cdn.useevr.cn/def_material/1477406323182hhq.mp3', '1', 'sdfsdfdas', '71c77decd0070433'); INSERT INTO `u_def_voice` VALUES ('6', 'http://static.useevr.cn/def_material/1477449771880fnz.mp3', '0', 'DFsa', '752fbabc6172d5ac'); INSERT INTO `u_def_voice` VALUES ('7', 'http://static.useevr.cn/def_material/1477451935532s3b.mp3', '0', '图个啥地方', '62bd9219f21cc59c'); INSERT INTO `u_def_voice` VALUES ('8', 'http://static.useevr.cn/def_material/1480326349643atm.mp3', '0', '1128音乐', '0515fbe41b4be803'); -- ---------------------------- -- Table structure for `u_user_level` -- ---------------------------- DROP TABLE IF EXISTS `u_user_level`; CREATE TABLE `u_user_level` ( `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT '组id,1为系统默认,不可删除', `level_name` varchar(15) NOT NULL DEFAULT '' COMMENT '用户组名称', `privileges` text NOT NULL COMMENT '组权限', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='用户组表'; -- ---------------------------- -- Records of u_user_level -- ---------------------------- INSERT INTO `u_user_level` VALUES ('1', '注册会员', 'bgmusic,comment,gyro,bgvoice,footmarker,link,showuser,shade_sky_floor,showlogo,open_alert,showviewnum,showvrglass,custom_right_button,custom_logo,custom_user,profile,praise,share,allowed_recomm'); INSERT INTO `u_user_level` VALUES ('4', '认证会员', 'bgmusic,comment,gyro,bgvoice,footmarker,link,showuser,shade_sky_floor,showlogo,open_alert,showviewnum,showvrglass,custom_right_button,custom_logo,custom_user,profile,project_download,praise,share,allowed_recomm'); INSERT INTO `u_user_level` VALUES ('9', 'vip2', 'bgmusic,comment,project_download,praise,private_access'); INSERT INTO `u_user_level` VALUES ('10', '摄影师丛涛', 'bgmusic,comment,gyro,bgvoice,footmarker,link,showuser,shade_sky_floor,showlogo,open_alert,showviewnum,showvrglass,custom_right_button,custom_logo,custom_user,profile,project_download,praise,private_access,share,allowed_recomm'); -- ---------------------------- -- Table structure for `u_user_profile` -- ---------------------------- DROP TABLE IF EXISTS `u_user_profile`; CREATE TABLE `u_user_profile` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pk_user_main` mediumint(8) unsigned NOT NULL COMMENT '用户id', `avatar` varchar(255) NOT NULL COMMENT '头像路径', `province` varchar(15) NOT NULL, `city` varchar(15) NOT NULL, `sex` tinyint(1) unsigned NOT NULL COMMENT '1为男性,2为女性', PRIMARY KEY (`id`), KEY `pk_user_main` (`pk_user_main`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_user_profile -- ---------------------------- INSERT INTO `u_user_profile` VALUES ('1', '12', '/data/avatar/user/863eb265ab408f69163076a9ca7492ba.jpg', '', '', '0'); INSERT INTO `u_user_profile` VALUES ('2', '90', '/data/avatar/user/de576f8630108039973b0a5a73937334.png', '', '', '0'); INSERT INTO `u_user_profile` VALUES ('3', '147', '/data/avatar/user/480b99ff3e73f59e504a15750bf4d607.jpg', '', '', '0'); INSERT INTO `u_user_profile` VALUES ('4', '169', 'http://wx.qlogo.cn/mmopen/Q3auHgzwzM7LWvRwYERKheGgZowcf2tr88g9hoCJspxRruvadOutiafz2kv6Ik9TRxa8iaiaID1GyztK7wJZKiaicLQ', '', '', '0'); INSERT INTO `u_user_profile` VALUES ('5', '106', '/data/avatar/user/6a0190e8f53f30fdc021923f763d88d1.png', '', '', '0'); -- ---------------------------- -- Table structure for `u_pano_atlas` -- ---------------------------- DROP TABLE IF EXISTS `u_pano_atlas`; CREATE TABLE `u_pano_atlas` ( `pk_atlas_main` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL, `pk_user_main` int(11) NOT NULL, PRIMARY KEY (`pk_atlas_main`) ) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_pano_atlas -- ---------------------------- INSERT INTO `u_pano_atlas` VALUES ('7', '学吧图片', '96'); INSERT INTO `u_pano_atlas` VALUES ('8', '商桥', '106'); INSERT INTO `u_pano_atlas` VALUES ('13', '1', '116'); INSERT INTO `u_pano_atlas` VALUES ('16', '1', '133'); INSERT INTO `u_pano_atlas` VALUES ('19', '2904', '147'); INSERT INTO `u_pano_atlas` VALUES ('20', '欧式', '163'); INSERT INTO `u_pano_atlas` VALUES ('21', '中式', '163'); INSERT INTO `u_pano_atlas` VALUES ('22', '美式', '163'); INSERT INTO `u_pano_atlas` VALUES ('23', '田园/地中海', '163'); INSERT INTO `u_pano_atlas` VALUES ('24', '工装', '163'); INSERT INTO `u_pano_atlas` VALUES ('34', '克缇', '176'); INSERT INTO `u_pano_atlas` VALUES ('37', '么么哒', '12'); -- ---------------------------- -- Table structure for `u_object_around` -- ---------------------------- DROP TABLE IF EXISTS `u_object_around`; CREATE TABLE `u_object_around` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imgs` text NOT NULL, `name` varchar(100) NOT NULL, `view_num` int(11) NOT NULL DEFAULT '0', `pk_user_main` int(11) NOT NULL, `thumb_path` varchar(200) NOT NULL, `create_time` datetime NOT NULL, `flag_publish` tinyint(1) NOT NULL DEFAULT '1' COMMENT '是否公开作品 1 公开 0 不公开', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_object_around -- ---------------------------- INSERT INTO `u_object_around` VALUES ('9', '[{\"index\":\"0\",\"filename\":\"0.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813938ieo.jpg\"},{\"index\":\"1\",\"filename\":\"1.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806478139484i4.jpg\"},{\"index\":\"2\",\"filename\":\"2.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/148064781395294d.jpg\"},{\"index\":\"3\",\"filename\":\"3.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813954m4l.jpg\"},{\"index\":\"4\",\"filename\":\"4.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813956acd.jpg\"},{\"index\":\"5\",\"filename\":\"5.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813959n5t.jpg\"},{\"index\":\"6\",\"filename\":\"6.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813962zde.jpg\"},{\"index\":\"7\",\"filename\":\"7.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813964iaj.jpg\"},{\"index\":\"8\",\"filename\":\"8.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/148064781396645p.jpg\"},{\"index\":\"9\",\"filename\":\"9.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813968s69.jpg\"},{\"index\":\"10\",\"filename\":\"10.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813970h47.jpg\"},{\"index\":\"11\",\"filename\":\"11.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813972m9q.jpg\"},{\"index\":\"12\",\"filename\":\"12.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813974gyb.jpg\"},{\"index\":\"13\",\"filename\":\"13.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813976joo.jpg\"},{\"index\":\"14\",\"filename\":\"14.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813978i7d.jpg\"},{\"index\":\"15\",\"filename\":\"15.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813980nkp.jpg\"},{\"index\":\"16\",\"filename\":\"16.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806478139815ee.jpg\"},{\"index\":\"17\",\"filename\":\"17.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813984xk5.jpg\"},{\"index\":\"18\",\"filename\":\"18.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813986ppj.jpg\"},{\"index\":\"19\",\"filename\":\"19.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813987rlt.jpg\"},{\"index\":\"20\",\"filename\":\"20.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813989td1.jpg\"},{\"index\":\"21\",\"filename\":\"21.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813991f9f.jpg\"},{\"index\":\"22\",\"filename\":\"22.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813992fjq.jpg\"},{\"index\":\"23\",\"filename\":\"23.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813994jqa.jpg\"},{\"index\":\"24\",\"filename\":\"24.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813995op4.jpg\"},{\"index\":\"25\",\"filename\":\"25.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806478139978c3.jpg\"},{\"index\":\"26\",\"filename\":\"26.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813998ejg.jpg\"},{\"index\":\"27\",\"filename\":\"27.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647814000l5i.jpg\"},{\"index\":\"28\",\"filename\":\"28.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806478140026p8.jpg\"},{\"index\":\"29\",\"filename\":\"29.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647814003nqd.jpg\"},{\"index\":\"30\",\"filename\":\"30.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647814005br2.jpg\"},{\"index\":\"31\",\"filename\":\"31.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806478140079b3.jpg\"},{\"index\":\"32\",\"filename\":\"32.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647814008lo4.jpg\"},{\"index\":\"33\",\"filename\":\"33.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647814010cjd.jpg\"},{\"index\":\"34\",\"filename\":\"34.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647814011abn.jpg\"},{\"index\":\"35\",\"filename\":\"35.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480647814013mcr.jpg\"}]', '丰田汽车', '75', '12', 'http://static.useevr.cn/12/obj3d/20161202/1480647813938ieo.jpg', '2016-12-02 11:00:28', '1'); INSERT INTO `u_object_around` VALUES ('10', '[{\"index\":\"0\",\"filename\":\"BBB_7441.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485459nrj.JPG\"},{\"index\":\"1\",\"filename\":\"BBB_7442.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/148065648546883g.JPG\"},{\"index\":\"2\",\"filename\":\"BBB_7443.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485473ril.JPG\"},{\"index\":\"3\",\"filename\":\"BBB_7444.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806564854761kt.JPG\"},{\"index\":\"4\",\"filename\":\"BBB_7445.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485478xo1.JPG\"},{\"index\":\"5\",\"filename\":\"BBB_7446.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485481xlj.JPG\"},{\"index\":\"6\",\"filename\":\"BBB_7447.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485483i6a.JPG\"},{\"index\":\"7\",\"filename\":\"BBB_7448.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485487so2.JPG\"},{\"index\":\"8\",\"filename\":\"BBB_7449.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485490cnm.JPG\"},{\"index\":\"9\",\"filename\":\"BBB_7450.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485493hke.JPG\"},{\"index\":\"10\",\"filename\":\"BBB_7451.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485495hsg.JPG\"},{\"index\":\"11\",\"filename\":\"BBB_7452.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806564854989y7.JPG\"},{\"index\":\"12\",\"filename\":\"BBB_7453.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806564855004mx.JPG\"},{\"index\":\"13\",\"filename\":\"BBB_7454.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806564855012kg.JPG\"},{\"index\":\"14\",\"filename\":\"BBB_7455.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485502dms.JPG\"},{\"index\":\"15\",\"filename\":\"BBB_7456.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485503bai.JPG\"},{\"index\":\"16\",\"filename\":\"BBB_7457.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485504woh.JPG\"},{\"index\":\"17\",\"filename\":\"BBB_7458.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806564855054px.JPG\"},{\"index\":\"18\",\"filename\":\"BBB_7459.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806564855067ea.JPG\"},{\"index\":\"19\",\"filename\":\"BBB_7460.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485507pms.JPG\"},{\"index\":\"20\",\"filename\":\"BBB_7461.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485508krk.JPG\"},{\"index\":\"21\",\"filename\":\"BBB_7462.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485509ac6.JPG\"},{\"index\":\"22\",\"filename\":\"BBB_7463.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485511rhs.JPG\"},{\"index\":\"23\",\"filename\":\"BBB_7464.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485512ghm.JPG\"},{\"index\":\"24\",\"filename\":\"BBB_7465.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485514ccf.JPG\"},{\"index\":\"25\",\"filename\":\"BBB_7466.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485517b7z.JPG\"}]', '紫砂壶', '86', '12', 'http://static.useevr.cn/12/obj3d/20161202/1480656485459nrj.JPG', '2016-12-02 13:29:07', '1'); INSERT INTO `u_object_around` VALUES ('11', '[{\"index\":\"0\",\"filename\":\"a_1.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627964a2f.JPG\"},{\"index\":\"1\",\"filename\":\"BBB_7341.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627972sth.JPG\"},{\"index\":\"2\",\"filename\":\"BBB_7342.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627977k9s.JPG\"},{\"index\":\"3\",\"filename\":\"BBB_7343.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627981qaa.JPG\"},{\"index\":\"4\",\"filename\":\"BBB_7344.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627988f29.JPG\"},{\"index\":\"5\",\"filename\":\"BBB_7345.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627992qj2.JPG\"},{\"index\":\"6\",\"filename\":\"BBB_7346.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627993grj.JPG\"},{\"index\":\"7\",\"filename\":\"BBB_7347.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806576279957zq.JPG\"},{\"index\":\"8\",\"filename\":\"BBB_7348.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627997dae.JPG\"},{\"index\":\"9\",\"filename\":\"BBB_7349.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627999khq.JPG\"},{\"index\":\"10\",\"filename\":\"BBB_7350.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806576280014le.JPG\"},{\"index\":\"11\",\"filename\":\"BBB_7351.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806576280023oj.JPG\"},{\"index\":\"12\",\"filename\":\"BBB_7352.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628003hzq.JPG\"},{\"index\":\"13\",\"filename\":\"BBB_7353.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806576280055xg.JPG\"},{\"index\":\"14\",\"filename\":\"BBB_7354.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628006455.JPG\"},{\"index\":\"15\",\"filename\":\"BBB_7355.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628007m7c.JPG\"},{\"index\":\"16\",\"filename\":\"BBB_7356.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806576280082q8.JPG\"},{\"index\":\"17\",\"filename\":\"BBB_7357.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/148065762800970s.JPG\"},{\"index\":\"18\",\"filename\":\"BBB_7358.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806576280101a3.JPG\"},{\"index\":\"19\",\"filename\":\"BBB_7359.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628011ygq.JPG\"},{\"index\":\"20\",\"filename\":\"BBB_7360.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628013l1m.JPG\"},{\"index\":\"21\",\"filename\":\"BBB_7361.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628014kb2.JPG\"},{\"index\":\"22\",\"filename\":\"BBB_7362.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628015p3r.JPG\"},{\"index\":\"23\",\"filename\":\"BBB_7363.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628016qom.JPG\"},{\"index\":\"24\",\"filename\":\"BBB_7364.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628017q9d.JPG\"},{\"index\":\"25\",\"filename\":\"BBB_7365.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/148065762801837y.JPG\"},{\"index\":\"26\",\"filename\":\"BBB_7366.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628019lik.JPG\"},{\"index\":\"27\",\"filename\":\"BBB_7367.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628021qkr.JPG\"},{\"index\":\"28\",\"filename\":\"BBB_7368.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628022wj4.JPG\"},{\"index\":\"29\",\"filename\":\"BBB_7369.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628023wf8.JPG\"},{\"index\":\"30\",\"filename\":\"BBB_7370.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628024tw2.JPG\"},{\"index\":\"31\",\"filename\":\"BBB_7371.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628025zyt.JPG\"},{\"index\":\"32\",\"filename\":\"BBB_7372.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628026bao.JPG\"},{\"index\":\"33\",\"filename\":\"BBB_7373.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/148065762802822b.JPG\"},{\"index\":\"34\",\"filename\":\"BBB_7374.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628029i5k.JPG\"},{\"index\":\"35\",\"filename\":\"BBB_7375.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806576280300o7.JPG\"},{\"index\":\"36\",\"filename\":\"BBB_7376.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628031etr.JPG\"},{\"index\":\"37\",\"filename\":\"BBB_7377.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628032t61.JPG\"},{\"index\":\"38\",\"filename\":\"BBB_7378.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628033fkt.JPG\"},{\"index\":\"39\",\"filename\":\"BBB_7379.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628034fam.JPG\"},{\"index\":\"40\",\"filename\":\"BBB_7380.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628035e5i.JPG\"},{\"index\":\"41\",\"filename\":\"BBB_7381.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/14806576280368eg.JPG\"},{\"index\":\"42\",\"filename\":\"BBB_7382.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628038pc7.JPG\"},{\"index\":\"43\",\"filename\":\"BBB_7383.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628039o62.JPG\"},{\"index\":\"44\",\"filename\":\"BBB_7384.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628040ipk.JPG\"},{\"index\":\"45\",\"filename\":\"BBB_7385.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161202/1480657628041dz7.JPG\"}]', '陶瓷花瓶', '81', '12', 'http://static.useevr.cn/12/obj3d/20161202/1480657627964a2f.JPG', '2016-12-02 13:47:26', '1'); INSERT INTO `u_object_around` VALUES ('13', '[{\"index\":\"0\",\"filename\":\"IMG_0286.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728256zfa.JPG\"},{\"index\":\"1\",\"filename\":\"IMG_0287.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/14809367282587l8.JPG\"},{\"index\":\"2\",\"filename\":\"IMG_0288.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/14809367282590ws.JPG\"},{\"index\":\"3\",\"filename\":\"IMG_0289.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728260gjt.JPG\"},{\"index\":\"4\",\"filename\":\"IMG_0290.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728261n3r.JPG\"},{\"index\":\"5\",\"filename\":\"IMG_0291.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728262q0k.JPG\"},{\"index\":\"6\",\"filename\":\"IMG_0292.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728263nrb.JPG\"},{\"index\":\"7\",\"filename\":\"IMG_0293.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728264pig.JPG\"},{\"index\":\"8\",\"filename\":\"IMG_0294.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728264hkk.JPG\"},{\"index\":\"9\",\"filename\":\"IMG_0295.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728265g1p.JPG\"},{\"index\":\"10\",\"filename\":\"IMG_0296.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728266s7h.JPG\"},{\"index\":\"11\",\"filename\":\"IMG_0297.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728267t3m.JPG\"},{\"index\":\"12\",\"filename\":\"IMG_0298.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728268eg8.JPG\"},{\"index\":\"13\",\"filename\":\"IMG_0299.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728268r2n.JPG\"},{\"index\":\"14\",\"filename\":\"IMG_0300.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728269bin.JPG\"},{\"index\":\"15\",\"filename\":\"IMG_0301.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728270wht.JPG\"},{\"index\":\"16\",\"filename\":\"IMG_0302.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728270hh8.JPG\"},{\"index\":\"17\",\"filename\":\"IMG_0303.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728271yy7.JPG\"},{\"index\":\"18\",\"filename\":\"IMG_0304.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728272itz.JPG\"},{\"index\":\"19\",\"filename\":\"IMG_0305.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728273xae.JPG\"},{\"index\":\"20\",\"filename\":\"IMG_0306.JPG\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728274h6l.JPG\"}]', '电池', '49', '12', 'http://static.useevr.cn/12/obj3d/20161205/1480936728256zfa.JPG', '2016-12-05 19:19:08', '1'); INSERT INTO `u_object_around` VALUES ('15', '[{\"index\":\"0\",\"filename\":\"img_0_0_0.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/14812583551409l0.jpg\"},{\"index\":\"1\",\"filename\":\"img_0_0_1.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/1481258355147djm.jpg\"},{\"index\":\"2\",\"filename\":\"img_0_0_2.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/1481258355150rh0.jpg\"},{\"index\":\"3\",\"filename\":\"img_0_0_3.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/148125835515369p.jpg\"},{\"index\":\"4\",\"filename\":\"img_0_0_4.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/1481258355156e00.jpg\"},{\"index\":\"5\",\"filename\":\"img_0_0_5.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/1481258355160mry.jpg\"},{\"index\":\"6\",\"filename\":\"img_0_0_6.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/1481258355165mrk.jpg\"},{\"index\":\"7\",\"filename\":\"img_0_0_7.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/1481258355169irk.jpg\"},{\"index\":\"8\",\"filename\":\"img_0_0_8.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/1481258355172qqa.jpg\"},{\"index\":\"9\",\"filename\":\"img_0_0_9.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/148125835517567g.jpg\"},{\"index\":\"10\",\"filename\":\"img_0_0_10.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/1481258355176ro9.jpg\"},{\"index\":\"11\",\"filename\":\"img_0_0_11.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161209/1481258355178nta.jpg\"}]', '陶艺茶壶', '73', '12', 'http://static.useevr.cn/12/obj3d/20161209/14812583551409l0.jpg', '2016-12-09 12:39:14', '1'); INSERT INTO `u_object_around` VALUES ('25', '[{\"index\":\"0\",\"filename\":\"cube0.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853190cyd.jpg\"},{\"index\":\"1\",\"filename\":\"cube1.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853192hns.jpg\"},{\"index\":\"2\",\"filename\":\"cube2.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853195qkm.jpg\"},{\"index\":\"3\",\"filename\":\"cube3.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853196rhs.jpg\"},{\"index\":\"4\",\"filename\":\"cube4.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853203isz.jpg\"},{\"index\":\"5\",\"filename\":\"cube5.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/14817068532057pp.jpg\"},{\"index\":\"6\",\"filename\":\"cube6.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853223h41.jpg\"},{\"index\":\"7\",\"filename\":\"cube7 (1).jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853224o5q.jpg\"},{\"index\":\"8\",\"filename\":\"cube7.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/14817068532273kj.jpg\"},{\"index\":\"9\",\"filename\":\"cube8.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853228yth.jpg\"},{\"index\":\"10\",\"filename\":\"cube9.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/14817068532292wf.jpg\"},{\"index\":\"11\",\"filename\":\"cube10.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/14817068532317iy.jpg\"},{\"index\":\"12\",\"filename\":\"cube11.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853233ep6.jpg\"},{\"index\":\"13\",\"filename\":\"cube12.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853234734.jpg\"},{\"index\":\"14\",\"filename\":\"cube13.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/148170685323689e.jpg\"},{\"index\":\"15\",\"filename\":\"cube14.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853238s6q.jpg\"},{\"index\":\"16\",\"filename\":\"cube15.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853239i48.jpg\"},{\"index\":\"17\",\"filename\":\"cube16.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853240a5i.jpg\"},{\"index\":\"18\",\"filename\":\"cube17.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853241kb2.jpg\"},{\"index\":\"19\",\"filename\":\"cube18.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853242bbs.jpg\"},{\"index\":\"20\",\"filename\":\"cube19.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853243xb1.jpg\"},{\"index\":\"21\",\"filename\":\"cube20.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853244xps.jpg\"},{\"index\":\"22\",\"filename\":\"cube21.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853246zly.jpg\"},{\"index\":\"23\",\"filename\":\"cube22.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853247ig0.jpg\"},{\"index\":\"24\",\"filename\":\"cube23.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853248nda.jpg\"},{\"index\":\"25\",\"filename\":\"cube24.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/14817068532498mw.jpg\"},{\"index\":\"26\",\"filename\":\"cube25.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853250lim.jpg\"},{\"index\":\"27\",\"filename\":\"cube26.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853251lp3.jpg\"}]', 'Ipod环物展示', '27', '12', 'http://static.useevr.cn/12/obj3d/20161214/1481706853190cyd.jpg', '2016-12-14 17:14:14', '1'); INSERT INTO `u_object_around` VALUES ('27', '[{\"index\":\"0\",\"filename\":\"cp_3x4s3ulplnoh1.png\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161218/1482028946761fxq.png\"},{\"index\":\"1\",\"filename\":\"cp_pn4o1zgcemor2.png\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161218/1482028946765jbq.png\"},{\"index\":\"2\",\"filename\":\"cp_prbpcmzej48l3.png\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161218/1482028946767tm9.png\"},{\"index\":\"3\",\"filename\":\"cp_xsbigzz6n4tn4.png\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161218/14820289467699p6.png\"},{\"index\":\"4\",\"filename\":\"cp_3azgxo8mgjbs5.png\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161218/1482028946728tma.png\"}]', '开启门的动态效果', '21', '12', 'http://static.useevr.cn/12/obj3d/20161218/1482028946728tma.png', '2016-12-18 10:42:27', '1'); INSERT INTO `u_object_around` VALUES ('28', '[{\"index\":\"0\",\"filename\":\"img_0_0_0.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/1482154552576cq4.jpg\"},{\"index\":\"1\",\"filename\":\"img_0_0_1.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/1482154552581x5n.jpg\"},{\"index\":\"2\",\"filename\":\"img_0_0_2.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/1482154552589mds.jpg\"},{\"index\":\"3\",\"filename\":\"img_0_0_3.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/1482154552594jsb.jpg\"},{\"index\":\"4\",\"filename\":\"img_0_0_4.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/14821545525986pp.jpg\"},{\"index\":\"5\",\"filename\":\"img_0_0_5.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/1482154552601x7p.jpg\"},{\"index\":\"6\",\"filename\":\"img_0_0_6.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/1482154552605msb.jpg\"},{\"index\":\"7\",\"filename\":\"img_0_0_7.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/1482154552609lwo.jpg\"},{\"index\":\"8\",\"filename\":\"img_0_0_8.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/1482154552613swe.jpg\"},{\"index\":\"9\",\"filename\":\"img_0_0_9.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/1482154552616sb7.jpg\"},{\"index\":\"10\",\"filename\":\"img_0_0_10.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/1482154552620a1h.jpg\"},{\"index\":\"11\",\"filename\":\"img_0_0_11.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161219/14821545526231ir.jpg\"}]', '近摄接圈', '6', '12', 'http://static.useevr.cn/12/obj3d/20161219/1482154552576cq4.jpg', '2016-12-19 21:35:34', '1'); INSERT INTO `u_object_around` VALUES ('30', '[{\"index\":\"0\",\"filename\":\"1.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161220/1482206827442erg.jpg\"},{\"index\":\"1\",\"filename\":\"2.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161220/1482206827450w16.jpg\"},{\"index\":\"2\",\"filename\":\"3.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161220/1482206827454eqd.jpg\"},{\"index\":\"3\",\"filename\":\"4.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161220/1482206827459oec.jpg\"},{\"index\":\"4\",\"filename\":\"d.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161220/1482206827463s20.jpg\"},{\"index\":\"5\",\"filename\":\"d1.jpg\",\"imgsrc\":\"http://static.useevr.cn/12/obj3d/20161220/1482206827467peq.jpg\"}]', '过分过分', '4', '12', 'http://static.useevr.cn/12/obj3d/20161220/1482206827442erg.jpg', '2016-12-20 12:08:59', '0'); -- ---------------------------- -- Table structure for `u_tag` -- ---------------------------- DROP TABLE IF EXISTS `u_tag`; CREATE TABLE `u_tag` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(16) NOT NULL DEFAULT '', `type` tinyint(1) NOT NULL DEFAULT '1' COMMENT '1 图片标签 2 视频标签', `sort` smallint(5) unsigned NOT NULL DEFAULT '99' COMMENT '排序,越小越靠前', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_tag -- ---------------------------- INSERT INTO `u_tag` VALUES ('3', '校园', '1', '99'); INSERT INTO `u_tag` VALUES ('4', '单反拍', '1', '99'); INSERT INTO `u_tag` VALUES ('5', '艺术', '2', '99'); INSERT INTO `u_tag` VALUES ('6', '时尚', '2', '99'); INSERT INTO `u_tag` VALUES ('7', '娱乐', '2', '99'); INSERT INTO `u_tag` VALUES ('8', '美女', '2', '99'); INSERT INTO `u_tag` VALUES ('12', '商业案例', '1', '99'); INSERT INTO `u_tag` VALUES ('13', '城市家乡', '1', '99'); INSERT INTO `u_tag` VALUES ('14', '航拍', '1', '99'); INSERT INTO `u_tag` VALUES ('15', '样板房', '1', '99'); INSERT INTO `u_tag` VALUES ('16', '新闻事件', '1', '99'); INSERT INTO `u_tag` VALUES ('17', '看世界', '1', '99'); INSERT INTO `u_tag` VALUES ('18', '主题创作', '1', '99'); INSERT INTO `u_tag` VALUES ('19', '风景名胜', '1', '99'); INSERT INTO `u_tag` VALUES ('21', '理光秒拍', '1', '99'); INSERT INTO `u_tag` VALUES ('22', '通江', '1', '99'); -- ---------------------------- -- Table structure for `u_video` -- ---------------------------- DROP TABLE IF EXISTS `u_video`; CREATE TABLE `u_video` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pk_user_main` int(11) NOT NULL, `vname` varchar(30) NOT NULL, `profile` text NOT NULL, `videos` text NOT NULL, `flag_publish` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0 未发布 1发布', `create_time` datetime NOT NULL, `size` bigint(20) NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0 等待编辑 1 已编辑', `praised_num` int(11) NOT NULL DEFAULT '0', `browsing_num` int(11) NOT NULL DEFAULT '0', `thumb_path` varchar(255) NOT NULL, `sort` smallint(4) NOT NULL DEFAULT '999', `recommend` tinyint(1) NOT NULL DEFAULT '0', `user_sort` smallint(4) NOT NULL DEFAULT '999', `user_recommend` tinyint(1) NOT NULL DEFAULT '0', `cdn_host` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_video -- ---------------------------- INSERT INTO `u_video` VALUES ('13', '49', 'PANOERA VR', 'PANOERA VR是由PANOERA | XL360VR拍攝,網站:www.panoera.com及www.XL360VR.com, 郵箱: info@panoera.com, QQ: 2084586353nnPANOERA VR video is filmed by PANOERA | XL360VR. For further information, please check www.panoera.com or www.XL360VR.com, Email: info@panoera.com, QQ: 2084586353', '[{\"location\":\"49/video/1475576268032kh6.mp4\",\"name\":\"PANOERA VR.mp4\",\"size\":\"178685158\",\"thumb_path\":\"http://static.useevr.cn/49/video/1475576268032kh6.mp4?vframe/jpg/offset/2&e=1475579868&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:48HXJnMotVJp9YJlq3q_gwbwDT4=\"}]', '1', '2016-10-04 18:17:48', '174497', '0', '0', '0', 'http://static.useevr.cn/49/video/1475576268032kh6.mp4?vframe/jpg/offset/2&e=1475579868&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:48HXJnMotVJp9YJlq3q_gwbwDT4=', '999', '0', '999', '0', ''); INSERT INTO `u_video` VALUES ('14', '49', '香港閒拍VR', '香港閒拍VR是由PANOERA | XL360VR拍攝,網站:www.panoera.com及www.XL360VR.com, 郵箱: info@panoera.com, QQ: 2084586353nnHong Kong 360 VR video is filmed by PANOERA | XL360VR. For further information, please check www.panoera.com or www.XL360VR.com, Email: info@panoera.com, QQ: 2084586353', '[{\"location\":\"49/video/1475577414478dlg.mp4\",\"name\":\"香港閒拍VR.mp4\",\"size\":\"95616135\",\"thumb_path\":\"http://static.useevr.cn/49/video/1475577414478dlg.mp4?vframe/jpg/offset/2&e=1475581014&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:_CQcFIrGymaDdvHdf5-puDK3b1s=\"}]', '1', '2016-10-04 18:36:54', '93375', '0', '0', '0', 'http://static.useevr.cn/49/video/1475577414478dlg.mp4?vframe/jpg/offset/2&e=1475581014&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:_CQcFIrGymaDdvHdf5-puDK3b1s=', '999', '0', '999', '0', ''); INSERT INTO `u_video` VALUES ('15', '49', '虎丘山風景名勝區-全景VR', '虎丘山風景名勝區-全景VR是由PANOERA | XL360VR拍攝,網站:www.panoera.com及www.XL360VR.com, 郵箱: info@panoera.com, QQ: 2084586353nnHong Kong 360 VR video is filmed by PANOERA | XL360VR. For further information, please check www.panoera.com or www.XL360VR.com, Email: info@panoera.com, QQ: 2084586353', '[{\"location\":\"49/video/1475580897431i7y.mp4\",\"name\":\"虎丘(綜合).mp4\",\"size\":\"125991594\",\"thumb_path\":\"http://static.useevr.cn/49/video/1475580897431i7y.mp4?vframe/jpg/offset/2&e=1475584497&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:br_cWLwLsBkOKbIJBWFmHKSegxc=\"}]', '1', '2016-10-04 19:34:57', '123038', '0', '0', '0', 'http://static.useevr.cn/49/video/1475580897431i7y.mp4?vframe/jpg/offset/2&e=1475584497&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:br_cWLwLsBkOKbIJBWFmHKSegxc=', '999', '1', '999', '0', ''); INSERT INTO `u_video` VALUES ('16', '49', '航拍全景VR', '航拍全景VR是由PANOERA | XL360VR利用自家設計的VRDRONE-S拍攝,網站:www.panoera.com及www.XL360VR.com, 郵箱: info@panoera.com, QQ: 2084586353nnThis 360-degree VR aerial video is filmed by PANOERA | XL360VR, using VRDRONE-S as the major filming equipment. For further information, please check: www.panoera.com or www.XL360VR.com,nEmail: info@panoera.com, QQ: 2084586353', '[{\"location\":\"49/video/1475582315508cyi.mp4\",\"name\":\"航拍全景VR.mp4\",\"size\":\"245158340\",\"thumb_path\":\"http://static.useevr.cn/49/video/1475582315508cyi.mp4?vframe/jpg/offset/2&e=1475585916&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:WCS9kJQQROGI9be0bUre0o-Ymeo=\"}]', '1', '2016-10-04 19:58:36', '239412', '0', '0', '0', 'http://static.useevr.cn/49/video/1475582315508cyi.mp4?vframe/jpg/offset/2&e=1475585916&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:WCS9kJQQROGI9be0bUre0o-Ymeo=', '999', '1', '999', '0', ''); INSERT INTO `u_video` VALUES ('17', '49', '酒店智能系統(普)', '酒店智能系統(普) - 製作公司: 全景VR視代 | XL360VRn網站: www.xl360vr.com, 郵箱: info@xl360vr.com, QQ: 2084586353', '[{\"location\":\"49/video/1475584418867l9x.mp4\",\"name\":\"酒店智能系統FINAL(普).mp4\",\"size\":\"360139285\",\"thumb_path\":\"http://static.useevr.cn/49/video/1475584418867l9x.mp4?vframe/jpg/offset/2&e=1475588019&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:9Lx8DMbR86AdDJbyF_uLsB-IJpw=\"}]', '1', '2016-10-04 20:33:39', '351698', '0', '0', '0', 'http://static.useevr.cn/49/video/1475584418867l9x.mp4?vframe/jpg/offset/2&e=1475588019&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:9Lx8DMbR86AdDJbyF_uLsB-IJpw=', '999', '0', '999', '0', ''); INSERT INTO `u_video` VALUES ('18', '49', '智能酒店系統(粵)', '智能酒店系統(粵) - 製作公司: 全景VR視代 | XL360VRn網站: www.xl360vr.com, 郵箱: info@xl360vr.com, QQ: 2084586353', '[{\"location\":\"49/video/1475585151374jg0.mp4\",\"name\":\"酒店智能系統FINAL(粵).mp4\",\"size\":\"360126537\",\"thumb_path\":\"http://static.useevr.cn/49/video/1475585151374jg0.mp4?vframe/jpg/offset/2&e=1475588751&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:F_O5FlDJf6OhI3kPShUERnkQqyI=\"}]', '1', '2016-10-04 20:45:51', '351686', '0', '0', '0', 'http://static.useevr.cn/49/video/1475585151374jg0.mp4?vframe/jpg/offset/2&e=1475588751&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:F_O5FlDJf6OhI3kPShUERnkQqyI=', '999', '1', '999', '0', ''); INSERT INTO `u_video` VALUES ('19', '49', '自然風光', '天然風光VR是由PANOERA | XL360VR利用自家設計的VRDRONE-S拍攝,網站:www.panoera.com及www.XL360VR.com, 郵箱: info@panoera.com, QQ: 2084586353nnNATURE VR video is filmed by PANOERA | XL360VR, using VRDRONE-S as the major filming equipment. For further information, please check: www.panoera.com or www.XL360VR.com,nEmail: info@panoera.com, QQ: 2084586353', '[{\"location\":\"49/video/1475586272188d7f.mp4\",\"name\":\"純自然.mp4\",\"size\":\"495479233\",\"thumb_path\":\"http://static.useevr.cn/49/video/1475586272188d7f.mp4?vframe/jpg/offset/2&e=1475589872&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:czxrXteK9xHzmz140bcYuPMBukM=\",\"progressive\":\"720P\"}]', '0', '2016-10-04 21:04:32', '483866', '1', '0', '0', 'http://static.useevr.cn/49/video/1475586272188d7f.mp4?vframe/jpg/offset/2&e=1475589872&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:czxrXteK9xHzmz140bcYuPMBukM=', '999', '0', '999', '0', ''); INSERT INTO `u_video` VALUES ('20', '49', '聖彼得堡一天遊 ST. Peterburg VR', '聖彼得堡一天遊是由PANOERA | XL360VR利用自家設計的VRDRONE-S拍攝,網站:www.panoera.com及www.XL360VR.com, 郵箱: info@panoera.com, QQ: 2084586353nn ST. Peterburg VR video is filmed by PANOERA | XL360VR, using VRDRONE-S as the major filming equipment. For further information, please check: www.panoera.com or www.XL360VR.com,nEmail: info@panoera.com, QQ: 2084586353', '[{\"location\":\"49/video/1475590614844rab.mp4\",\"name\":\"圣彼得堡.mp4\",\"size\":\"185626931\",\"thumb_path\":\"http://static.useevr.cn/49/video/1475590614844rab.mp4?vframe/jpg/offset/2&e=1475594215&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:2KmV54ubPKxxcppJ4yE0waeXwR8=\"}]', '1', '2016-10-04 22:16:55', '181276', '0', '0', '0', 'http://static.useevr.cn/49/video/1475590614844rab.mp4?vframe/jpg/offset/2&e=1475594215&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:2KmV54ubPKxxcppJ4yE0waeXwR8=', '999', '1', '999', '0', ''); INSERT INTO `u_video` VALUES ('21', '49', '智能酒店系統(ENG) Hotel Intel System', '智能酒店系統(ENG) - 製作公司: 全景VR視代 | XL360VRn網站: www.xl360vr.com, 郵箱: info@xl360vr.com, QQ: 2084586353', '[{\"location\":\"49/video/1475591991901f3x.mp4\",\"name\":\"酒店智能系統FINAL(ENG).mp4\",\"size\":\"360139295\",\"thumb_path\":\"http://static.useevr.cn/49/video/1475591991901f3x.mp4?vframe/jpg/offset/2&e=1475595590&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:vkocvoyC_KE2idjDHDBhIUzbz1E=\"}]', '1', '2016-10-04 22:39:50', '351698', '0', '0', '0', 'http://static.useevr.cn/49/video/1475591991901f3x.mp4?vframe/jpg/offset/2&e=1475595590&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:vkocvoyC_KE2idjDHDBhIUzbz1E=', '999', '0', '999', '0', ''); INSERT INTO `u_video` VALUES ('24', '46', '1', '11', '[{\"location\":\"46/video/1476505369556j1p.mp4\",\"name\":\"video-1024x512.mp4\",\"size\":\"557209\",\"thumb_path\":\"http://static.useevr.cn/46/video/1476505369556j1p.mp4?vframe/jpg/offset/2&e=1476508972&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:_yR5DC5hu9tBqIrOw5eNvy61tKs=\"}]', '1', '2016-10-15 12:22:52', '544', '0', '0', '0', 'http://static.useevr.cn/46/video/1476505369556j1p.mp4?vframe/jpg/offset/2&e=1476508972&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:_yR5DC5hu9tBqIrOw5eNvy61tKs=', '999', '0', '999', '0', ''); INSERT INTO `u_video` VALUES ('25', '46', '1', '', '[{\"location\":\"46/video/14765222867272ir.mp4\",\"name\":\"video-1024x512.mp4\",\"size\":\"557209\",\"thumb_path\":\"http://static.useevr.cn/46/video/14765222867272ir.mp4?vframe/jpg/offset/2&e=1476526026&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:Qt7prxjqrj0mmIg1Q5Ij8cJ-ezE=\"}]', '1', '2016-10-15 17:07:06', '544', '0', '0', '0', 'http://static.useevr.cn/46/video/14765222867272ir.mp4?vframe/jpg/offset/2&e=1476526026&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:Qt7prxjqrj0mmIg1Q5Ij8cJ-ezE=', '999', '1', '999', '0', ''); INSERT INTO `u_video` VALUES ('26', '46', '1', '', '[{\"location\":\"46/video/1476611990007i9x.mp4\",\"name\":\"1920x960.mp4\",\"size\":\"39051072\",\"thumb_path\":\"http://cdn.useevr.cn/video_thumb/acc4755312144e07f083fd749a3b22da.jpg\",\"progressive\":\"1\"},{\"location\":\"46/video/1476612020609pfc.mp4\",\"name\":\"video-1024x512.mp4\",\"size\":\"557209\",\"thumb_path\":\"http://cdn.useevr.cn/video_thumb/0442d6121813b13abed902a6ba69ffdb.jpg\",\"progressive\":\"2\"}]', '1', '2016-10-16 18:00:23', '38679', '1', '0', '0', 'http://cdn.useevr.cn/video_thumb/acc4755312144e07f083fd749a3b22da.jpg', '999', '0', '999', '0', ''); INSERT INTO `u_video` VALUES ('27', '46', '1', '', '[{\"location\":\"46/video/1476612139671g47.mp4\",\"name\":\"video-1024x512.mp4\",\"size\":\"557209\",\"thumb_path\":\"http://cdn.useevr.cn/video_thumb/434fe04eef5f02552801396f2fe09d21.jpg\"}]', '1', '2016-10-16 18:02:20', '544', '0', '0', '0', 'http://cdn.useevr.cn/video_thumb/434fe04eef5f02552801396f2fe09d21.jpg', '999', '0', '999', '0', ''); INSERT INTO `u_video` VALUES ('28', '46', '1', '', '[{\"location\":\"46/video/1476613081396a9y.mp4\",\"name\":\"1920x960.mp4\",\"size\":\"39051072\",\"thumb_path\":\"http://static.useevr.cn/46/video/1476613081396a9y.mp4?vframe/jpg/offset/3&e=1476616681&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:cddno49AIDESiX3wemuvmrxWMvI=\"}]', '1', '2016-10-16 18:18:01', '38135', '0', '0', '0', 'http://static.useevr.cn/46/video/1476613081396a9y.mp4?vframe/jpg/offset/3&e=1476616681&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:cddno49AIDESiX3wemuvmrxWMvI=', '999', '1', '999', '0', ''); INSERT INTO `u_video` VALUES ('29', '46', '1', '', '[{\"location\":\"46/video/1476613357994c5j.mp4\",\"name\":\"1920x960.mp4\",\"size\":\"39051072\",\"thumb_path\":\"http://cdn.useevr.cn/video_thumb/68c1e7ae5e9cf59df657392800f01220.jpg\"}]', '1', '2016-10-16 18:23:06', '38135', '0', '0', '0', 'http://cdn.useevr.cn/video_thumb/68c1e7ae5e9cf59df657392800f01220.jpg', '999', '0', '999', '0', ''); INSERT INTO `u_video` VALUES ('35', '79', '全景视频', '全景视频', '[{\"location\":\"79/video/14804066795944ky.mp4\",\"name\":\"video.mp4\",\"size\":\"72660758\",\"thumb_path\":\"http://static.useevr.cn/79/video/14804066795944ky.mp4?vframe/jpg/offset/3&e=1480410383&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:DcQIRviuCvbaulbC48_V3molWws=\"}]', '1', '2016-11-29 16:06:23', '70957', '0', '0', '0', 'http://static.useevr.cn/79/video/14804066795944ky.mp4?vframe/jpg/offset/3&e=1480410383&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:DcQIRviuCvbaulbC48_V3molWws=', '999', '1', '999', '0', 'http://static.useevr.cn/'); INSERT INTO `u_video` VALUES ('36', '131', '11', '', '[{\"location\":\"131/video/1480487298455iwg.mp4\",\"name\":\"000074_0005_63.mp4\",\"size\":\"15544689\",\"thumb_path\":\"http://static.useevr.cn/131/video/1480487298455iwg.mp4?vframe/jpg/offset/3&e=1480490911&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:a3OBjbjmfBVF8hR1j6Fq2hYYi74=\",\"progressive\":\"100\"},{\"location\":\"131/video/14804873072050lr.mp4\",\"name\":\"000074_0038_51.mp4\",\"size\":\"8645005\",\"thumb_path\":\"http://static.useevr.cn/131/video/14804873072050lr.mp4?vframe/jpg/offset/3&e=1480490911&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:fy0T7kpSzC8ohqXSBukhLBUSklw=\",\"progressive\":\"100\"}]', '1', '2016-11-30 14:28:31', '23622', '1', '0', '0', 'http://static.useevr.cn/131/video/1480487298455iwg.mp4?vframe/jpg/offset/3&e=1480490911&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:a3OBjbjmfBVF8hR1j6Fq2hYYi74=', '999', '0', '999', '0', 'http://static.useevr.cn/'); INSERT INTO `u_video` VALUES ('38', '12', '外籍乐队排练全景视频', '', '[{\"location\":\"12/video/14806519230288rg.mp4\",\"name\":\"video-1024x512.mp4\",\"size\":\"39958709\",\"thumb_path\":\"http://static.useevr.cn/12/video/14806519230288rg.mp4?vframe/jpg/offset/3&e=1480655524&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:Dym9MjqpEaqHTqXFS8xEVDKkqx4=\",\"progressive\":\"1024\"}]', '1', '2016-12-02 12:12:04', '39022', '1', '0', '0', 'http://static.useevr.cn/12/video/14806519230288rg.mp4?vframe/jpg/offset/3&e=1480655524&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:Dym9MjqpEaqHTqXFS8xEVDKkqx4=', '999', '1', '999', '1', 'http://static.useevr.cn/'); INSERT INTO `u_video` VALUES ('39', '12', '草莓音乐节', '', '[{\"location\":\"12/video/1481259046298dxc.mp4\",\"name\":\"音乐节_白天.mp4\",\"size\":\"151320687\",\"thumb_path\":\"http://static.useevr.cn/12/video/1481259046298dxc.mp4?vframe/jpg/offset/3&e=1481263192&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:ZPvKr88T0JMzLMBJ22klLPbpIRk=\",\"progressive\":\"1024\"}]', '1', '2016-12-09 12:59:52', '463668', '1', '0', '0', 'http://static.useevr.cn/12/video/1481259046298dxc.mp4?vframe/jpg/offset/3&e=1481263192&token=0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z:ZPvKr88T0JMzLMBJ22klLPbpIRk=', '999', '0', '222', '1', 'http://static.useevr.cn/'); -- ---------------------------- -- Table structure for `u_def_mediares` -- ---------------------------- DROP TABLE IF EXISTS `u_def_mediares`; CREATE TABLE `u_def_mediares` ( `pk_defmedia_main` int(11) unsigned NOT NULL AUTO_INCREMENT, `absolutelocation` varchar(255) NOT NULL, `flag_del` tinyint(1) NOT NULL COMMENT '是否删除图标 0 正常 1删除', `suffix` varchar(10) NOT NULL, `thumb_path` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `type` varchar(255) NOT NULL COMMENT '0 静态图标 1 动态程序循环图标 2 其他资源用的图片,例如添加电话等', PRIMARY KEY (`pk_defmedia_main`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_def_mediares -- ---------------------------- INSERT INTO `u_def_mediares` VALUES ('1', 'http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06', '0', '.06', 'http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif', '动态向上箭头', '1'); INSERT INTO `u_def_mediares` VALUES ('2', 'http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png', '0', '.png', 'http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png', '动态图标测试2', '1'); INSERT INTO `u_def_mediares` VALUES ('3', 'http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png', '0', '.png', 'http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png', '图标', '0'); INSERT INTO `u_def_mediares` VALUES ('4', '/static/images/kr/navigation_b.png', '0', '.png', '/static/images/kr/navigation_b.png', '地图导航蓝色', '2'); INSERT INTO `u_def_mediares` VALUES ('5', '/static/images/kr/navigation_w.png', '0', '.png', '/static/images/kr/navigation_w.png', '地图导航白色', '2'); INSERT INTO `u_def_mediares` VALUES ('7', 'http://static.useevr.cn/def_material/14774496929450h9.jpg', '1', '.jpg', 'http://static.useevr.cn/def_material/14774496929450h9.jpg', 'dsfsd', '0'); INSERT INTO `u_def_mediares` VALUES ('8', 'http://static.useevr.cn/def_material/1477449723985iq5.jpg', '1', '.jpg', 'http://static.useevr.cn/def_material/1477449723985iq5.jpg', 'gfhfd', '0'); INSERT INTO `u_def_mediares` VALUES ('9', 'http://static.useevr.cn/def_material/1477449753748nqh.png', '1', '.png', 'http://static.useevr.cn/def_material/1477449753748nqh.png', '11', '0'); INSERT INTO `u_def_mediares` VALUES ('10', 'http://static.useevr.cn/def_material/1477654230347rz7.png', '0', '.png', 'http://static.useevr.cn/def_material/1477654230347rz7.png', '11', '0'); INSERT INTO `u_def_mediares` VALUES ('11', 'http://static.useevr.cn/def_material/1478526332946syp.png', '0', '.png', 'http://static.useevr.cn/def_material/1478526332979127.png', '12', '1'); INSERT INTO `u_def_mediares` VALUES ('12', 'http://static.useevr.cn/def_material/1478931345365thl.png', '0', '.png', 'http://static.useevr.cn/def_material/1478931345365thl.png', 'wn', '0'); INSERT INTO `u_def_mediares` VALUES ('13', 'http://static.useevr.cn/def_material/14793711015413sy.png', '0', '.png', 'http://static.useevr.cn/def_material/1479371101562kqp.png', '悬停飞机', '1'); INSERT INTO `u_def_mediares` VALUES ('14', 'http://static.useevr.cn/def_material/1479371336302tpw.png', '0', '.png', 'http://static.useevr.cn/def_material/14793713363205f3.png', '直行箭头', '1'); INSERT INTO `u_def_mediares` VALUES ('15', 'http://static.useevr.cn/def_material/1479371395671x5c.png', '0', '.png', 'http://static.useevr.cn/def_material/1479371395690710.png', '右转箭头', '1'); INSERT INTO `u_def_mediares` VALUES ('16', 'http://static.useevr.cn/def_material/14793715017525cs.png', '0', '.png', 'http://static.useevr.cn/def_material/1479371501771an6.png', '左上箭头', '1'); INSERT INTO `u_def_mediares` VALUES ('17', 'http://static.useevr.cn/def_material/1479371527803e8e.png', '0', '.png', 'http://static.useevr.cn/def_material/1479371527809xmn.png', '右上箭头', '1'); INSERT INTO `u_def_mediares` VALUES ('18', 'http://static.useevr.cn/def_material/1479371592791jc3.png', '0', '.png', 'http://static.useevr.cn/def_material/1479371592813nhq.png', '闪动圆圈', '1'); INSERT INTO `u_def_mediares` VALUES ('19', 'http://static.useevr.cn/def_material/1479371653144xkz.png', '0', '.png', 'http://static.useevr.cn/def_material/14793716531696yi.png', '闪动圆圈增强', '1'); INSERT INTO `u_def_mediares` VALUES ('20', 'http://static.useevr.cn/def_material/1479371693431741.png', '0', '.png', 'http://static.useevr.cn/def_material/14793716934523hl.png', '闪动手掌', '1'); INSERT INTO `u_def_mediares` VALUES ('21', 'http://static.useevr.cn/def_material/14793717338246ik.png', '0', '.png', 'http://static.useevr.cn/def_material/1479371733846nom.png', '闪动放大镜', '1'); INSERT INTO `u_def_mediares` VALUES ('22', 'http://static.useevr.cn/def_material/1479371775056gqw.png', '0', '.png', 'http://static.useevr.cn/def_material/1479371775075eag.png', '闪动十字圆圈', '1'); INSERT INTO `u_def_mediares` VALUES ('23', 'http://static.useevr.cn/def_material/1480326423258gl5.jpg', '1', '.jpg', 'http://static.useevr.cn/def_material/1480326423258gl5.jpg', '1128', '0'); -- ---------------------------- -- Table structure for `u_tag_video` -- ---------------------------- DROP TABLE IF EXISTS `u_tag_video`; CREATE TABLE `u_tag_video` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tag_id` int(11) NOT NULL, `video_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `tag_video_vid` (`video_id`), CONSTRAINT `tag_video_vid` FOREIGN KEY (`video_id`) REFERENCES `u_video` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_tag_video -- ---------------------------- INSERT INTO `u_tag_video` VALUES ('40', '5', '13'); INSERT INTO `u_tag_video` VALUES ('41', '7', '13'); INSERT INTO `u_tag_video` VALUES ('42', '6', '14'); INSERT INTO `u_tag_video` VALUES ('43', '5', '15'); INSERT INTO `u_tag_video` VALUES ('44', '5', '16'); INSERT INTO `u_tag_video` VALUES ('45', '5', '17'); INSERT INTO `u_tag_video` VALUES ('46', '5', '18'); INSERT INTO `u_tag_video` VALUES ('48', '5', '20'); INSERT INTO `u_tag_video` VALUES ('49', '5', '21'); INSERT INTO `u_tag_video` VALUES ('51', '5', '19'); INSERT INTO `u_tag_video` VALUES ('54', '6', '24'); INSERT INTO `u_tag_video` VALUES ('55', '8', '25'); INSERT INTO `u_tag_video` VALUES ('57', '7', '26'); INSERT INTO `u_tag_video` VALUES ('58', '7', '27'); INSERT INTO `u_tag_video` VALUES ('59', '6', '28'); INSERT INTO `u_tag_video` VALUES ('60', '7', '29'); INSERT INTO `u_tag_video` VALUES ('70', '5', '35'); INSERT INTO `u_tag_video` VALUES ('75', '6', '36'); INSERT INTO `u_tag_video` VALUES ('76', '8', '36'); INSERT INTO `u_tag_video` VALUES ('87', '7', '38'); INSERT INTO `u_tag_video` VALUES ('109', '6', '39'); INSERT INTO `u_tag_video` VALUES ('110', '7', '39'); INSERT INTO `u_tag_video` VALUES ('111', '8', '39'); -- ---------------------------- -- Table structure for `u_site_config` -- ---------------------------- DROP TABLE IF EXISTS `u_site_config`; CREATE TABLE `u_site_config` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `parent_id` varchar(32) NOT NULL DEFAULT '' COMMENT '父级id,配置信息为一维数组时', `name` varchar(32) NOT NULL DEFAULT '' COMMENT '配置项', `value` varchar(255) NOT NULL DEFAULT '' COMMENT '配置内容', PRIMARY KEY (`id`), UNIQUE KEY `parent_id` (`parent_id`,`name`) ) ENGINE=MyISAM AUTO_INCREMENT=1694 DEFAULT CHARSET=utf8 COMMENT='站点配置表'; -- ---------------------------- -- Records of u_site_config -- ---------------------------- INSERT INTO `u_site_config` VALUES ('1584', '', 'address', '成都市天府软件园G区G1-7楼'); INSERT INTO `u_site_config` VALUES ('1582', '', 'subtitle', '全景vr系统源码,krpano源码插件'); INSERT INTO `u_site_config` VALUES ('1581', '', 'title', 'krpano100'); INSERT INTO `u_site_config` VALUES ('1585', '', 'icp', '蜀ICP备16011141号'); INSERT INTO `u_site_config` VALUES ('1586', '', 'tel', '13628026066'); INSERT INTO `u_site_config` VALUES ('1588', '', 'rewrite', '1'); INSERT INTO `u_site_config` VALUES ('1669', 'oss', 'bucket', ''); INSERT INTO `u_site_config` VALUES ('1667', 'oss', 'access_id', ''); INSERT INTO `u_site_config` VALUES ('1665', 'oss', 'zone', 'zone2'); INSERT INTO `u_site_config` VALUES ('1664', 'qiniu', 'cdn_host', 'static.useevr.cn'); INSERT INTO `u_site_config` VALUES ('1663', 'qiniu', 'bucket', 'useevr'); INSERT INTO `u_site_config` VALUES ('1662', 'qiniu', 'secretKey', 'C2SxTOZtJpieO3Y-j1SzcII8h6XaCaC3jUfQq-0l'); INSERT INTO `u_site_config` VALUES ('1661', 'qiniu', 'accessKey', '0Y1Esq9fhv82dKdlkyIIXyfwfnkz219wglmhVa6z'); INSERT INTO `u_site_config` VALUES ('1660', 'qiniu', 'zone', 'zone0'); INSERT INTO `u_site_config` VALUES ('1659', '', 'local', 'disable'); INSERT INTO `u_site_config` VALUES ('1658', '', 'oss', 'disable'); INSERT INTO `u_site_config` VALUES ('1657', '', 'qiniu', 'enable'); INSERT INTO `u_site_config` VALUES ('1656', '', 'global_storage', 'qiniu'); INSERT INTO `u_site_config` VALUES ('1671', '', 'global_sms', 'alidayu'); INSERT INTO `u_site_config` VALUES ('1672', '', 'yuntongxun', 'disable'); INSERT INTO `u_site_config` VALUES ('1673', '', 'alidayu', 'enable'); INSERT INTO `u_site_config` VALUES ('1674', 'yuntongxun', 'accountSid', ''); INSERT INTO `u_site_config` VALUES ('1675', 'yuntongxun', 'accountToken', ''); INSERT INTO `u_site_config` VALUES ('1676', 'yuntongxun', 'appId', ''); INSERT INTO `u_site_config` VALUES ('1677', 'yuntongxun', 'templateId', ''); INSERT INTO `u_site_config` VALUES ('1678', 'alidayu', 'appkey', '23559286'); INSERT INTO `u_site_config` VALUES ('1679', 'alidayu', 'secretkey', 'da998cd89532f4d8b90687b718d6e94b'); INSERT INTO `u_site_config` VALUES ('1680', 'alidayu', 'freesignname', '优视全景'); INSERT INTO `u_site_config` VALUES ('1681', 'alidayu', 'templatecode', 'SMS_33695051'); INSERT INTO `u_site_config` VALUES ('1684', 'wx', 'appid', 'wx2d6f30e7c269c84c'); INSERT INTO `u_site_config` VALUES ('1685', 'wx', 'appsecret', 'cca2026761f4b587942f993a24cc163b'); INSERT INTO `u_site_config` VALUES ('1428', 'wx', 'token', 'useevr'); INSERT INTO `u_site_config` VALUES ('1686', 'wxweb', 'appid', 'wx9fb62b965b696af7'); INSERT INTO `u_site_config` VALUES ('1687', 'wxweb', 'appsecret', 'a0a5782377c183de3a97dbc41bac2af2'); INSERT INTO `u_site_config` VALUES ('1666', 'oss', 'internal', '0'); INSERT INTO `u_site_config` VALUES ('1682', '', 'wx', 'enable'); INSERT INTO `u_site_config` VALUES ('1683', '', 'wxweb', 'enable'); INSERT INTO `u_site_config` VALUES ('1693', '', 'moban', 'default'); INSERT INTO `u_site_config` VALUES ('1668', 'oss', 'access_secret', ''); INSERT INTO `u_site_config` VALUES ('1670', 'oss', 'cdn_host', ''); INSERT INTO `u_site_config` VALUES ('1591', '', 'closereason', '站点将于10月23日8点—10月23日14点进行升级,请稍候访问!'); INSERT INTO `u_site_config` VALUES ('1587', '', 'qq', '932625974'); INSERT INTO `u_site_config` VALUES ('1590', '', 'tempclose', '0'); INSERT INTO `u_site_config` VALUES ('1583', '', 'desciption', 'krpano100是专业的全景VR平台系统开发商,基于最新krpano二次开发,为客户部署服务器及交付源码,每周免费插件更新,提供功能定制。'); INSERT INTO `u_site_config` VALUES ('1589', '', 'close_reg', '0'); -- ---------------------------- -- Table structure for `u_comment` -- ---------------------------- DROP TABLE IF EXISTS `u_comment`; CREATE TABLE `u_comment` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pk_works_main` int(11) NOT NULL, `sname` varchar(100) NOT NULL, `content` varchar(255) NOT NULL, `head_img` varchar(255) NOT NULL, `ath` smallint(6) NOT NULL, `atv` smallint(6) NOT NULL, `nickname` varchar(100) NOT NULL, `sex` varchar(10) NOT NULL, `province` varchar(50) NOT NULL, `city` varchar(50) NOT NULL, `add_time` datetime NOT NULL, PRIMARY KEY (`id`), KEY `comment_works_wid` (`pk_works_main`), CONSTRAINT `comment_works_wid` FOREIGN KEY (`pk_works_main`) REFERENCES `u_worksmain` (`pk_works_main`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=244 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_comment -- ---------------------------- INSERT INTO `u_comment` VALUES ('20', '74', 'scene_3ac173b230506fa0', '我的窗户', '/data/avatar/weixin/vM8HJsU9ibh9gGD6HY1IsvmTuQ70Kz8UE56Jibl0gZpLB7O5jh1HpgQfo0XGlqZpwZtiak2MMb38rJ1jH83tjlE2A.jpg', '-101', '-1', '胡子', '男', '陕西', '西安', '2016-10-04 23:01:53'); INSERT INTO `u_comment` VALUES ('21', '74', 'scene_3ac173b230506fa0', '试试', '/data/avatar/weixin/fxjGJPGDssXiawUePgURdkgrmA0u4bZMfarEM21zmH5GwDO9p9IdmlGzzfw8y5TRaOZwCoomicPFKDJFFticC7arBVutEyXbTjI.jpg', '-29', '10', 'Mr·简', '男', '', '', '2016-10-04 23:05:14'); INSERT INTO `u_comment` VALUES ('22', '74', 'scene_3ac173b230506fa0', '测试', '/data/avatar/weixin/fxjGJPGDssXiawUePgURdkgrmA0u4bZMfarEM21zmH5GwDO9p9IdmlGzzfw8y5TRaOZwCoomicPFKDJFFticC7arBVutEyXbTjI.jpg', '79', '17', 'Mr·简', '男', '', '', '2016-10-04 23:05:27'); INSERT INTO `u_comment` VALUES ('25', '129', 'scene_e4f87afa344de4ce', '哈哈', '/data/avatar/weixin/ibTXwSZLqg5UmeQe2fAqFvrVC3e7qFXTNM3mGaW3Ga9GwBB7Lu9JU0u04vzsq1PGDzgOzBlduk8Jsj5CyZ98Bmf34A2liahH0Q.jpg', '91', '1', '顾宗友', '男', '辽宁', '沈阳', '2016-10-06 15:37:51'); INSERT INTO `u_comment` VALUES ('26', '129', 'scene_e4f87afa344de4ce', '地热', '/data/avatar/weixin/ibTXwSZLqg5UmeQe2fAqFvrVC3e7qFXTNM3mGaW3Ga9GwBB7Lu9JU0u04vzsq1PGDzgOzBlduk8Jsj5CyZ98Bmf34A2liahH0Q.jpg', '91', '1', '顾宗友', '男', '辽宁', '沈阳', '2016-10-06 15:38:05'); INSERT INTO `u_comment` VALUES ('27', '129', 'scene_e4f87afa344de4ce', '柜子啊啊啊啊啊啊啊啊啊啊啊', '/data/avatar/weixin/ibTXwSZLqg5UmeQe2fAqFvrVC3e7qFXTNM3mGaW3Ga9GwBB7Lu9JU0u04vzsq1PGDzgOzBlduk8Jsj5CyZ98Bmf34A2liahH0Q.jpg', '57', '-1', '顾宗友', '男', '辽宁', '沈阳', '2016-10-06 15:38:27'); INSERT INTO `u_comment` VALUES ('31', '74', 'scene_3ac173b230506fa0', '好啊', '/data/avatar/weixin/Q3auHgzwzM7LWvRwYERKheGgZowcf2tr88g9hoCJspxRruvadOutiafz2kv6Ik9TRxa8iaiaID1GyztK7wJZKiaicLQ.jpg', '56', '2', '阿不', '男', '四川', '成都', '2016-10-07 15:25:47'); INSERT INTO `u_comment` VALUES ('66', '188', 'scene_de559700a12f37a3', '看看', '/plugin/comment/avatar/ibTXwSZLqg5XeYm7vxDxniak2duafn6PNcTASbVpYBzw6cdtecLrzRvb1Kpiapsmgw0A9XxauWtJ4fcRdxVwDjicUAsTONeSxgp5.jpg', '26', '9', 'CongB', '男', '广西', '河池', '2016-10-14 13:52:17'); INSERT INTO `u_comment` VALUES ('92', '74', 'scene_3ac173b230506fa0', 'aaaaabbb', '', '-101', '-1', '', '未知', '', '', '2016-11-09 16:45:30'); INSERT INTO `u_comment` VALUES ('93', '74', 'scene_3ac173b230506fa0', 'aaabadfasdfa', '/plugin/comment/avatar/fxjGJPGDssXiawUePgURdkvXL51cFdunhoYxOZSqHmxkvo4QCkWWecINicqzC3r7J6kpx4Lz6gpB41KSD9aNwOFTaqcibQ3PicTn.jpg', '-129', '-7', '蒋旋', '男', '江西', '南昌', '2016-11-09 16:46:19'); INSERT INTO `u_comment` VALUES ('96', '74', 'scene_3ac173b230506fa0', 'aa', '/plugin/comment/avatar/fxjGJPGDssXiawUePgURdkvXL51cFdunhoYxOZSqHmxkvo4QCkWWecINicqzC3r7J6kpx4Lz6gpB41KSD9aNwOFTaqcibQ3PicTn.jpg', '-511', '3', '蒋旋', '男', '江西', '南昌', '2016-11-09 20:22:52'); INSERT INTO `u_comment` VALUES ('97', '279', 'scene_cbf083aabab8acdf', '测试', '/plugin/comment/avatar/Jiavz9UrH80nQ0WUvOborXe0h92ibL2QiaibVaUvPQb2vt7GQ7MPokLddNSE4fJV8WIAQPbicsDSBVicD9bKkjshceGOMBI3xup7fv.jpg', '25', '6', '微动景全景科技', '男', '吉林', '长春', '2016-11-11 11:16:15'); INSERT INTO `u_comment` VALUES ('106', '356', 'scene_69d85aff995aeecc', '', '/plugin/comment/avatar/rbzJ04Mlr9ymFC6y6wwuialrH4wTV6QpwSod9sYkomANkLnNibr0flLqYaehhv421OUl9biboEr6g7EGMkicVwFlPHDbiasJ7GBII.jpg', '1', '0', '大鹏', '男', '山西', '吕梁', '2016-11-17 17:25:00'); INSERT INTO `u_comment` VALUES ('107', '356', 'scene_69d85aff995aeecc', '好玩不??', '/plugin/comment/avatar/rbzJ04Mlr9ymFC6y6wwuialrH4wTV6QpwSod9sYkomANkLnNibr0flLqYaehhv421OUl9biboEr6g7EGMkicVwFlPHDbiasJ7GBII.jpg', '14', '0', '大鹏', '男', '山西', '吕梁', '2016-11-17 17:25:26'); INSERT INTO `u_comment` VALUES ('108', '356', 'scene_69d85aff995aeecc', '嗨皮起来吧', '/plugin/comment/avatar/rbzJ04Mlr9ymFC6y6wwuialrH4wTV6QpwSod9sYkomANkLnNibr0flLqYaehhv421OUl9biboEr6g7EGMkicVwFlPHDbiasJ7GBII.jpg', '30', '0', '大鹏', '男', '山西', '吕梁', '2016-11-17 17:25:37'); INSERT INTO `u_comment` VALUES ('109', '356', 'scene_69d85aff995aeecc', '飞起来', '/plugin/comment/avatar/rbzJ04Mlr9ymFC6y6wwuialrH4wTV6QpwSod9sYkomANkLnNibr0flLqYaehhv421OUl9biboEr6g7EGMkicVwFlPHDbiasJ7GBII.jpg', '57', '-16', '大鹏', '男', '山西', '吕梁', '2016-11-17 17:25:48'); INSERT INTO `u_comment` VALUES ('110', '356', 'scene_69d85aff995aeecc', '这两人在干嘛?', '/plugin/comment/avatar/rbzJ04Mlr9ymFC6y6wwuialrH4wTV6QpwSod9sYkomANkLnNibr0flLqYaehhv421OUl9biboEr6g7EGMkicVwFlPHDbiasJ7GBII.jpg', '93', '0', '大鹏', '男', '山西', '吕梁', '2016-11-17 17:26:04'); INSERT INTO `u_comment` VALUES ('111', '333', 'scene_a8897d831a930513', '欧米茄这个走时非常好', '/plugin/comment/avatar/Jiavz9UrH80nQ0WUvOborXQ77anrcvoL6YxvLESicbgziasR53VWBoIiaVka6tqCBoOdBgBaxFLQnAiabFQicYAtAwKsxU6B01h5Fa.jpg', '-65', '3', '阿杜', '男', '辽宁', '沈阳', '2016-11-17 19:24:14'); INSERT INTO `u_comment` VALUES ('112', '333', 'scene_6d9be3720daf7fb2', '真好', '/plugin/comment/avatar/Jiavz9UrH80nQ0WUvOborXQ77anrcvoL6YxvLESicbgziasR53VWBoIiaVka6tqCBoOdBgBaxFLQnAiabFQicYAtAwKsxU6B01h5Fa.jpg', '33', '8', '阿杜', '男', '辽宁', '沈阳', '2016-11-17 20:48:52'); INSERT INTO `u_comment` VALUES ('114', '356', 'scene_69d85aff995aeecc', '傻逼', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu4xYMeSAzzeaOqvAicqdMWGp9wiaZmyIRGUeewl8CE6gwM1VceTxliccm7SVMEQJ1QRmibrwEItfk1tWT.jpg', '1', '-5', 'Xa.', '男', '', '', '2016-11-18 11:40:28'); INSERT INTO `u_comment` VALUES ('115', '356', 'scene_69d85aff995aeecc', '傻逼', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu4xYMeSAzzeaOqvAicqdMWGp9wiaZmyIRGUeewl8CE6gwM1VceTxliccm7SVMEQJ1QRmibrwEItfk1tWT.jpg', '14', '-6', 'Xa.', '男', '', '', '2016-11-18 11:40:43'); INSERT INTO `u_comment` VALUES ('116', '356', 'scene_69d85aff995aeecc', '傻逼', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu4xYMeSAzzeaOqvAicqdMWGp9wiaZmyIRGUeewl8CE6gwM1VceTxliccm7SVMEQJ1QRmibrwEItfk1tWT.jpg', '57', '-19', 'Xa.', '男', '', '', '2016-11-18 11:41:00'); INSERT INTO `u_comment` VALUES ('120', '371', 'scene_8b74a648eecfd057', '欢迎来到依朵服饰', '/plugin/comment/avatar/stgO4xrbCSG3OvuvicNic1gXcSNpUNvtGjr3KibE992jiaq4cNMSXhnLXn0UP4TnCeyakCbVtAsxhaPMnTSojbuLczINCh9DRwdp.jpg', '-215', '0', '灵创石', '男', '宁夏', '中卫', '2016-11-18 23:04:40'); INSERT INTO `u_comment` VALUES ('121', '371', 'scene_588b32ae4520b68b', '全场部分商品优惠大促销哦(', '/plugin/comment/avatar/stgO4xrbCSG3OvuvicNic1gXcSNpUNvtGjr3KibE992jiaq4cNMSXhnLXn0UP4TnCeyakCbVtAsxhaPMnTSojbuLczINCh9DRwdp.jpg', '-160', '18', '灵创石', '男', '宁夏', '中卫', '2016-11-18 23:09:44'); INSERT INTO `u_comment` VALUES ('122', '371', 'scene_588b32ae4520b68b', '有大促销哦', '/plugin/comment/avatar/stgO4xrbCSG3OvuvicNic1gXcSNpUNvtGjr3KibE992jiaq4cNMSXhnLXn0UP4TnCeyakCbVtAsxhaPMnTSojbuLczINCh9DRwdp.jpg', '-155', '19', '灵创石', '男', '宁夏', '中卫', '2016-11-18 23:11:08'); INSERT INTO `u_comment` VALUES ('123', '371', 'scene_588b32ae4520b68b', '这衣服怎么样', '/plugin/comment/avatar/stgO4xrbCSG3OvuvicNic1gXcSNpUNvtGjr3KibE992jiaq4cNMSXhnLXn0UP4TnCeyakCbVtAsxhaPMnTSojbuLczINCh9DRwdp.jpg', '-242', '13', '灵创石', '男', '宁夏', '中卫', '2016-11-18 23:11:51'); INSERT INTO `u_comment` VALUES ('124', '74', 'scene_861f39125d5ecb33', '我是一幅画', '/plugin/comment/avatar/Q3auHgzwzM50CxrN5HunyVKYQUhkvzf7b5G9bk6zG8W20Y7GXHImEP9SU9B6WbgiczQkhnvaOUbRpkibTsBfjXdg.jpg', '-165', '1', '阿福全景', '男', '福建', '泉州', '2016-11-19 09:04:58'); INSERT INTO `u_comment` VALUES ('125', '74', 'scene_3ac173b230506fa0', '啦啦啦啦啦', '/plugin/comment/avatar/0cJxqPiazfS3GJpgHFcw8YpSE82Zs2ibXLXEfd7L229YpTbjSjfXPqC1v2iaX3VziaB7L6Y6JHpvlWpn1yVxd64AqrUCzDgpWGju.jpg', '-24', '16', '李先森 云迈科技', '男', '湖南', '长沙', '2016-11-19 09:21:17'); INSERT INTO `u_comment` VALUES ('133', '370', 'scene_2ee8ea5b90cb0690', '测试', '/plugin/comment/avatar/rbzJ04Mlr9ymFC6y6wwuiavoeXLH46noJdJkOyWeoibpX2gP6E2EXCF2qaoOdao6o5t4zQeq1xkOub4zowRb4ZCnyEGuiags9l6.jpg', '26', '-28', 'vr西安', '男', '陕西', '西安', '2016-11-21 00:23:26'); INSERT INTO `u_comment` VALUES ('137', '403', 'scene_d195c90e71b3a2a3', '22222', '/plugin/comment/avatar/PiajxSqBRaELiaJ7cviar4zXsfnoJBiaialib2zUSgQKgzpa447pBSHFBykMqFKIc18tImqXU69YSEZOdTnwlGHtIC4g.jpg', '-23', '-21', '延边微鲸网络科技_mr.zhou', '男', '吉林', '延边', '2016-11-21 19:22:37'); INSERT INTO `u_comment` VALUES ('138', '403', 'scene_d195c90e71b3a2a3', '啊啊啊啊啊', '/plugin/comment/avatar/PiajxSqBRaELiaJ7cviar4zXsfnoJBiaialib2zUSgQKgzpa447pBSHFBykMqFKIc18tImqXU69YSEZOdTnwlGHtIC4g.jpg', '120', '-20', '延边微鲸网络科技_mr.zhou', '男', '吉林', '延边', '2016-11-21 19:23:01'); INSERT INTO `u_comment` VALUES ('139', '371', 'scene_588b32ae4520b68b', 'hahahahha', '/plugin/comment/avatar/FI7QsC8aCzTt1hJPTrxaOumseCE6S0UhHUicZVASQHPYSloGOTn6q85mPFzT8Z6kmMh7QOVUMUvwgRiagn4VWRQUa2bLduWyju.jpg', '-103', '0', ',,,,', '男', '广东', '深圳', '2016-11-21 19:59:50'); INSERT INTO `u_comment` VALUES ('140', '343', 'scene_2d7e74f7d96d032c', '你哦一激动', '/plugin/comment/avatar/ajNVdqHZLLC4vTtcUR0MNSVyl47ZG0SlEt2CibZ3BR9Gu7Hwvlr0qDM4xQDPibUwU9ycgsiaMvzRGDwSeiaNdmpA9A.jpg', '-561', '0', 'HaloMoki', '男', '', '', '2016-11-21 20:55:17'); INSERT INTO `u_comment` VALUES ('141', '323', 'scene_d559d8f275f435ca', '噜啦啦', '/plugin/comment/avatar/ajNVdqHZLLB9pID4XJUPvL23lxZHFaIstdLEPOic1FeiaYdMfYq4fHBWyqlSCjf8ZIDDrRO0BHNVibS7AFPW0oESg.jpg', '-15', '12', 'HaloMoki', '男', '', '', '2016-11-21 21:49:09'); INSERT INTO `u_comment` VALUES ('142', '407', 'scene_57cf7181458218ce', '', '/plugin/comment/avatar/stgO4xrbCSEdGoA2bWn0rhv0PnS7492WZtpc58mroK1XxlVoryShia6WcdFoPHicKHHWcjHvmtpXQoK55R3bbXthOiasVctJLO1.jpg', '-2', '25', 'Korn科恩·科技的恩赐', '男', '广东', '广州', '2016-11-22 00:45:06'); INSERT INTO `u_comment` VALUES ('144', '406', 'scene_368990110a6a98a8', '34', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '1', '0', '沙棘', '男', '福建', '福州', '2016-11-23 16:04:05'); INSERT INTO `u_comment` VALUES ('145', '406', 'scene_368990110a6a98a8', '234234', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '14', '0', '沙棘', '男', '福建', '福州', '2016-11-23 16:04:16'); INSERT INTO `u_comment` VALUES ('146', '371', 'scene_8b74a648eecfd057', 'sdf', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '0', '0', '沙棘', '男', '福建', '福州', '2016-11-23 16:46:30'); INSERT INTO `u_comment` VALUES ('147', '371', 'scene_8b74a648eecfd057', '555', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '-80', '-11', '沙棘', '男', '福建', '福州', '2016-11-23 16:46:39'); INSERT INTO `u_comment` VALUES ('148', '322', 'scene_31eb8798967ce39b', 'sdfsd', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '189', '0', '沙棘', '男', '福建', '福州', '2016-11-23 16:53:11'); INSERT INTO `u_comment` VALUES ('152', '324', 'scene_6d4dc0f460804484', 'asdf', '', '-65', '32', '', '未知', '', '', '2016-11-23 20:24:49'); INSERT INTO `u_comment` VALUES ('153', '371', 'scene_588b32ae4520b68b', 'good!', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '-144', '0', '沙棘', '男', '福建', '福州', '2016-11-23 23:14:03'); INSERT INTO `u_comment` VALUES ('154', '371', 'scene_8b74a648eecfd057', '不错', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '678', '-41', '沙棘', '男', '福建', '福州', '2016-11-23 23:27:45'); INSERT INTO `u_comment` VALUES ('155', '406', 'scene_ae516811a051edbc', '这个竹子感觉很不错啊!', '/plugin/comment/avatar/ajNVdqHZLLDK0llyYXrTTkcUib003FNcQHXU7XHNUwH1ic6T0v5h1G87iatKia7emXnaXPMv3ScR1yrglNugwY8ZcQ.jpg', '-9', '8', '姚德炎', '男', '辽宁', '沈阳', '2016-11-24 15:07:06'); INSERT INTO `u_comment` VALUES ('157', '416', 'scene_14aebaa15e03cb19', '1310.1', '/plugin/comment/avatar/vM8HJsU9ibh838BDf1ytEvsl0B56wichIUuIWgfvFLgVGKRnhia3m5lhGTrISytRgURUeI8vBojr4bD2XrUvtRb3CASy5tic0W5Z.jpg', '49', '5', '高杨', '男', '内蒙古', '呼和浩特', '2016-11-24 15:13:55'); INSERT INTO `u_comment` VALUES ('158', '421', 'scene_8afd4010cdf096b7', '啦啦啦啦', '/plugin/comment/avatar/stgO4xrbCSEdGoA2bWn0rqmyfNOP2U58JW425yNkQHOQDEpgL7gl6qKfiaFpGC9svH89l5eoKSnI9XIffaQvWJMUYsfibyyjKm.jpg', '0', '0', '郎云', '男', '', '', '2016-11-24 16:59:49'); INSERT INTO `u_comment` VALUES ('159', '413', 'scene_2fd13d5a37940072', '234', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '178', '35', '沙棘', '男', '福建', '福州', '2016-11-25 15:11:33'); INSERT INTO `u_comment` VALUES ('160', '413', 'scene_368990110a6a98a8', '4564hkjhksdfsdf', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '247', '0', '沙棘', '男', '福建', '福州', '2016-11-25 15:34:51'); INSERT INTO `u_comment` VALUES ('161', '413', 'scene_2fd13d5a37940072', '333', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '18', '40', '沙棘', '男', '福建', '福州', '2016-11-25 20:30:20'); INSERT INTO `u_comment` VALUES ('162', '320', 'scene_6b19ec82a1a1c6e2', '1', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvhiaRq4SoqUC7iaY34NfYpx5B3A6fTrFHEZFs8K8f0vQGZbyY4NxCfaskNLaF7rGCXzHssp4HBic126.jpg', '0', '0', '沙棘', '男', '福建', '福州', '2016-11-25 20:44:40'); INSERT INTO `u_comment` VALUES ('163', '435', 'scene_a571da389d5fe82b', '不错', '/plugin/comment/avatar/rbzJ04Mlr9wnSZVrOuLQswZyyegibqMtp31slIHpMZcqWeNzjYZFzRPnK3M0e7kblry0EklwLuRARbayialGKAKeZ38V4ThP0Y.jpg', '-49', '24', '阿杰', '男', '山东', '临沂', '2016-11-27 10:26:22'); INSERT INTO `u_comment` VALUES ('164', '448', 'scene_aa91c1cd7fe7cf80', 'swewgw', '', '-474', '10', '', '未知', '', '', '2016-11-28 16:43:49'); INSERT INTO `u_comment` VALUES ('165', '435', 'scene_a571da389d5fe82b', '这空调不错哦', '/plugin/comment/avatar/ajNVdqHZLLBkMZ484EicWlu5UWuc8JlOic9mIT8HgQVShBnd1Jfzc11vYbNjGT5X8jTJBmYibhyQficOCrzY2PYtAQ.jpg', '91', '-5', 'Billy', '男', '福建', '厦门', '2016-11-28 23:23:27'); INSERT INTO `u_comment` VALUES ('166', '435', 'scene_a571da389d5fe82b', '哈哈', '/plugin/comment/avatar/ajNVdqHZLLBkMZ484EicWlu5UWuc8JlOic9mIT8HgQVShBnd1Jfzc11vYbNjGT5X8jTJBmYibhyQficOCrzY2PYtAQ.jpg', '116', '3', 'Billy', '男', '福建', '厦门', '2016-11-28 23:23:49'); INSERT INTO `u_comment` VALUES ('167', '347', 'scene_d50e751108e298b0', '赞一个', '', '84', '0', '', '未知', '', '', '2016-11-29 11:53:05'); INSERT INTO `u_comment` VALUES ('168', '74', 'scene_3ac173b230506fa0', '不错哦', '/plugin/comment/avatar/GAVuG7EOLwpNPA57ebfWqmjxDFJOiaMULibhEoC8hzJpC4O7sUXKIgRRl4U8O8YUZvI1rlo1AGKHUjBgCToRn7AyPXJlpbUoVs.jpg', '-94', '-15', '吾心安处', '男', '北京', '大兴', '2016-11-29 16:48:00'); INSERT INTO `u_comment` VALUES ('169', '435', 'scene_a571da389d5fe82b', '场景不错!', '/plugin/comment/avatar/rbzJ04Mlr9wnSZVrOuLQswZyyegibqMtp31slIHpMZcqWeNzjYZFzRPnK3M0e7kblry0EklwLuRARbayialGKAKeZ38V4ThP0Y.jpg', '2', '0', '阿杰', '男', '山东', '临沂', '2016-11-29 18:30:32'); INSERT INTO `u_comment` VALUES ('170', '442', 'scene_2f9aef34fd6eae9f', '7878', '/plugin/comment/avatar/vM8HJsU9ibh838BDf1ytEviay70XynPSibo8NAfow8icoF9hdB4DFCahpN4J5QOcy8QPeAxfLNojNmyqROucteHUg2JB5bfuObkC.jpg', '-1', '5', '祥云瑞雪', '男', '天津', '', '2016-11-29 20:09:34'); INSERT INTO `u_comment` VALUES ('171', '461', 'scene_759b7c6c587be46c', '全景拍摄13503249592', '/plugin/comment/avatar/ajNVdqHZLLAAHGyrMnLicMZnibic3rA2SJ86yQCb1y1A5gF2fvJ5JV8SGicaRuciaAlS6C6juFYO0tYFT3dD0hKE3Qw.jpg', '-5', '3', 'A川江号子', '男', '天津', '南开', '2016-11-29 22:43:44'); INSERT INTO `u_comment` VALUES ('172', '461', 'scene_759b7c6c587be46c', '全景拍摄13503249592', '/plugin/comment/avatar/ajNVdqHZLLAAHGyrMnLicMZnibic3rA2SJ86yQCb1y1A5gF2fvJ5JV8SGicaRuciaAlS6C6juFYO0tYFT3dD0hKE3Qw.jpg', '-5', '3', 'A川江号子', '男', '天津', '南开', '2016-11-29 22:43:46'); INSERT INTO `u_comment` VALUES ('173', '435', 'scene_a571da389d5fe82b', '的撒范德萨范德萨', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '2', '-3', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 09:57:01'); INSERT INTO `u_comment` VALUES ('174', '435', 'scene_a571da389d5fe82b', '第三方撒粉', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '22', '28', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 09:57:24'); INSERT INTO `u_comment` VALUES ('175', '318', 'scene_422cc436a9f2983e', '123123', '/plugin/comment/avatar/ajNVdqHZLLDhldwZT19Ld6dZP8a014tYJ9ziblOYkdfwvBkxpRn0sZZ2hCpyyRjdl9KnemPsY9KHHkQS8SdOtnA.jpg', '1', '-8', '俞忠鑫', '男', '甘肃', '兰州市', '2016-11-30 10:57:46'); INSERT INTO `u_comment` VALUES ('176', '74', 'scene_3ac173b230506fa0', '于乔云', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '-9', '-14', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 14:58:16'); INSERT INTO `u_comment` VALUES ('177', '74', 'scene_3ac173b230506fa0', '啊啊啊啊啊', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '55', '-24', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 14:58:31'); INSERT INTO `u_comment` VALUES ('178', '215', 'scene_c5b892bb581db02f', '大厦法定是', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '46', '20', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 15:02:36'); INSERT INTO `u_comment` VALUES ('179', '215', 'scene_c5b892bb581db02f', '的撒范德萨范德萨', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '46', '20', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 15:02:45'); INSERT INTO `u_comment` VALUES ('180', '215', 'scene_c5b892bb581db02f', '大厦法定是发多少大神', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '72', '23', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 15:03:02'); INSERT INTO `u_comment` VALUES ('181', '215', 'scene_c5b892bb581db02f', '大神发多少', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '72', '23', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 15:03:08'); INSERT INTO `u_comment` VALUES ('182', '215', 'scene_c5b892bb581db02f', '大厦法定是大神第三方', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '72', '23', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 15:03:13'); INSERT INTO `u_comment` VALUES ('183', '215', 'scene_c5b892bb581db02f', '撒旦法撒旦法大神', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '-124', '80', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 15:03:36'); INSERT INTO `u_comment` VALUES ('184', '188', 'scene_85266511ac260c43', '的撒范德萨范德萨发大神', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '38', '-3', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 15:04:10'); INSERT INTO `u_comment` VALUES ('185', '188', 'scene_85266511ac260c43', '上大夫第三分说的', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '38', '-3', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 15:04:27'); INSERT INTO `u_comment` VALUES ('186', '188', 'scene_85266511ac260c43', '范德萨发的说法', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '-44', '-3', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 15:04:45'); INSERT INTO `u_comment` VALUES ('187', '473', 'scene_f9b7ea0b1ff8c8d0', '】】】】】】', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvgficouwVAeCZuH5gu1FqZDtaXUDDibuT1sQfTSz6xbMxAhNoqOiczzmSSxIUJtY5KfIicEGkq3CW36E.jpg', '339', '17', '阿法', '男', '北京', '海淀', '2016-11-30 15:13:56'); INSERT INTO `u_comment` VALUES ('188', '473', 'scene_f9b7ea0b1ff8c8d0', '啦啦啦啦啦', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvgficouwVAeCZuH5gu1FqZDtaXUDDibuT1sQfTSz6xbMxAhNoqOiczzmSSxIUJtY5KfIicEGkq3CW36E.jpg', '54', '-4', '阿法', '男', '北京', '海淀', '2016-11-30 15:14:08'); INSERT INTO `u_comment` VALUES ('189', '473', 'scene_f9b7ea0b1ff8c8d0', ';;;;;;', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvgficouwVAeCZuH5gu1FqZDtaXUDDibuT1sQfTSz6xbMxAhNoqOiczzmSSxIUJtY5KfIicEGkq3CW36E.jpg', '267', '46', '阿法', '男', '北京', '海淀', '2016-11-30 15:14:25'); INSERT INTO `u_comment` VALUES ('190', '473', 'scene_f9b7ea0b1ff8c8d0', ';;;;;‘’‘’‘’‘’', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvgficouwVAeCZuH5gu1FqZDtaXUDDibuT1sQfTSz6xbMxAhNoqOiczzmSSxIUJtY5KfIicEGkq3CW36E.jpg', '325', '23', '阿法', '男', '北京', '海淀', '2016-11-30 15:14:59'); INSERT INTO `u_comment` VALUES ('191', '473', 'scene_f9b7ea0b1ff8c8d0', '啦啦啦啦啦', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvgficouwVAeCZuH5gu1FqZDtaXUDDibuT1sQfTSz6xbMxAhNoqOiczzmSSxIUJtY5KfIicEGkq3CW36E.jpg', '412', '0', '阿法', '男', '北京', '海淀', '2016-11-30 15:15:28'); INSERT INTO `u_comment` VALUES ('192', '473', 'scene_f9b7ea0b1ff8c8d0', '么么么么', '', '461', '0', '', '未知', '', '', '2016-11-30 15:15:54'); INSERT INTO `u_comment` VALUES ('193', '473', 'scene_f9b7ea0b1ff8c8d0', '慢慢慢', '', '1040', '-8', '', '未知', '', '', '2016-11-30 15:16:15'); INSERT INTO `u_comment` VALUES ('194', '473', 'scene_f9b7ea0b1ff8c8d0', '下次出差', '', '1046', '-2', '', '未知', '', '', '2016-11-30 15:16:31'); INSERT INTO `u_comment` VALUES ('195', '473', 'scene_f9b7ea0b1ff8c8d0', '啦啦啦啦', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu4yuULOvIorL5mfn5BA6wj8OITo3Srw8IibVzaHLA3XfeqUKXJ7Wa7HMrwc1QbEYPnun7F3IibmKtZX.jpg', '345', '11', '阿法', '男', '北京', '海淀', '2016-11-30 15:48:04'); INSERT INTO `u_comment` VALUES ('196', '473', 'scene_f9b7ea0b1ff8c8d0', '啊啊啊啊啊', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu4yuULOvIorL5mfn5BA6wj8OITo3Srw8IibVzaHLA3XfeqUKXJ7Wa7HMrwc1QbEYPnun7F3IibmKtZX.jpg', '-4', '-20', '阿法', '男', '北京', '海淀', '2016-11-30 15:48:17'); INSERT INTO `u_comment` VALUES ('197', '188', 'scene_85266511ac260c43', '好的好的好的哈哈镜的哈哈哈啊哈', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '-42', '10', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 16:29:58'); INSERT INTO `u_comment` VALUES ('198', '188', 'scene_de559700a12f37a3', '哈哈哈哈', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '98', '0', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 17:43:55'); INSERT INTO `u_comment` VALUES ('199', '188', 'scene_de559700a12f37a3', '同一人一台人员', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '108', '3', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-11-30 17:44:06'); INSERT INTO `u_comment` VALUES ('200', '473', 'scene_f9b7ea0b1ff8c8d0', 'hhhhhh', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu4yuULOvIorL5mfn5BA6wj8OITo3Srw8IibVzaHLA3XfeqUKXJ7Wa7HMrwc1QbEYPnun7F3IibmKtZX.jpg', '145', '-16', '阿法', '男', '北京', '海淀', '2016-11-30 22:18:51'); INSERT INTO `u_comment` VALUES ('201', '455', 'scene_862fec2398d6b403', '挺不错啊', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvoIKXKuK0FpOJseonEIsj12f3AAnYnkYhaWb5RXmfHRKoESEjuZ2ibraFwTDlUyafkSO2YNdw05Ko.jpg', '179', '12', '邵明雪', '男', '北京', '昌平', '2016-12-01 11:17:53'); INSERT INTO `u_comment` VALUES ('203', '493', 'scene_327f50442f876214', 'aw', '', '67', '14', '', '未知', '', '', '2016-12-02 15:21:19'); INSERT INTO `u_comment` VALUES ('204', '442', 'scene_2f9aef34fd6eae9f', '呵呵', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu46KLGvic0rsBxouqkeKGglYCP6DJWhLSnXLfacqXbLZhIb17DY6XcaUVLCN0W3VgFLa6cMO7aEGLO.jpg', '0', '0', '烈火', '男', '北京', '东城', '2016-12-02 16:14:06'); INSERT INTO `u_comment` VALUES ('205', '320', 'scene_c5d3a283f5c9ae39', '不错', '/plugin/comment/avatar/GAVuG7EOLwpNPA57ebfWqpicNMhAzyvibcYNSCezlJSYquFpxj6RsvMfrea4KMUSKatBptT6MNtw8E6LL4tsp2icYjD8WUUGKDH.jpg', '0', '0', '勿忘初心', '男', '澳门', '花地玛堂区', '2016-12-02 16:14:32'); INSERT INTO `u_comment` VALUES ('206', '343', 'scene_2d7e74f7d96d032c', '呵呵', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu46KLGvic0rsBxouqkeKGglYCP6DJWhLSnXLfacqXbLZhIb17DY6XcaUVLCN0W3VgFLa6cMO7aEGLO.jpg', '-1049', '-26', '烈火', '男', '北京', '东城', '2016-12-02 16:28:09'); INSERT INTO `u_comment` VALUES ('207', '343', 'scene_2d7e74f7d96d032c', '不错', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu46KLGvic0rsBxouqkeKGglYCP6DJWhLSnXLfacqXbLZhIb17DY6XcaUVLCN0W3VgFLa6cMO7aEGLO.jpg', '-1215', '1', '烈火', '男', '北京', '东城', '2016-12-02 16:28:22'); INSERT INTO `u_comment` VALUES ('208', '316', 'scene_6cbedbfd16b67854', '呵呵', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu46KLGvic0rsBxouqkeKGglYCP6DJWhLSnXLfacqXbLZhIb17DY6XcaUVLCN0W3VgFLa6cMO7aEGLO.jpg', '527', '3', '烈火', '男', '北京', '东城', '2016-12-02 16:29:22'); INSERT INTO `u_comment` VALUES ('209', '419', 'scene_c7e0763c7c09ab43', '678', '/plugin/comment/avatar/0cJxqPiazfS0V7f96SvJUBrvCgAMo32CSL4GdVjF0KPBwXCp60dA0yPibqWc1XUTFn1RC8CJw9VlQ8njwHdQIYYQ.jpg', '-27', '6', '祈年科技丨杨鹏宇', '男', '', '', '2016-12-05 11:05:58'); INSERT INTO `u_comment` VALUES ('210', '510', 'scene_ba041461e5a49321', '555', '/plugin/comment/avatar/fxjGJPGDssUpFVCqTGIepwOX4QAQ2a2lhick3EY8icTZnj9xXzgwQlib1Q5In3PcO0iccJTE4FkLS5lxoAHqNXtXicjLOwz54nuUj.jpg', '0', '-2', '烟勤话少脾气好', '男', '甘肃', '兰州市', '2016-12-05 13:43:59'); INSERT INTO `u_comment` VALUES ('213', '536', 'scene_2d4692e3c321dca0', '720度全景展示视频,全方位提', '/plugin/comment/avatar/ajNVdqHZLLAAHGyrMnLicMZnibic3rA2SJ86yQCb1y1A5gF2fvJ5JV8SGicaRuciaAlS6C6juFYO0tYFT3dD0hKE3Qw.jpg', '-26', '5', 'A川江号子', '男', '天津', '南开', '2016-12-07 08:49:40'); INSERT INTO `u_comment` VALUES ('214', '536', 'scene_2d4692e3c321dca0', 'dvff', '/plugin/comment/avatar/ibTXwSZLqg5UxKFToiania7gicgQaWGnTJluFf5ACa0ic8SstYibsAMpyw47z3lpmHdlqh478DQWVFPeDJXjp2YLFSA8Ocd8TCme3Y.jpg', '-165', '83', '遇歌', '女', '甘肃', '兰州市', '2016-12-07 08:50:55'); INSERT INTO `u_comment` VALUES ('215', '536', 'scene_2d4692e3c321dca0', '111', '/plugin/comment/avatar/0cJxqPiazfS2u3vahkMLm8MmTnTq8v9jO6nTM4DBBkZtDDk6TMV0EiabkjF1zzltiaQjwW5IwD3t69JiaT7b03hKSA.jpg', '-29', '14', '张敏', '女', '江西', '南昌', '2016-12-07 11:00:47'); INSERT INTO `u_comment` VALUES ('216', '416', 'scene_14aebaa15e03cb19', '这个大厅不错 售楼处的休息处吗', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvmGDrFicVVxzudCdibEZ9v8dmJGp6JKJ05Il0Wm6TMxQOTd1B1GgYXRzxezl2Uk6iakT4uudxyZoOWO.jpg', '0', '0', '鯹鷺', '男', '天津', '', '2016-12-07 11:21:41'); INSERT INTO `u_comment` VALUES ('217', '416', 'scene_14aebaa15e03cb19', '111', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvmGDrFicVVxzudCdibEZ9v8dmJGp6JKJ05Il0Wm6TMxQOTd1B1GgYXRzxezl2Uk6iakT4uudxyZoOWO.jpg', '31', '7', '鯹鷺', '男', '天津', '', '2016-12-07 11:21:53'); INSERT INTO `u_comment` VALUES ('218', '559', 'scene_f7244dda3b7bafde', '你好', '/plugin/comment/avatar/fxjGJPGDssXkvdTsiaCOLjr9oZH8JHWeuL5m37jibDQ8DhRgW2V9FmzicDXqysBtH1J4MdR9Bnh8hvm0TjK1iaASVhdfOg6Xa2Kp.jpg', '-4', '2', '九天揽月', '男', '', '', '2016-12-08 13:01:37'); INSERT INTO `u_comment` VALUES ('219', '559', 'scene_f7244dda3b7bafde', '你好', '/plugin/comment/avatar/rbzJ04Mlr9yWiamO59ibo5F8jozt98V5YP5ZwqU9qMib5iaRibQn1T2cR1YoRG3X8x9N88Ce9iasRq7WD6f4m225GfPGHpcNiaUCO8J.jpg', '-23', '12', '木土', '男', '广东', '深圳', '2016-12-08 13:03:32'); INSERT INTO `u_comment` VALUES ('220', '316', 'scene_6cbedbfd16b67854', '不错', '/plugin/comment/avatar/PiajxSqBRaEL6qk1T6SaH88oMFLA4YXMUZ8wWmEsmR24lzgkiaCafNMVbj3kRU4ukbViapcsR4Ytib6JUiclF2CoyVw.jpg', '-10', '5', '安航', '男', '浙江', '宁波', '2016-12-08 17:08:12'); INSERT INTO `u_comment` VALUES ('221', '559', 'scene_f7244dda3b7bafde', '漂亮!', '/plugin/comment/avatar/Q3auHgzwzM7LWvRwYERKheGgZowcf2tr88g9hoCJspxRruvadOutiafz2kv6Ik9TRxa8iaiaID1GyztK7wJZKiaicLQ.jpg', '-117', '4', '阿不', '男', '四川', '成都', '2016-12-09 10:15:11'); INSERT INTO `u_comment` VALUES ('222', '473', 'scene_f9b7ea0b1ff8c8d0', 'ddffggg', '/plugin/comment/avatar/0cJxqPiazfS02s4xvlxsu4yuULOvIorL5mfn5BA6wj8OITo3Srw8IibVzaHLA3XfeqUKXJ7Wa7HMrwc1QbEYPnun7F3IibmKtZX.jpg', '384', '4', '阿法', '男', '北京', '海淀', '2016-12-09 12:58:45'); INSERT INTO `u_comment` VALUES ('223', '583', 'scene_c9d671429258a87f', '怎么没有我的头像', '/plugin/comment/avatar/ibTXwSZLqg5WDGgMcsjpY6avyEkxiahGItx4Ria9sicIErzHINvjXKegHPsODhI9CXMd1iaYHBJRr465dOrBWRF17icA.jpg', '17', '9', '老付', '男', '山东', '临沂', '2016-12-10 16:24:41'); INSERT INTO `u_comment` VALUES ('224', '583', 'scene_c9d671429258a87f', '第二次发表', '/plugin/comment/avatar/ibTXwSZLqg5WDGgMcsjpY6avyEkxiahGItx4Ria9sicIErzHINvjXKegHPsODhI9CXMd1iaYHBJRr465dOrBWRF17icA.jpg', '7', '14', '老付', '男', '山东', '临沂', '2016-12-10 16:25:37'); INSERT INTO `u_comment` VALUES ('225', '525', 'scene_1f8420a5a19c0ab6', '一直观察', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvkoobITheSPyoA8qjYibCwS83yPTq1S92jqnanOh9J9PLiagOQlKP3OBfvlH9cZSMkkC5CZJpCC5zT.jpg', '13', '0', '给力效果图公司-总客服', '男', '浙江', '台州', '2016-12-10 20:46:09'); INSERT INTO `u_comment` VALUES ('226', '442', 'scene_2f9aef34fd6eae9f', '你特么蛇精病', '/plugin/comment/avatar/ibTXwSZLqg5U2OoBkgEACpIWL7MmvORqkFUicwhRPiaLB10ZkFtic3B0mAZjQ3qib5vXicBmw2HXDZRia328nWnROYnbOCDiaN8Sfianp.jpg', '3', '0', '假面', '男', '湖南', '湘潭', '2016-12-12 15:46:28'); INSERT INTO `u_comment` VALUES ('227', '442', 'scene_2f9aef34fd6eae9f', 'http://static.u', '/plugin/comment/avatar/ibTXwSZLqg5U2OoBkgEACpIWL7MmvORqkFUicwhRPiaLB10ZkFtic3B0mAZjQ3qib5vXicBmw2HXDZRia328nWnROYnbOCDiaN8Sfianp.jpg', '74', '0', '假面', '男', '湖南', '湘潭', '2016-12-12 15:46:38'); INSERT INTO `u_comment` VALUES ('228', '461', 'scene_759b7c6c587be46c', '拍得真不错', '/plugin/comment/avatar/Jiavz9UrH80kAAApyqia9ghiatPFCE71B8qGZTiaV6aolcWXAofJIiaQb6wzp98L9YACw22OfXjqJdYGz1DEqanYZJA.jpg', '-45', '0', '自由生活', '男', '福建', '福州', '2016-12-13 00:18:01'); INSERT INTO `u_comment` VALUES ('229', '559', 'scene_f7244dda3b7bafde', '111', '', '169', '-17', '', '未知', '', '', '2016-12-13 21:11:54'); INSERT INTO `u_comment` VALUES ('230', '608', 'scene_1b03a21de6669879', '成都?真看不出来啊!', '/plugin/comment/avatar/Q3auHgzwzM7LWvRwYERKheGgZowcf2tr88g9hoCJspxRruvadOutiafz2kv6Ik9TRxa8iaiaID1GyztK7wJZKiaicLQ.jpg', '10', '0', '阿不', '男', '四川', '成都', '2016-12-14 12:28:42'); INSERT INTO `u_comment` VALUES ('231', '418', 'scene_42d8516b5e2b5a47', '666', '/plugin/comment/avatar/0cJxqPiazfS0V7f96SvJUBrvCgAMo32CSL4GdVjF0KPBwXCp60dA0yPibqWc1XUTFn1RC8CJw9VlQ8njwHdQIYYQ.jpg', '61', '5', '祈年科技丨杨鹏宇', '男', '', '', '2016-12-14 13:32:19'); INSERT INTO `u_comment` VALUES ('232', '317', 'scene_ced179a8bcdeae09', '可以', '/plugin/comment/avatar/ibTXwSZLqg5UmeQe2fAqFvscc7PasBVicsMLuA13slq8xo6SAsHD2zkZAQicfHxpicXYT8tK6KWRibVEJPtKJicb6bsBuoMQFP53oD.jpg', '1', '0', '蒋吉萍', '女', '四川', '成都', '2016-12-14 16:06:58'); INSERT INTO `u_comment` VALUES ('233', '609', 'scene_b1dc65bbb3657ea2', 'dfa', '/plugin/comment/avatar/vM8HJsU9ibh8bZwlwGJWQt1o2csr7I6NC1oagfoPww7dLRhNW3Ky8ThjaiaYAP37MLt87vbVa7qam3EatcrUicBfc9BmVRCrBsC.jpg', '5', '0', 'SoBan', '男', '', '', '2016-12-14 16:22:31'); INSERT INTO `u_comment` VALUES ('234', '608', 'scene_1b03a21de6669879', '拍摄地点:人民公园', '/plugin/comment/avatar/Jiavz9UrH80l2NDhIgVE7ET4icaiabjFMo00elM9jM6AbD9LqkYHhacfcxYMd0Vo6rX47YTnnE1QwS6oyEnV27HdPQKDVm7gBsq.jpg', '-137', '40', '隔壁李二', '男', '四川', '成都', '2016-12-14 19:21:03'); INSERT INTO `u_comment` VALUES ('235', '416', 'scene_14aebaa15e03cb19', '是的发生', '/plugin/comment/avatar/ibTXwSZLqg5VhczrRr6gmibNrj5QMW4oFnkG7q4NMqfibg2yZMu9wIN0ibqvE3JEJ5tL8NBWxlGJ9kopfRB97pGBdDUUJiabnel1Z.jpg', '20', '0', '。', '女', '', '', '2016-12-20 10:41:16'); INSERT INTO `u_comment` VALUES ('236', '416', 'scene_14aebaa15e03cb19', '四大神兽多', '/plugin/comment/avatar/ibTXwSZLqg5VhczrRr6gmibNrj5QMW4oFnkG7q4NMqfibg2yZMu9wIN0ibqvE3JEJ5tL8NBWxlGJ9kopfRB97pGBdDUUJiabnel1Z.jpg', '82', '0', '。', '女', '', '', '2016-12-20 10:42:29'); INSERT INTO `u_comment` VALUES ('237', '416', 'scene_14aebaa15e03cb19', '四大神兽多', '/plugin/comment/avatar/ibTXwSZLqg5VhczrRr6gmibNrj5QMW4oFnkG7q4NMqfibg2yZMu9wIN0ibqvE3JEJ5tL8NBWxlGJ9kopfRB97pGBdDUUJiabnel1Z.jpg', '82', '0', '。', '女', '', '', '2016-12-20 10:42:29'); INSERT INTO `u_comment` VALUES ('238', '416', 'scene_14aebaa15e03cb19', '四大神兽多', '/plugin/comment/avatar/ibTXwSZLqg5VhczrRr6gmibNrj5QMW4oFnkG7q4NMqfibg2yZMu9wIN0ibqvE3JEJ5tL8NBWxlGJ9kopfRB97pGBdDUUJiabnel1Z.jpg', '82', '0', '。', '女', '', '', '2016-12-20 10:42:29'); INSERT INTO `u_comment` VALUES ('239', '416', 'scene_14aebaa15e03cb19', '四大神兽多', '/plugin/comment/avatar/ibTXwSZLqg5VhczrRr6gmibNrj5QMW4oFnkG7q4NMqfibg2yZMu9wIN0ibqvE3JEJ5tL8NBWxlGJ9kopfRB97pGBdDUUJiabnel1Z.jpg', '82', '0', '。', '女', '', '', '2016-12-20 10:42:29'); INSERT INTO `u_comment` VALUES ('240', '416', 'scene_14aebaa15e03cb19', '四大神兽多', '/plugin/comment/avatar/ibTXwSZLqg5VhczrRr6gmibNrj5QMW4oFnkG7q4NMqfibg2yZMu9wIN0ibqvE3JEJ5tL8NBWxlGJ9kopfRB97pGBdDUUJiabnel1Z.jpg', '82', '0', '。', '女', '', '', '2016-12-20 10:42:29'); INSERT INTO `u_comment` VALUES ('241', '416', 'scene_14aebaa15e03cb19', '四大神兽多', '/plugin/comment/avatar/ibTXwSZLqg5VhczrRr6gmibNrj5QMW4oFnkG7q4NMqfibg2yZMu9wIN0ibqvE3JEJ5tL8NBWxlGJ9kopfRB97pGBdDUUJiabnel1Z.jpg', '82', '0', '。', '女', '', '', '2016-12-20 10:42:29'); INSERT INTO `u_comment` VALUES ('242', '639', 'scene_34e0ecf09e263fb8', '对方是否', '/plugin/comment/avatar/ibTXwSZLqg5VhczrRr6gmibNrj5QMW4oFnkG7q4NMqfibg2yZMu9wIN0ibqvE3JEJ5tL8NBWxlGJ9kopfRB97pGBdDUUJiabnel1Z.jpg', '16', '0', '。', '女', '', '', '2016-12-20 10:53:01'); INSERT INTO `u_comment` VALUES ('243', '659', 'scene_b7c6cafdc38a212c', '啥答案所', '/plugin/comment/avatar/ibTXwSZLqg5VhczrRr6gmibNrj5QMW4oFnkG7q4NMqfibg2yZMu9wIN0ibqvE3JEJ5tL8NBWxlGJ9kopfRB97pGBdDUUJiabnel1Z.jpg', '-84', '42', '。', '女', '', '', '2016-12-20 10:54:17'); -- ---------------------------- -- Table structure for `u_user` -- ---------------------------- DROP TABLE IF EXISTS `u_user`; CREATE TABLE `u_user` ( `pk_user_main` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `phone` varchar(20) NOT NULL DEFAULT '', `openid` varchar(32) NOT NULL DEFAULT '', `nickname` varchar(20) NOT NULL DEFAULT '', `password` varchar(32) NOT NULL DEFAULT '', `level` tinyint(2) unsigned NOT NULL DEFAULT '1' COMMENT '用户组', `limit_num` smallint(6) unsigned NOT NULL DEFAULT '0' COMMENT '可发布项目数量限制,默认为0,无限制', `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `last_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `state` tinyint(1) unsigned DEFAULT '0' COMMENT '用户是否被禁用 0 正常 1禁用', PRIMARY KEY (`pk_user_main`), KEY `openid` (`openid`) ) ENGINE=InnoDB AUTO_INCREMENT=193 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_user -- ---------------------------- INSERT INTO `u_user` VALUES ('12', '13112345678', 'oxlHpwMa3ryXPN9rxXT60uvx1vd0', '优视全景', '9db06bcff9248837f86d1a6bcf41c9e7', '4', '199', '2016-09-07 14:10:41', '2016-12-20 17:37:36', '0'); INSERT INTO `u_user` VALUES ('46', '18328399307', '', 'wangaho', '14e1b600b1fd579f47433b88e8d85291', '4', '0', '2016-09-29 14:42:45', '2016-11-15 22:59:54', '0'); INSERT INTO `u_user` VALUES ('47', '13628026066', '', 'eclothy', 'a02cc9a3fc5def5275b5ca22f0d8f414', '1', '0', '2016-10-02 16:03:04', '2016-11-05 16:29:52', '0'); INSERT INTO `u_user` VALUES ('48', '15001666995', '', '新云', '44638885654f84166d286f63676c9c3c', '1', '0', '2016-10-02 23:02:23', '2016-10-02 23:02:23', '0'); INSERT INTO `u_user` VALUES ('49', '13143424181', '', 'TerryLaw', '9db06bcff9248837f86d1a6bcf41c9e7', '1', '0', '2016-10-04 15:25:21', '2016-12-08 12:02:57', '0'); INSERT INTO `u_user` VALUES ('50', '13308144567', '', '专吃这碗饭', '22ad16de59c30024d1897353ba7a07dc', '1', '0', '2016-10-06 01:11:35', '2016-10-06 08:54:00', '0'); INSERT INTO `u_user` VALUES ('51', '18731276999', '', '微享互动', 'f102a44ef7e96de8f4085979b9c532d6', '1', '0', '2016-10-06 10:29:10', '2016-10-27 10:09:29', '0'); INSERT INTO `u_user` VALUES ('52', '18609823666', '', 'test001', '1897ea4836497684d9ab3dfafd05be1d', '1', '0', '2016-10-06 14:52:32', '2016-10-28 15:48:35', '0'); INSERT INTO `u_user` VALUES ('53', '18515135009', '', 'taitannikehao', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-10-09 09:55:11', '2016-10-09 09:55:11', '0'); INSERT INTO `u_user` VALUES ('54', '15388357652', '', '呆萌太阳会哭泣', '2b02fbf33d80a4758338d43d7463b2ad', '1', '0', '2016-10-10 11:08:22', '2016-10-10 11:08:22', '0'); INSERT INTO `u_user` VALUES ('55', '18977886272', '', 'Test2190', '8cf6ab8957693af5faa908f71446e10f', '1', '0', '2016-10-14 13:37:28', '2016-10-14 13:44:15', '0'); INSERT INTO `u_user` VALUES ('56', '18095009595', '', '尘世光影', '5b4469d1f5386b3ce41e78df13634343', '4', '0', '2016-10-22 20:03:35', '2016-10-24 17:00:05', '0'); INSERT INTO `u_user` VALUES ('57', '18660518992', '', '春秋', '589ff08cf50b7aa750c92435e436cbb1', '1', '0', '2016-10-23 16:31:08', '2016-10-23 16:31:08', '0'); INSERT INTO `u_user` VALUES ('58', '18981674280', '', '66666', '5b4469d1f5386b3ce41e78df13634343', '4', '0', '2016-10-23 21:47:31', '2016-10-23 21:47:31', '0'); INSERT INTO `u_user` VALUES ('59', '15874151940', '', '55', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-10-25 14:52:03', '2016-10-25 15:00:56', '0'); INSERT INTO `u_user` VALUES ('60', '15084819275', '', '祝振宇', 'b5f53bc7560fd306ed542bea81c95223', '1', '0', '2016-10-25 14:59:45', '2016-10-25 14:59:45', '0'); INSERT INTO `u_user` VALUES ('61', '17775807022', '', '367030974', '4d1e31e73396e084cd3b007540946bf1', '1', '0', '2016-10-25 15:03:12', '2016-10-25 15:03:12', '0'); INSERT INTO `u_user` VALUES ('62', '13458584343', '', '13458584343', '54f62f54a5364a478b392fd77278ef48', '1', '0', '2016-11-01 09:23:39', '2016-11-02 14:18:09', '0'); INSERT INTO `u_user` VALUES ('63', '13112345677', '', 'aaaa', '17c5f44c6feb0539fb354df5eb26d421', '1', '0', '2016-11-01 10:17:34', '2016-11-01 10:17:34', '0'); INSERT INTO `u_user` VALUES ('64', '15328111831', '', 'logan', '1d8243fed07c7cf4d4c23c1383cca20e', '1', '0', '2016-11-01 11:31:00', '2016-11-01 11:31:00', '0'); INSERT INTO `u_user` VALUES ('65', '18846439277', '', 'Victoria Yu', '14e1b600b1fd579f47433b88e8d85291', '1', '150', '2016-11-02 12:50:14', '2016-12-20 16:25:56', '0'); INSERT INTO `u_user` VALUES ('66', '13551151670', '', 'wzqhr', '799d079f4ab1be663da84e7a505d9a04', '1', '0', '2016-11-02 14:34:54', '2016-11-02 14:34:54', '0'); INSERT INTO `u_user` VALUES ('67', '15828399338', '', '云际', '3740a0f8e26cb905dd5ed8d76cc7ca0f', '1', '0', '2016-11-02 14:38:53', '2016-11-02 14:42:07', '0'); INSERT INTO `u_user` VALUES ('68', '15308076421', '', '涛哥', '84560a15831523ccda886d02be10d3c9', '1', '0', '2016-11-02 14:42:04', '2016-11-02 14:42:04', '0'); INSERT INTO `u_user` VALUES ('69', '15184421140', '', 'muhuiwen556677', '0e85b6cab21b633e1b2030e14cbcd23b', '1', '0', '2016-11-02 16:09:32', '2016-11-02 16:09:32', '0'); INSERT INTO `u_user` VALUES ('71', '13838445365', '', '秋叶枫雨', '723d7191f1e5567d4c476c6bc6409d78', '1', '0', '2016-11-06 04:34:05', '2016-11-06 04:34:05', '0'); INSERT INTO `u_user` VALUES ('72', '15283119137', '', 'test', '96ea0a432b7317cc882fe991d06573c7', '1', '0', '2016-11-10 15:00:20', '2016-11-10 15:00:20', '0'); INSERT INTO `u_user` VALUES ('73', '15914135767', '', '123', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-11-14 10:48:03', '2016-11-16 14:10:49', '0'); INSERT INTO `u_user` VALUES ('74', '13063449427', '', '武园林', 'e7c26f0f622ce830d98c986842133ec9', '1', '0', '2016-11-14 16:26:55', '2016-12-20 16:29:15', '0'); INSERT INTO `u_user` VALUES ('75', '13181227586', '', '13181227586', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-11-15 20:15:40', '2016-11-15 20:39:34', '0'); INSERT INTO `u_user` VALUES ('76', '13047942217', '', '完美转身', '9973f9616ace13a5216304bd916899ec', '1', '0', '2016-11-16 11:17:09', '2016-11-16 11:17:09', '0'); INSERT INTO `u_user` VALUES ('77', '15889337181', '', '深圳dd', '23552aae857c0026def11e27ebddf0f5', '1', '0', '2016-11-16 11:51:04', '2016-11-16 16:44:01', '0'); INSERT INTO `u_user` VALUES ('78', '18290807797', '', 'nw3177811', 'e375b4d4d2f091c278e28d4181249616', '1', '0', '2016-11-16 13:22:14', '2016-11-16 13:22:14', '0'); INSERT INTO `u_user` VALUES ('79', '13897931644', '', 'starlinks', 'a0d329a394a651a799cea9d0b888af8c', '4', '0', '2016-11-16 15:46:46', '2016-11-29 17:14:32', '0'); INSERT INTO `u_user` VALUES ('80', '18608031604', '', 'zarol', 'a8be604cb185de215008bfa0e300a9d4', '1', '0', '2016-11-16 16:58:27', '2016-11-16 16:58:27', '0'); INSERT INTO `u_user` VALUES ('81', '13648082208', '', 'Hellen', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-11-16 17:18:24', '2016-11-30 15:32:08', '0'); INSERT INTO `u_user` VALUES ('82', '18294574997', '', '测试员', '2fe4285ed510b089b28c33cb34b9fe24', '1', '0', '2016-11-16 17:38:59', '2016-11-16 17:38:59', '0'); INSERT INTO `u_user` VALUES ('83', '18301816636', '', 'shifeng', '07efb5c79c6aa6a5e5fcd61e00d977c4', '1', '0', '2016-11-16 17:55:07', '2016-11-17 16:37:35', '0'); INSERT INTO `u_user` VALUES ('84', '13802847779', '', '时尚阳光', '76717117ef6814c944e043136e5df42a', '1', '0', '2016-11-16 23:02:00', '2016-11-16 23:02:00', '0'); INSERT INTO `u_user` VALUES ('85', '18779166875', '', '懒惰的蛇', 'c4f2964a81d890eac503daed69dc45d7', '1', '0', '2016-11-17 09:41:37', '2016-11-17 09:41:37', '0'); INSERT INTO `u_user` VALUES ('86', '15005005648', '', 'Luiz', '62f3b17f009f9039b9ca1ad2b93e983e', '1', '0', '2016-11-17 10:07:20', '2016-11-18 09:56:11', '0'); INSERT INTO `u_user` VALUES ('87', '13648405528', '', 'hellopano', 'f2082f340ec6b8ae515fbe7112ae7e2c', '1', '0', '2016-11-17 12:17:35', '2016-11-17 12:17:35', '0'); INSERT INTO `u_user` VALUES ('88', '15869150524', '', 'lareinajq', '46d1acace8e39b2826528396b230d70e', '1', '0', '2016-11-17 14:56:40', '2016-11-17 16:08:43', '0'); INSERT INTO `u_user` VALUES ('89', '15510569253', '', '大鹏', 'bc3736102323bc6c3f423e8d2d154acb', '1', '0', '2016-11-17 17:09:08', '2016-11-18 15:04:32', '0'); INSERT INTO `u_user` VALUES ('90', '18209558598', 'oxlHpwKkkMfTTiKOGp5TvNB6ivwU', '灵创石', '0c830864861f6f09b2420e16349e00fa', '1', '0', '2016-11-18 14:34:55', '2016-11-18 16:35:51', '0'); INSERT INTO `u_user` VALUES ('91', '13606180282', '', '13606180282', '9db06bcff9248837f86d1a6bcf41c9e7', '1', '0', '2016-11-18 21:27:49', '2016-11-18 21:27:49', '0'); INSERT INTO `u_user` VALUES ('92', '15092975612', '', '11125', '14e1b600b1fd579f47433b88e8d85291', '4', '0', '2016-11-18 22:25:46', '2016-11-28 11:44:18', '0'); INSERT INTO `u_user` VALUES ('93', '18853970916', '', 'Active丶青年', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-11-19 15:02:01', '2016-11-19 16:04:13', '0'); INSERT INTO `u_user` VALUES ('94', '18095153546', '', '大师', '4a79d32598e6dd24134f70788c78c162', '1', '0', '2016-11-19 19:49:54', '2016-11-19 19:49:54', '0'); INSERT INTO `u_user` VALUES ('95', '15307466658', '', '火鸟', '8e35b9f7ec4cf026d14fd4e128f449b4', '4', '0', '2016-11-20 12:33:33', '2016-11-20 12:59:00', '0'); INSERT INTO `u_user` VALUES ('96', '13789919668', '', '学吧', '0db8c8bc8618481daa26d5c923f30fea', '1', '0', '2016-11-20 21:59:25', '2016-11-20 21:59:25', '0'); INSERT INTO `u_user` VALUES ('97', '15901885137', '', 'dddddd1', '43431421bbc46263f323d8d6850abaa7', '1', '0', '2016-11-21 09:38:15', '2016-11-23 16:39:04', '0'); INSERT INTO `u_user` VALUES ('98', '15099889224', '', '佛山污龟', 'c47319d4eed860e56ac6101a4c37f389', '1', '0', '2016-11-21 10:30:57', '2016-11-21 10:30:57', '0'); INSERT INTO `u_user` VALUES ('99', '15568003216', '', 'zcjha', 'e3e990d455ec976da903e1d43bd49f8a', '4', '0', '2016-11-21 13:40:39', '2016-12-12 10:47:49', '0'); INSERT INTO `u_user` VALUES ('100', '18329983201', '', '龙头', '8291d8b34c22c2ef287510e0c1935193', '1', '0', '2016-11-21 13:48:21', '2016-11-21 13:48:21', '0'); INSERT INTO `u_user` VALUES ('101', '13889305186', '', 'jinzhexian', 'c8ccf2d3388418f1c45995a93d236b9a', '1', '0', '2016-11-21 17:40:07', '2016-11-21 17:40:07', '0'); INSERT INTO `u_user` VALUES ('102', '18670089085', '', 'voucher', '38e2582cfacb3ca29a83dda153bcff2d', '4', '0', '2016-11-22 00:48:21', '2016-11-22 00:48:55', '0'); INSERT INTO `u_user` VALUES ('103', '13868051633', '', '睿图', '158343e5e60d15cb17a7a377f4555a65', '1', '0', '2016-11-22 12:20:53', '2016-11-22 12:20:53', '0'); INSERT INTO `u_user` VALUES ('104', '15779856966', '', '好"设"之徒', '77221604f99ea59efe9da23f93bf49e2', '1', '0', '2016-11-23 14:54:52', '2016-11-23 14:54:52', '0'); INSERT INTO `u_user` VALUES ('105', '15959108762', '', 'conqweal', 'b46004b78fed0edf17e3982055c3eeff', '1', '0', '2016-11-23 16:22:16', '2016-11-23 16:22:16', '0'); INSERT INTO `u_user` VALUES ('106', '18739088827', '', 'feixiang', '23fab7825ba8227a2566fd0b0bb91ca0', '1', '0', '2016-11-23 19:40:47', '2016-12-17 09:45:39', '0'); INSERT INTO `u_user` VALUES ('107', '15121912725', '', '吉哥', 'cde16ba3e423000a38bdc7755bea5414', '1', '0', '2016-11-26 13:05:38', '2016-11-26 13:05:38', '0'); INSERT INTO `u_user` VALUES ('108', '15949411455', '', 'lv', 'ec357b7ac912175a23c0fa5f1821433e', '1', '0', '2016-11-26 16:44:46', '2016-11-26 16:44:46', '0'); INSERT INTO `u_user` VALUES ('109', '13205920973', '', 'ni350305', '070f54636036b1f0fd829f9685980746', '1', '0', '2016-11-26 18:27:45', '2016-11-29 00:11:00', '0'); INSERT INTO `u_user` VALUES ('110', '18252096079', '', 'rallets', '0acc118bae47607b32800e503c21a667', '1', '0', '2016-11-26 21:10:18', '2016-11-26 21:10:18', '0'); INSERT INTO `u_user` VALUES ('111', '13866084751', '', 'hudm123', 'ad5de4c385217cc564a4c60145b58400', '1', '0', '2016-11-26 21:50:53', '2016-11-26 21:50:53', '0'); INSERT INTO `u_user` VALUES ('112', '18253991188', '', 'dududu', '33d640ddf4f1c56ff3def07a25a52f90', '1', '0', '2016-11-27 10:52:43', '2016-12-20 08:59:45', '0'); INSERT INTO `u_user` VALUES ('113', '15159886533', '', 'Rchang', '71dfd6406016228aa1102efb236540b9', '1', '0', '2016-11-27 13:42:46', '2016-11-27 13:42:46', '0'); INSERT INTO `u_user` VALUES ('114', '18919948255', '', '吴鹏', 'fa527a16c3bd40f769c6e9b0caba14ee', '1', '0', '2016-11-27 20:55:14', '2016-11-27 20:55:14', '0'); INSERT INTO `u_user` VALUES ('115', '18810849712', '', '九儿', '086a4bbfeb1c6c112b2a2407425c4ae4', '1', '0', '2016-11-28 11:12:29', '2016-11-28 11:12:29', '0'); INSERT INTO `u_user` VALUES ('116', '13163087952', '', 'thep', '7d568deb502d3e29eac5215037542826', '1', '0', '2016-11-28 12:38:09', '2016-11-28 12:38:09', '0'); INSERT INTO `u_user` VALUES ('117', '13619618480', '', '全景爱好者', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-11-28 14:09:40', '2016-11-28 14:09:40', '0'); INSERT INTO `u_user` VALUES ('118', '18535520257', '', '李子超', 'c52b4a7d433acabf836c0711dca270bb', '1', '0', '2016-11-28 15:28:42', '2016-11-28 15:28:42', '0'); INSERT INTO `u_user` VALUES ('119', '13673666590', '', 'liuliu', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-11-28 15:34:51', '2016-11-28 15:34:51', '0'); INSERT INTO `u_user` VALUES ('120', '15557617337', '', '叶林', '7b9a7b45508a482f468edab334924d06', '1', '0', '2016-11-28 15:44:09', '2016-11-28 15:44:09', '0'); INSERT INTO `u_user` VALUES ('121', '17074950205', '', 'huanghua', 'f009900eb102ca35317f5ccc52673850', '1', '0', '2016-11-28 16:39:48', '2016-11-28 16:39:48', '0'); INSERT INTO `u_user` VALUES ('122', '15542179969', '', '豆花', '14e1b600b1fd579f47433b88e8d85291', '4', '0', '2016-11-28 17:50:50', '2016-11-28 17:51:43', '0'); INSERT INTO `u_user` VALUES ('123', '18243092216', '', '720度', '0855f86423f90122c573e60d29f0954e', '1', '0', '2016-11-28 21:19:11', '2016-11-28 21:19:11', '0'); INSERT INTO `u_user` VALUES ('124', '15805520644', '', 'xiaoyu', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-11-28 23:50:11', '2016-11-28 23:50:11', '0'); INSERT INTO `u_user` VALUES ('125', '13840417200', '', 'sunny', 'ee0e8fc3664ed1865f1a12d1d0fc7487', '4', '10', '2016-11-29 01:02:00', '2016-11-29 01:02:00', '0'); INSERT INTO `u_user` VALUES ('126', '15840305618', '', 'sunny', '9c0897e5fc4fc49551baeef6a06183bb', '1', '0', '2016-11-29 01:07:18', '2016-11-29 01:07:18', '0'); INSERT INTO `u_user` VALUES ('127', '18801127367', '', 'jun', '7b9acc1259db86e6f624d8f2b74a705b', '1', '0', '2016-11-29 14:03:44', '2016-11-29 14:03:44', '0'); INSERT INTO `u_user` VALUES ('128', '13482009066', '', 'long', '9db06bcff9248837f86d1a6bcf41c9e7', '1', '0', '2016-11-29 14:29:18', '2016-11-29 14:29:18', '0'); INSERT INTO `u_user` VALUES ('129', '13503249592', '', '宋爽', '5f223792175152b3304a9928b61a9ce3', '4', '0', '2016-11-29 16:58:09', '2016-11-29 16:58:09', '0'); INSERT INTO `u_user` VALUES ('130', '18864858588', '', '九爷', 'a11b1f0e907d096c0b559b1f92b81062', '1', '0', '2016-11-30 12:00:05', '2016-11-30 13:10:30', '0'); INSERT INTO `u_user` VALUES ('131', '18310059841', '', 'tckl', 'df8530d3f269e8d4a1caf2ae662a52dd', '1', '0', '2016-11-30 13:08:43', '2016-12-09 12:50:20', '0'); INSERT INTO `u_user` VALUES ('132', '18811533006', '', 'wjhk', 'ef8c1d1faba394bffb74b72884ea5b8c', '1', '0', '2016-11-30 13:51:50', '2016-11-30 13:51:50', '0'); INSERT INTO `u_user` VALUES ('133', '18314556756', '', 'zjq', 'af2f2bd05aaee2ed25f79122d0531afd', '1', '0', '2016-11-30 15:20:14', '2016-11-30 15:23:35', '0'); INSERT INTO `u_user` VALUES ('134', '13953635325', '', '山东环亚麦肯锡', 'db8c6ad73e9a6ed060421e882f528dfe', '1', '0', '2016-11-30 15:59:32', '2016-11-30 17:48:46', '0'); INSERT INTO `u_user` VALUES ('135', '15924178576', '', 'baobao', '249269edceb9130ae01d4b16e1f78ea2', '1', '0', '2016-11-30 16:06:00', '2016-11-30 16:06:00', '0'); INSERT INTO `u_user` VALUES ('137', '15311588223', '', '体验', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-12-01 12:10:03', '2016-12-01 12:10:03', '0'); INSERT INTO `u_user` VALUES ('138', '18172927826', '', '图腾', 'df5d1be2cd9db969874b9adeabe7f43a', '1', '0', '2016-12-01 13:15:21', '2016-12-01 13:15:21', '0'); INSERT INTO `u_user` VALUES ('139', '15640115271', '', '巴林', '9db06bcff9248837f86d1a6bcf41c9e7', '1', '0', '2016-12-01 15:17:28', '2016-12-01 15:17:28', '0'); INSERT INTO `u_user` VALUES ('140', '15069096693', '', 'zhaotao', '88559bbd8c298d505dc94bb408fa2fcf', '1', '0', '2016-12-01 16:21:59', '2016-12-01 17:34:16', '0'); INSERT INTO `u_user` VALUES ('141', '13289352221', '', 'qq1934562999', '57adc845a100218bc022a84b3f543756', '1', '0', '2016-12-02 13:37:36', '2016-12-02 13:37:36', '0'); INSERT INTO `u_user` VALUES ('142', '18535126916', '', '试试', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-12-07 11:04:54', '2016-12-07 11:04:54', '0'); INSERT INTO `u_user` VALUES ('143', '13141314067', '', '饿鱼', '8741217b48a5f0a9d125ce2badeaa5ca', '1', '0', '2016-12-07 11:25:03', '2016-12-07 13:35:13', '0'); INSERT INTO `u_user` VALUES ('144', '17896034781', '', 'mieie', '9db06bcff9248837f86d1a6bcf41c9e7', '1', '0', '2016-12-07 14:19:46', '2016-12-07 14:19:46', '0'); INSERT INTO `u_user` VALUES ('145', '15901256898', '', 'weapon0111', 'd1f19b27c8048b965588b44ca00e14d4', '1', '0', '2016-12-07 17:26:13', '2016-12-07 17:26:13', '0'); INSERT INTO `u_user` VALUES ('146', '13952723133', '', 'yzfengzhi', 'c12b9d360fc68c783b14ceb49cb9fc56', '1', '0', '2016-12-07 22:05:10', '2016-12-07 22:05:10', '0'); INSERT INTO `u_user` VALUES ('147', '13754780466', '', '晒太阳的蜥蜴', '9887ec068cc5623d9a0c7eaa24d1c398', '1', '0', '2016-12-08 07:52:42', '2016-12-08 11:23:39', '0'); INSERT INTO `u_user` VALUES ('148', '15515923721', '', '韩国营林装饰', 'b7f4d873e2d86dbb827fe3264b92b4e1', '1', '0', '2016-12-08 12:08:20', '2016-12-08 12:08:20', '0'); INSERT INTO `u_user` VALUES ('149', '15089795867', '', 'LYR51669', '895e033b12a5dc347ed1722e63c64988', '1', '0', '2016-12-08 15:19:05', '2016-12-08 15:19:05', '0'); INSERT INTO `u_user` VALUES ('150', '18515071312', '', '博物语', '344c9de3bdcfb0395365163e31e8e70c', '1', '0', '2016-12-08 16:34:20', '2016-12-17 14:09:42', '0'); INSERT INTO `u_user` VALUES ('151', '13873025633', '', '游朴', '1ce68df899937530f49a0873ec03dec3', '1', '0', '2016-12-09 12:54:24', '2016-12-09 12:54:24', '0'); INSERT INTO `u_user` VALUES ('152', '18613800276', '', 'guowei', '4de11e94e6dab3ddd1e076ff1a66d1b2', '1', '0', '2016-12-09 13:34:56', '2016-12-13 21:12:16', '0'); INSERT INTO `u_user` VALUES ('153', '13145202575', '', 'dongyuwei', '9d80a4f8886956147dc40aea866aa1f4', '1', '0', '2016-12-09 14:37:16', '2016-12-09 14:37:16', '0'); INSERT INTO `u_user` VALUES ('154', '18878515699', '', 'huatuo', 'c2edb83145de1c02bbe75e0a62b9ba1f', '1', '0', '2016-12-09 15:00:14', '2016-12-11 13:29:10', '0'); INSERT INTO `u_user` VALUES ('155', '13739101749', '', '疯不息', 'd76e511644e2f01bf84d9530a485eb63', '1', '0', '2016-12-09 16:24:46', '2016-12-09 16:24:46', '0'); INSERT INTO `u_user` VALUES ('156', '13422804346', '', 'gkajun32', '18f9acdcd19ab8226085bb745a0e46ee', '1', '0', '2016-12-09 17:34:40', '2016-12-09 17:34:40', '0'); INSERT INTO `u_user` VALUES ('157', '15264985166', '', '老付', 'f4b092ab42ef6a3c93ba71a4ddfe304d', '1', '0', '2016-12-10 12:38:25', '2016-12-10 16:08:20', '0'); INSERT INTO `u_user` VALUES ('158', '18861335613', '', 'kaystyle', '92a2b30679ba408385b729cbb0efac5c', '1', '0', '2016-12-10 18:05:47', '2016-12-10 18:05:47', '0'); INSERT INTO `u_user` VALUES ('159', '15689045333', '', '同创装饰', 'e3ce0575ce105906700ec296a937204e', '1', '0', '2016-12-11 11:34:46', '2016-12-11 11:34:46', '0'); INSERT INTO `u_user` VALUES ('160', '15511405112', 'oxlHpwN25km0RLo9SBG7UcivTwLM', '梦桐疏影', '7ae26ea3d449eaf372011573745de179', '1', '0', '2016-12-11 18:14:13', '2016-12-11 18:14:13', '0'); INSERT INTO `u_user` VALUES ('161', '18559233003', '', 'Gary', '321e55233e416fa46ff8417aad287f55', '1', '0', '2016-12-11 18:46:57', '2016-12-12 16:05:49', '0'); INSERT INTO `u_user` VALUES ('162', '18312454823', '', 'linge', '3c1d82a8a132a9ff75be1ad759e84967', '1', '0', '2016-12-12 10:30:18', '2016-12-12 10:30:18', '0'); INSERT INTO `u_user` VALUES ('163', '15823991911', 'oxlHpwCTSrudoJgf7yPsJPaBkxiY', '鑫大陆', 'f93035c5a95cae1223cb62459c9d7307', '1', '0', '2016-12-12 11:10:58', '2016-12-12 14:03:08', '0'); INSERT INTO `u_user` VALUES ('164', '15881358755', '', 'supermax', '97a1a9640c040f27d8e5f7e8e06bd140', '1', '0', '2016-12-12 14:37:57', '2016-12-12 14:37:57', '0'); INSERT INTO `u_user` VALUES ('165', '18682568777', '', '金麦航拍', 'b537a06cf3bcb33206237d7149c27bc3', '1', '0', '2016-12-12 14:46:52', '2016-12-12 19:26:17', '0'); INSERT INTO `u_user` VALUES ('166', '15771953618', '', '水中影', 'a1e260bec3bf52d62caa1aba84ca9ff9', '1', '0', '2016-12-12 15:22:34', '2016-12-12 15:22:34', '0'); INSERT INTO `u_user` VALUES ('167', '18063902338', '', 'hddy', '3bcf81201e22c161643c0e720eafa827', '1', '0', '2016-12-12 18:53:32', '2016-12-19 17:06:02', '0'); INSERT INTO `u_user` VALUES ('168', '15850334322', '', '后山人空间策划设计事务所', 'a0be2cdc5e7a561694b208477d93585e', '1', '0', '2016-12-12 20:45:12', '2016-12-12 20:45:12', '0'); INSERT INTO `u_user` VALUES ('169', '', 'oxlHpwGts5m5ZOys7G7O0jgBrFuo', '阿不', '', '1', '0', '2016-12-13 12:16:43', '2016-12-13 18:39:24', '0'); INSERT INTO `u_user` VALUES ('170', '18819493884', '', 'SoBan', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-12-13 14:16:03', '2016-12-14 16:16:30', '0'); INSERT INTO `u_user` VALUES ('171', '15121017720', '', '沐涟渔', 'f174d4626599ba9fdf789acce7d26f4f', '1', '0', '2016-12-13 18:46:51', '2016-12-13 18:46:51', '0'); INSERT INTO `u_user` VALUES ('172', '18832914311', '', 'test', '6cd7c04cb026ad7a0158e78d409483c9', '1', '0', '2016-12-13 19:41:07', '2016-12-13 19:41:07', '0'); INSERT INTO `u_user` VALUES ('173', '15570202777', '', 'ELK', 'a6e6940dda1b4526c98de9cfbc91199c', '4', '0', '2016-12-14 13:02:14', '2016-12-14 13:22:54', '0'); INSERT INTO `u_user` VALUES ('174', '15289307768', '', 'amrit', '62487f34495ceb82d639e772b1e8326f', '1', '0', '2016-12-15 11:17:21', '2016-12-15 11:17:21', '0'); INSERT INTO `u_user` VALUES ('175', '13795351615', '', 'bo_ku', '1f8570ba2253a540574ef3c5fd5a3a88', '1', '0', '2016-12-15 15:37:36', '2016-12-20 11:15:42', '0'); INSERT INTO `u_user` VALUES ('176', '13908659999', '', '彭少波', '298cbd7551767ae2033b8e24a06f17da', '1', '0', '2016-12-15 17:01:42', '2016-12-15 17:01:42', '0'); INSERT INTO `u_user` VALUES ('177', '18522539562', '', 'jeanlee', '9db06bcff9248837f86d1a6bcf41c9e7', '1', '0', '2016-12-15 20:22:58', '2016-12-15 21:59:30', '0'); INSERT INTO `u_user` VALUES ('178', '18747881905', '', '397748268', 'df4b5641d40d4790e9c087d2c03d1e34', '1', '0', '2016-12-16 09:01:36', '2016-12-16 10:43:00', '0'); INSERT INTO `u_user` VALUES ('179', '18360572935', '', '筱强', '43fcbe30b3e5120ade166f27bbf96e68', '1', '0', '2016-12-16 11:28:26', '2016-12-16 11:28:26', '0'); INSERT INTO `u_user` VALUES ('180', '13862108027', '', 'jicheng', '063deb8051d0fadff13b79acf05818a4', '1', '0', '2016-12-16 16:49:31', '2016-12-16 16:49:31', '0'); INSERT INTO `u_user` VALUES ('181', '18309465131', '', 'wjssbj2', '82923762c458f134daf9bd47538050ae', '1', '0', '2016-12-16 18:56:16', '2016-12-16 18:56:16', '0'); INSERT INTO `u_user` VALUES ('182', '18865950621', '', 'crewzl', 'de637e31fb9bb6eb7dd351163b5f04bd', '1', '0', '2016-12-16 21:24:54', '2016-12-16 21:24:54', '0'); INSERT INTO `u_user` VALUES ('183', '15149314296', '', '无星之夜的流浪汉', '0db1cca78671358190f6f2265b06069b', '1', '0', '2016-12-17 13:48:04', '2016-12-17 13:48:04', '0'); INSERT INTO `u_user` VALUES ('184', '15831801426', '', 'shengshi', '14e1b600b1fd579f47433b88e8d85291', '1', '0', '2016-12-18 17:52:43', '2016-12-18 17:52:43', '0'); INSERT INTO `u_user` VALUES ('185', '15538864154', '', '卓凡科技', 'bde5b26afdb90f27a2e2dadd4a3b08a6', '1', '0', '2016-12-19 10:36:42', '2016-12-19 10:36:42', '0'); INSERT INTO `u_user` VALUES ('186', '15670389145', '', '小辉1994', '9410252f28c4c51db65355fe69cbda17', '1', '0', '2016-12-19 11:25:35', '2016-12-19 11:25:35', '0'); INSERT INTO `u_user` VALUES ('187', '13212345678', '', 'vip', '9db06bcff9248837f86d1a6bcf41c9e7', '9', '0', '2016-12-19 16:56:40', '2016-12-19 16:57:05', '0'); INSERT INTO `u_user` VALUES ('188', '15017781821', '', 'ldy08ldy', 'a40549f007f97321fc3fbd6537171df7', '1', '0', '2016-12-20 11:59:40', '2016-12-20 11:59:40', '0'); INSERT INTO `u_user` VALUES ('189', '18576228752', '', '中山市大唐盛世品牌策划有限公司', 'bcf3bf19e522c8405b9120d14d24d5a0', '1', '0', '2016-12-20 12:01:58', '2016-12-20 12:01:58', '0'); INSERT INTO `u_user` VALUES ('190', '15968196263', '', 'VR小哥', 'd59eb828e57156014adc4ce1ec3a6167', '1', '0', '2016-12-20 12:02:17', '2016-12-20 12:02:17', '0'); INSERT INTO `u_user` VALUES ('191', '13879079671', '', '阿凡', '2f51cc093805868c207d0171d4511943', '1', '0', '2016-12-20 13:08:37', '2016-12-20 13:09:27', '0'); INSERT INTO `u_user` VALUES ('192', '18030695590', '', '摄影师丛涛', '14e1b600b1fd579f47433b88e8d85291', '10', '0', '2016-12-20 13:33:47', '2016-12-20 13:34:16', '0'); -- ---------------------------- -- Table structure for `u_atlasmain` -- ---------------------------- DROP TABLE IF EXISTS `u_atlasmain`; CREATE TABLE `u_atlasmain` ( `pk_atlas_main` int(11) unsigned NOT NULL AUTO_INCREMENT, `pk_user_main` int(11) DEFAULT NULL, `name` varchar(200) NOT NULL, `create_time` datetime NOT NULL, `atlas_type` tinyint(1) NOT NULL COMMENT '图册类型 0 默认图册 1 用户自己创建', PRIMARY KEY (`pk_atlas_main`) ) ENGINE=InnoDB AUTO_INCREMENT=268 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_atlasmain -- ---------------------------- INSERT INTO `u_atlasmain` VALUES ('1', '12', '默认图册', '2016-09-05 14:29:04', '0'); INSERT INTO `u_atlasmain` VALUES ('28', '46', '默认图册', '2016-09-29 15:06:57', '0'); INSERT INTO `u_atlasmain` VALUES ('31', '47', '默认图册', '2016-10-02 16:03:13', '0'); INSERT INTO `u_atlasmain` VALUES ('32', '48', '我的家', '2016-10-02 23:02:37', '1'); INSERT INTO `u_atlasmain` VALUES ('33', '49', '默认图册', '2016-10-04 17:55:28', '0'); INSERT INTO `u_atlasmain` VALUES ('35', '49', '名豪官邸', '2016-10-05 00:33:01', '1'); INSERT INTO `u_atlasmain` VALUES ('36', '50', '默认图册', '2016-10-06 01:13:22', '0'); INSERT INTO `u_atlasmain` VALUES ('37', '51', '测试全景', '2016-10-06 10:29:46', '1'); INSERT INTO `u_atlasmain` VALUES ('38', '52', '默认图册', '2016-10-06 15:13:44', '0'); INSERT INTO `u_atlasmain` VALUES ('39', '51', '白洋淀王家寨农家院全景图', '2016-10-07 19:02:10', '1'); INSERT INTO `u_atlasmain` VALUES ('40', '51', '智能卫生间', '2016-10-07 19:28:06', '1'); INSERT INTO `u_atlasmain` VALUES ('41', '53', '默认图册', '2016-10-09 09:55:42', '0'); INSERT INTO `u_atlasmain` VALUES ('43', '54', '默认图册', '2016-10-10 11:17:41', '0'); INSERT INTO `u_atlasmain` VALUES ('46', '55', '默认图册', '2016-10-14 13:37:35', '0'); INSERT INTO `u_atlasmain` VALUES ('47', '55', '职大', '2016-10-14 13:46:25', '1'); INSERT INTO `u_atlasmain` VALUES ('52', '57', '默认图册', '2016-10-23 16:31:24', '0'); INSERT INTO `u_atlasmain` VALUES ('58', '59', '默认图册', '2016-10-25 14:52:09', '0'); INSERT INTO `u_atlasmain` VALUES ('59', '60', '大美长沙', '2016-10-25 14:59:59', '1'); INSERT INTO `u_atlasmain` VALUES ('60', '59', '111', '2016-10-25 15:01:02', '1'); INSERT INTO `u_atlasmain` VALUES ('61', '61', '默认图册', '2016-10-25 15:03:26', '0'); INSERT INTO `u_atlasmain` VALUES ('62', '59', '1112', '2016-10-25 15:05:18', '1'); INSERT INTO `u_atlasmain` VALUES ('63', '59', '1112', '2016-10-25 15:05:18', '1'); INSERT INTO `u_atlasmain` VALUES ('64', '59', '1112', '2016-10-25 15:05:19', '1'); INSERT INTO `u_atlasmain` VALUES ('66', '47', 'WXL-TEST(勿删)', '2016-10-26 21:54:55', '1'); INSERT INTO `u_atlasmain` VALUES ('68', '62', '飞笔', '2016-11-01 09:24:18', '1'); INSERT INTO `u_atlasmain` VALUES ('69', '65', '默认图册', '2016-11-02 12:50:24', '0'); INSERT INTO `u_atlasmain` VALUES ('70', '66', 'XIAOGUOTU', '2016-11-02 14:35:25', '1'); INSERT INTO `u_atlasmain` VALUES ('71', '67', '2016年效果图', '2016-11-02 14:39:17', '1'); INSERT INTO `u_atlasmain` VALUES ('72', '68', '66', '2016-11-02 14:42:12', '1'); INSERT INTO `u_atlasmain` VALUES ('73', '69', '默认图册', '2016-11-02 16:12:30', '0'); INSERT INTO `u_atlasmain` VALUES ('76', '72', '默认图册', '2016-11-10 15:00:31', '0'); INSERT INTO `u_atlasmain` VALUES ('78', '73', '1233', '2016-11-14 10:48:14', '1'); INSERT INTO `u_atlasmain` VALUES ('79', '74', '全景图', '2016-11-14 16:27:27', '1'); INSERT INTO `u_atlasmain` VALUES ('80', '65', '公司', '2016-11-14 16:53:06', '1'); INSERT INTO `u_atlasmain` VALUES ('81', '65', 'Vic', '2016-11-14 17:17:13', '1'); INSERT INTO `u_atlasmain` VALUES ('83', '75', '默认图册', '2016-11-15 20:15:53', '0'); INSERT INTO `u_atlasmain` VALUES ('84', '76', '默认图册', '2016-11-16 11:36:27', '0'); INSERT INTO `u_atlasmain` VALUES ('85', '77', '默认图册', '2016-11-16 11:51:15', '0'); INSERT INTO `u_atlasmain` VALUES ('86', '78', '默认图册', '2016-11-16 13:26:51', '0'); INSERT INTO `u_atlasmain` VALUES ('87', '73', '234', '2016-11-16 14:11:58', '1'); INSERT INTO `u_atlasmain` VALUES ('88', '73', '234', '2016-11-16 14:11:59', '1'); INSERT INTO `u_atlasmain` VALUES ('89', '79', '商城demo', '2016-11-16 15:49:24', '1'); INSERT INTO `u_atlasmain` VALUES ('90', '80', '默认图册', '2016-11-16 16:58:41', '0'); INSERT INTO `u_atlasmain` VALUES ('91', '81', '测试', '2016-11-16 17:18:40', '1'); INSERT INTO `u_atlasmain` VALUES ('92', '83', '默认图册', '2016-11-16 17:55:20', '0'); INSERT INTO `u_atlasmain` VALUES ('93', '84', '默认图册', '2016-11-16 23:03:38', '0'); INSERT INTO `u_atlasmain` VALUES ('94', '85', '默认图册', '2016-11-17 09:41:48', '0'); INSERT INTO `u_atlasmain` VALUES ('95', '86', '默认图册', '2016-11-17 10:07:30', '0'); INSERT INTO `u_atlasmain` VALUES ('96', '86', 'aaa', '2016-11-17 10:07:41', '1'); INSERT INTO `u_atlasmain` VALUES ('97', '87', '默认图册', '2016-11-17 12:17:48', '0'); INSERT INTO `u_atlasmain` VALUES ('98', '88', 'larei', '2016-11-17 14:56:55', '1'); INSERT INTO `u_atlasmain` VALUES ('99', '89', '制作', '2016-11-17 17:09:39', '1'); INSERT INTO `u_atlasmain` VALUES ('100', '90', '默认图册', '2016-11-18 14:35:13', '0'); INSERT INTO `u_atlasmain` VALUES ('102', '91', '默认图册', '2016-11-18 21:27:53', '0'); INSERT INTO `u_atlasmain` VALUES ('103', '92', '默认图册', '2016-11-18 22:28:28', '0'); INSERT INTO `u_atlasmain` VALUES ('106', '93', '智能家居', '2016-11-19 15:03:05', '1'); INSERT INTO `u_atlasmain` VALUES ('108', '94', '默认图册', '2016-11-19 19:50:01', '0'); INSERT INTO `u_atlasmain` VALUES ('111', '95', '默认图册', '2016-11-20 12:40:07', '0'); INSERT INTO `u_atlasmain` VALUES ('113', '96', '默认图册', '2016-11-20 22:01:00', '0'); INSERT INTO `u_atlasmain` VALUES ('119', '97', '默认图册', '2016-11-21 09:38:23', '0'); INSERT INTO `u_atlasmain` VALUES ('120', '99', '默认图册', '2016-11-21 13:41:07', '0'); INSERT INTO `u_atlasmain` VALUES ('121', '100', '默认图册', '2016-11-21 13:48:27', '0'); INSERT INTO `u_atlasmain` VALUES ('122', '102', '广场工地', '2016-11-22 00:49:35', '1'); INSERT INTO `u_atlasmain` VALUES ('123', '103', '默认图册', '2016-11-22 12:21:17', '0'); INSERT INTO `u_atlasmain` VALUES ('124', '104', '默认图册', '2016-11-23 14:55:03', '0'); INSERT INTO `u_atlasmain` VALUES ('125', '105', '默认图册', '2016-11-23 16:22:30', '0'); INSERT INTO `u_atlasmain` VALUES ('128', '106', '默认图册', '2016-11-23 20:52:30', '0'); INSERT INTO `u_atlasmain` VALUES ('139', '107', '家居室内设计案例', '2016-11-26 13:06:03', '1'); INSERT INTO `u_atlasmain` VALUES ('140', '108', '默认图册', '2016-11-26 16:45:04', '0'); INSERT INTO `u_atlasmain` VALUES ('141', '109', '默认图册', '2016-11-26 18:28:10', '0'); INSERT INTO `u_atlasmain` VALUES ('142', '110', '默认图册', '2016-11-26 21:10:28', '0'); INSERT INTO `u_atlasmain` VALUES ('143', '111', '图册', '2016-11-26 21:51:03', '1'); INSERT INTO `u_atlasmain` VALUES ('144', '112', '默认图册', '2016-11-27 10:52:53', '0'); INSERT INTO `u_atlasmain` VALUES ('145', '113', '室内', '2016-11-27 13:49:44', '1'); INSERT INTO `u_atlasmain` VALUES ('146', '109', '相册1', '2016-11-27 15:03:21', '1'); INSERT INTO `u_atlasmain` VALUES ('147', '114', '123123', '2016-11-27 20:55:27', '1'); INSERT INTO `u_atlasmain` VALUES ('148', '115', '默认图册', '2016-11-28 11:13:05', '0'); INSERT INTO `u_atlasmain` VALUES ('149', '116', '默认图册', '2016-11-28 12:38:22', '0'); INSERT INTO `u_atlasmain` VALUES ('150', '117', '111', '2016-11-28 14:10:02', '1'); INSERT INTO `u_atlasmain` VALUES ('153', '118', '默认图册', '2016-11-28 15:28:52', '0'); INSERT INTO `u_atlasmain` VALUES ('154', '119', '1', '2016-11-28 15:35:01', '1'); INSERT INTO `u_atlasmain` VALUES ('155', '120', '全景图', '2016-11-28 15:44:53', '1'); INSERT INTO `u_atlasmain` VALUES ('156', '121', '默认图册', '2016-11-28 16:40:05', '0'); INSERT INTO `u_atlasmain` VALUES ('158', '122', '1128', '2016-11-28 17:51:50', '1'); INSERT INTO `u_atlasmain` VALUES ('160', '124', '默认图册', '2016-11-28 23:50:24', '0'); INSERT INTO `u_atlasmain` VALUES ('161', '126', '测试1', '2016-11-29 01:11:55', '1'); INSERT INTO `u_atlasmain` VALUES ('162', '126', '测试2', '2016-11-29 01:14:30', '1'); INSERT INTO `u_atlasmain` VALUES ('163', '127', '1', '2016-11-29 14:03:55', '1'); INSERT INTO `u_atlasmain` VALUES ('165', '128', 'test', '2016-11-29 14:29:29', '1'); INSERT INTO `u_atlasmain` VALUES ('167', '129', '默认图册', '2016-11-29 16:58:31', '0'); INSERT INTO `u_atlasmain` VALUES ('170', '130', '123', '2016-11-30 12:00:23', '1'); INSERT INTO `u_atlasmain` VALUES ('171', '131', '默认图册', '2016-11-30 13:09:41', '0'); INSERT INTO `u_atlasmain` VALUES ('172', '132', '默认图册', '2016-11-30 13:52:08', '0'); INSERT INTO `u_atlasmain` VALUES ('173', '132', 'wjhk', '2016-11-30 13:52:23', '1'); INSERT INTO `u_atlasmain` VALUES ('174', '134', '默认图册', '2016-11-30 15:59:42', '0'); INSERT INTO `u_atlasmain` VALUES ('175', '135', '3333', '2016-11-30 16:06:20', '1'); INSERT INTO `u_atlasmain` VALUES ('177', '134', '测试01', '2016-11-30 18:17:24', '1'); INSERT INTO `u_atlasmain` VALUES ('178', '136', '默认图册', '2016-11-30 19:14:24', '0'); INSERT INTO `u_atlasmain` VALUES ('179', '137', '默认图册', '2016-12-01 12:10:34', '0'); INSERT INTO `u_atlasmain` VALUES ('180', '138', '默认图册', '2016-12-01 13:15:33', '0'); INSERT INTO `u_atlasmain` VALUES ('181', '139', '风景', '2016-12-01 15:17:59', '1'); INSERT INTO `u_atlasmain` VALUES ('183', '140', '默认图册', '2016-12-01 17:04:23', '0'); INSERT INTO `u_atlasmain` VALUES ('185', '141', 'w', '2016-12-02 13:37:42', '1'); INSERT INTO `u_atlasmain` VALUES ('188', '112', '全景VR花色展示', '2016-12-03 09:13:48', '1'); INSERT INTO `u_atlasmain` VALUES ('195', '142', '默认图册', '2016-12-07 11:05:09', '0'); INSERT INTO `u_atlasmain` VALUES ('196', '143', '默认图册', '2016-12-07 11:25:15', '0'); INSERT INTO `u_atlasmain` VALUES ('197', '144', '默认图册', '2016-12-07 14:20:03', '0'); INSERT INTO `u_atlasmain` VALUES ('199', '145', '默认图册', '2016-12-07 17:29:10', '0'); INSERT INTO `u_atlasmain` VALUES ('200', '146', '默认图册', '2016-12-07 22:06:17', '0'); INSERT INTO `u_atlasmain` VALUES ('201', '147', '默认图册', '2016-12-08 07:52:55', '0'); INSERT INTO `u_atlasmain` VALUES ('202', '148', '营林', '2016-12-08 12:08:56', '1'); INSERT INTO `u_atlasmain` VALUES ('205', '149', '默认图册', '2016-12-08 15:19:12', '0'); INSERT INTO `u_atlasmain` VALUES ('206', '150', '默认图册', '2016-12-08 16:34:28', '0'); INSERT INTO `u_atlasmain` VALUES ('208', '151', '默认图册', '2016-12-09 12:54:43', '0'); INSERT INTO `u_atlasmain` VALUES ('209', '151', '广州苹果装饰', '2016-12-09 12:59:06', '1'); INSERT INTO `u_atlasmain` VALUES ('210', '152', '默认图册', '2016-12-09 13:35:03', '0'); INSERT INTO `u_atlasmain` VALUES ('212', '153', '默认图册', '2016-12-09 14:37:36', '0'); INSERT INTO `u_atlasmain` VALUES ('213', '154', 'Kehu', '2016-12-09 15:00:22', '1'); INSERT INTO `u_atlasmain` VALUES ('214', '155', '默认图册', '2016-12-09 16:24:57', '0'); INSERT INTO `u_atlasmain` VALUES ('215', '157', '默认图册', '2016-12-10 12:38:47', '0'); INSERT INTO `u_atlasmain` VALUES ('216', '158', '默认图册', '2016-12-10 18:07:15', '0'); INSERT INTO `u_atlasmain` VALUES ('217', '159', '默认图册', '2016-12-11 11:35:03', '0'); INSERT INTO `u_atlasmain` VALUES ('218', '160', '默认图册', '2016-12-11 18:14:55', '0'); INSERT INTO `u_atlasmain` VALUES ('219', '161', '默认图册', '2016-12-11 18:47:11', '0'); INSERT INTO `u_atlasmain` VALUES ('220', '162', '默认图册', '2016-12-12 10:30:30', '0'); INSERT INTO `u_atlasmain` VALUES ('221', '163', '欧式', '2016-12-12 11:11:18', '1'); INSERT INTO `u_atlasmain` VALUES ('222', '163', '中式', '2016-12-12 11:11:26', '1'); INSERT INTO `u_atlasmain` VALUES ('223', '163', '地中海/田园', '2016-12-12 11:11:45', '1'); INSERT INTO `u_atlasmain` VALUES ('224', '163', '美式', '2016-12-12 11:11:52', '1'); INSERT INTO `u_atlasmain` VALUES ('225', '163', '工装', '2016-12-12 11:12:01', '1'); INSERT INTO `u_atlasmain` VALUES ('226', '164', 'test', '2016-12-12 14:38:12', '1'); INSERT INTO `u_atlasmain` VALUES ('227', '165', '默认图册', '2016-12-12 14:47:30', '0'); INSERT INTO `u_atlasmain` VALUES ('228', '166', '默认图册', '2016-12-12 15:22:46', '0'); INSERT INTO `u_atlasmain` VALUES ('229', '166', '我的全景', '2016-12-12 15:24:37', '1'); INSERT INTO `u_atlasmain` VALUES ('230', '167', '11', '2016-12-12 18:53:42', '1'); INSERT INTO `u_atlasmain` VALUES ('232', '168', '默认图册', '2016-12-12 20:45:39', '0'); INSERT INTO `u_atlasmain` VALUES ('234', '169', '默认图册', '2016-12-13 12:17:09', '0'); INSERT INTO `u_atlasmain` VALUES ('235', '170', '默认图册', '2016-12-13 14:16:20', '0'); INSERT INTO `u_atlasmain` VALUES ('236', '170', '房子', '2016-12-13 14:16:48', '1'); INSERT INTO `u_atlasmain` VALUES ('237', '171', '默认图册', '2016-12-13 18:47:03', '0'); INSERT INTO `u_atlasmain` VALUES ('238', '172', '默认图册', '2016-12-13 19:41:14', '0'); INSERT INTO `u_atlasmain` VALUES ('240', '173', '默认图册', '2016-12-14 13:02:21', '0'); INSERT INTO `u_atlasmain` VALUES ('243', '174', '默认图册', '2016-12-15 11:17:33', '0'); INSERT INTO `u_atlasmain` VALUES ('245', '175', '默认图册', '2016-12-15 15:37:43', '0'); INSERT INTO `u_atlasmain` VALUES ('247', '176', '默认图册', '2016-12-15 17:02:14', '0'); INSERT INTO `u_atlasmain` VALUES ('248', '176', '克缇', '2016-12-15 17:03:01', '1'); INSERT INTO `u_atlasmain` VALUES ('249', '12', '张大伟', '2016-12-15 17:28:25', '1'); INSERT INTO `u_atlasmain` VALUES ('250', '177', '默认图册', '2016-12-15 20:23:20', '0'); INSERT INTO `u_atlasmain` VALUES ('252', '178', '默认图册', '2016-12-16 09:01:50', '0'); INSERT INTO `u_atlasmain` VALUES ('253', '179', '默认图册', '2016-12-16 11:28:35', '0'); INSERT INTO `u_atlasmain` VALUES ('254', '173', '12', '2016-12-16 15:49:21', '1'); INSERT INTO `u_atlasmain` VALUES ('255', '180', '默认图册', '2016-12-16 16:49:42', '0'); INSERT INTO `u_atlasmain` VALUES ('256', '181', '默认图册', '2016-12-16 18:56:34', '0'); INSERT INTO `u_atlasmain` VALUES ('257', '182', '111', '2016-12-16 21:25:06', '1'); INSERT INTO `u_atlasmain` VALUES ('259', '185', '默认图册', '2016-12-19 10:36:52', '0'); INSERT INTO `u_atlasmain` VALUES ('260', '186', '默认图册', '2016-12-19 11:25:47', '0'); INSERT INTO `u_atlasmain` VALUES ('261', '187', '默认图册', '2016-12-19 16:57:12', '0'); INSERT INTO `u_atlasmain` VALUES ('262', '188', '默认图册', '2016-12-20 12:00:25', '0'); INSERT INTO `u_atlasmain` VALUES ('263', '188', '2656', '2016-12-20 12:01:24', '1'); INSERT INTO `u_atlasmain` VALUES ('264', '189', '默认图册', '2016-12-20 12:02:09', '0'); INSERT INTO `u_atlasmain` VALUES ('265', '189', '公司测试', '2016-12-20 12:10:52', '1'); INSERT INTO `u_atlasmain` VALUES ('266', '191', '默认图册', '2016-12-20 13:10:03', '0'); INSERT INTO `u_atlasmain` VALUES ('267', '192', '默认图册', '2016-12-20 13:34:33', '0'); -- ---------------------------- -- Table structure for `u_pano_config` -- ---------------------------- DROP TABLE IF EXISTS `u_pano_config`; CREATE TABLE `u_pano_config` ( `pk_pano_config` int(11) unsigned NOT NULL AUTO_INCREMENT, `pk_works_main` int(11) NOT NULL, `open_alert` text NOT NULL, `bg_music` text NOT NULL, `sky_land_shade` text NOT NULL, `footmark` tinyint(1) unsigned NOT NULL DEFAULT '1', `tour_guide` text NOT NULL, `url_phone_nvg` text NOT NULL, `speech_explain` text NOT NULL, `angle_of_view` text NOT NULL, `special_effects` text NOT NULL, `littleplanet` tinyint(1) unsigned NOT NULL DEFAULT '1', `gyro` tinyint(1) unsigned NOT NULL DEFAULT '1', `sand_table` text NOT NULL, `custom_logo` text NOT NULL, `scene_group` text NOT NULL, `scenechoose` tinyint(1) NOT NULL DEFAULT '1', `comment` tinyint(1) unsigned NOT NULL DEFAULT '1', `hotspot` mediumtext NOT NULL, `autorotate` tinyint(1) NOT NULL DEFAULT '1', `loading_img` text NOT NULL, `custom_right_button` text NOT NULL COMMENT '自定义右键菜单', PRIMARY KEY (`pk_pano_config`), KEY `pano_config_works_wid` (`pk_works_main`), CONSTRAINT `pano_config_works_wid` FOREIGN KEY (`pk_works_main`) REFERENCES `u_worksmain` (`pk_works_main`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=652 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_pano_config -- ---------------------------- INSERT INTO `u_pano_config` VALUES ('59', '74', '{\"useAlert\":true,\"isDefault\":true,\"imgPath\":\"/static/images/kr/openalert.png\"}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useMusic\":\"1\",\"imgUuid\":\"3ac173b230506fa0\",\"mediaUrl\":\"http://static.useevr.cn/47/media/msc/cc93a320316441a1.mp3\",\"mediaTitle\":\"Dido - This Land Is Mine.mp3\"},{\"useMusic\":\"1\",\"imgUuid\":\"861f39125d5ecb33\",\"mediaUrl\":\"http://static.useevr.cn/47/media/msc/314282886fff1fa7.mp3\",\"mediaTitle\":\"许巍 - 生活不止眼前的苟且.mp3\"},{\"useMusic\":\"\",\"imgUuid\":\"b9398d083e134c7d\"}]}', '{\"isWhole\":false,\"shadeSetting\":[{\"useShade\":false},{\"useShade\":false},{\"useShade\":false}]}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/kr/iconfont-link.png\",\"title\":\"官网\",\"type\":\"1\",\"content\":\"http://www.krpano100.com\"},{\"imgPath\":\"/static/images/kr/iconfont-link.png\",\"title\":\"合作\",\"type\":\"1\",\"content\":\"13612345678\"},{\"imgPath\":\"/static/images/kr/iconfont-link.png\",\"title\":\"地点\",\"type\":\"0\",\"content\":{\"J\":\"30.659845\",\"C\":\"104.06555\",\"lng\":\"104.06555\",\"lat\":\"30.659845\"}}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_3ac173b230506fa0\",\"hlookat\":-101.05840498905,\"vlookat\":-0.81255962294838,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_861f39125d5ecb33\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_b9398d083e134c7d\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_3ac173b230506fa0\",\"isOpen\":true,\"effectType\":\"hearts\"},{\"sceneName\":\"scene_861f39125d5ecb33\",\"isOpen\":false},{\"sceneName\":\"scene_b9398d083e134c7d\",\"isOpen\":false}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"user\":\"空间和健康和空间\",\"logoImgPath\":\"/static/images/kr/vr-show-logo.png\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_3ac173b230506fa0\",\"viewuuid\":\"3ac173b230506fa0\",\"imgPath\":\"http://static.useevr.cn/47/works/3ac173b230506fa0/thumb.jpg\",\"sceneTitle\":\"客厅\"},{\"sceneName\":\"scene_861f39125d5ecb33\",\"viewuuid\":\"861f39125d5ecb33\",\"imgPath\":\"http://static.useevr.cn/47/works/861f39125d5ecb33/thumb.jpg\",\"sceneTitle\":\"主卧\"},{\"sceneName\":\"scene_b9398d083e134c7d\",\"viewuuid\":\"b9398d083e134c7d\",\"imgPath\":\"http://static.useevr.cn/47/works/b9398d083e134c7d/thumb.jpg\",\"sceneTitle\":\"厨房\"}]}]}', '0', '1', '{\"scene_3ac173b230506fa0\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"109.22794929733\",\"atv\":\"10.738389627942\",\"name\":\"schp_n5jf7p4fg6\",\"linkedscene\":\"scene_861f39125d5ecb33\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/861f39125d5ecb33/thumb.jpg\"}],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"101.70003804743\",\"atv\":\"4.922561099158\",\"name\":\"schp_axd7nbkzhh\",\"hotspotTitle\":\"跳转链接\",\"link\":\"http://www.taobao.com\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"74.188312667204\",\"atv\":\"27.978783531138\",\"name\":\"schp_qyzrbb5fmx\",\"hotspotTitle\":\"测试\",\"link\":\"http://www.baidu.com\",\"isShowSpotName\":\"\"}],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"76.612674676649\",\"atv\":\"13.630221099797\",\"name\":\"schp_aksbfjismp\",\"hotspotTitle\":\"电子相册\",\"galleryName\":\"glrschp_aksbfjismp\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/47/media/img/7d017a58ab889a6a.jpg\"},{\"src\":\"http://static.useevr.cn/47/media/img/523cae3c8c442ecc.jpg\"}]}],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"91.13838909919\",\"atv\":\"18.690159600813\",\"name\":\"schp_chwyfcc8b5\",\"hotspotTitle\":\"热点文字\",\"wordContent\":\"这是热点文字显示的内容。\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"154.97295594213\",\"atv\":\"7.2509770876819\",\"name\":\"schp_phgpaaa8sd\",\"hotspotTitle\":\"图文热点\",\"wordContent\":\"PHA+Cgk8c3BhbiBzdHlsZT0iY29sb3I6IzAwNjYwMDtmb250LXNpemU6MTZweDsiPjxzdHJvbmc+5Zu+5paH54Ot54K55piva3JwYW5vMTAw5YWo5Zu954us5Yib55qE54Ot54K55qC35byP44CCPC9zdHJvbmc+PC9zcGFuPiAKPC9wPgo8cD4KCTxpbWcgc3JjPSJodHRwOi8vc3RhdGljLnVzZWV2ci5jbi80Ny9tZWRpYS9pbWcvN2QwMTdhNThhYjg4OWE2YS5qcGciIGFsdD0iIiAvPiAKPC9wPg==\",\"isShowSpotName\":\"1\"}]},\"scene_861f39125d5ecb33\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_b9398d083e134c7d\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '0', '', ''); INSERT INTO `u_pano_config` VALUES ('114', '129', '{\"useAlert\":true,\"isDefault\":true,\"imgPath\":\"/static/images/kr/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":false,\"shadeSetting\":[{\"useShade\":true,\"isDefault\":true,\"imgPath\":\"/static/images/kr/shade-logo.png\",\"location\":1,\"imgName\":\"u7cfbu7edfu8865u5730\",\"imgUuid\":\"e4f87afa344de4ce\"},{\"useShade\":false}]}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_e4f87afa344de4ce\",\"hlookat\":49.886431734503,\"vlookat\":-0.069030536514493,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_04be78fe3c04e259\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_e4f87afa344de4ce\",\"isOpen\":false},{\"sceneName\":\"scene_04be78fe3c04e259\",\"isOpen\":false}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"user\":\"\",\"logoImgPath\":\"/static/images/kr/vr-show-logo.png\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_e4f87afa344de4ce\",\"viewuuid\":\"e4f87afa344de4ce\",\"imgPath\":\"http://static.useevr.cn/52/works/e4f87afa344de4ce/thumb.jpg\",\"sceneTitle\":\"quanjing01\"},{\"sceneName\":\"scene_04be78fe3c04e259\",\"viewuuid\":\"04be78fe3c04e259\",\"imgPath\":\"http://static.useevr.cn/52/works/04be78fe3c04e259/thumb.jpg\",\"sceneTitle\":\"quanjing02\"}]}]}', '0', '1', '{\"scene_e4f87afa344de4ce\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"116.72266555793\",\"atv\":\"10.878868816561\",\"name\":\"schp_2y8nn3x2ya\",\"linkedscene\":\"scene_04be78fe3c04e259\",\"sceneTitle\":\"quanjing02\",\"sceneImg\":\"http://static.useevr.cn/52/works/04be78fe3c04e259/thumb.jpg\"}],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"50.03965286045\",\"atv\":\"2.2452040899696\",\"name\":\"schp_qfc3f2kyha\",\"hotspotTitle\":\"图片热点1\",\"galleryName\":\"glrschp_qfc3f2kyha\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/52/media/img/4a896edb50a0bce8.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_04be78fe3c04e259\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '0', '', ''); INSERT INTO `u_pano_config` VALUES ('115', '130', '{\"useAlert\":true,\"isDefault\":true,\"imgPath\":\"/static/images/kr/openalert.png\"}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '0', '1', '{}', '0', '', ''); INSERT INTO `u_pano_config` VALUES ('173', '188', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/55/media/msc/449c42b4af4a03df.mp3\",\"mediaTitle\":\"bj.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/55/media/img/cadba7639df0fb0d.png\",\"title\":\"Tel\",\"type\":\"1\",\"content\":\"18977886272\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_de559700a12f37a3\",\"hlookat\":33.353737478719,\"vlookat\":-6.671064629514,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_85266511ac260c43\",\"hlookat\":-42.416193413046,\"vlookat\":-19.85898137897,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_de559700a12f37a3\",\"isOpen\":false},{\"sceneName\":\"scene_85266511ac260c43\",\"isOpen\":true,\"effectType\":\"goldenstars\"}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"user\":\"\",\"logoImgPath\":\"http://static.useevr.cn/55/media/img/71d80fa2272ee3fc.png\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_de559700a12f37a3\",\"viewuuid\":\"de559700a12f37a3\",\"imgPath\":\"http://static.useevr.cn/55/works/de559700a12f37a3/thumb.jpg\",\"sceneTitle\":\"20161008160925000000\"},{\"sceneName\":\"scene_85266511ac260c43\",\"viewuuid\":\"85266511ac260c43\",\"imgPath\":\"http://static.useevr.cn/55/works/85266511ac260c43/thumb.jpg\",\"sceneTitle\":\"20161008160924610006\"}]}]}', '0', '1', '{\"scene_de559700a12f37a3\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"33.590523790841\",\"atv\":\"-12.576859661553\",\"name\":\"schp_aedrzrntrk\",\"linkedscene\":\"scene_85266511ac260c43\",\"sceneTitle\":\"20161008160924610006\",\"sceneImg\":\"http://static.useevr.cn/55/works/85266511ac260c43/thumb.jpg\"}],\"link\":[{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/55/media/img/71d80fa2272ee3fc.png\",\"thumbPath\":\"http://static.useevr.cn/55/media/img/71d80fa2272ee3fc.png\",\"isDynamic\":\"0\",\"ath\":\"3.9381843437019\",\"atv\":\"-27.556610488397\",\"name\":\"schp_yqzwh3gizf\",\"hotspotTitle\":\"url\",\"link\":\"http://www.hczjzx.com/\",\"isShowSpotName\":\"\"}],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"33.734191760385\",\"atv\":\"-21.052824926247\",\"name\":\"schp_tk6ebq4yks\",\"hotspotTitle\":\"Picture\",\"galleryName\":\"glrschp_tk6ebq4yks\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/55/media/img/cd18c42114444448.jpg\"}]}],\"text\":[],\"voice\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"48.545380671038\",\"atv\":\"-3.9873552523424\",\"name\":\"schp_6m43j5cgar\",\"hotspotTitle\":\"sound\",\"musicSrc\":\"http://static.useevr.cn/55/media/msc/449c42b4af4a03df.mp3\",\"musicTitle\":\"bj.mp3\",\"isShowSpotName\":\"\"}],\"imgtext\":[{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/55/media/img/73e083006457301d.png\",\"thumbPath\":\"http://static.useevr.cn/55/media/img/73e083006457301d.png\",\"isDynamic\":\"0\",\"ath\":\"32.76329766306\",\"atv\":\"-3.7571444739736\",\"name\":\"schp_jj6crwywcm\",\"hotspotTitle\":\"职教中心\",\"wordContent\":\"PHA+CgnogYzmlZnkuK3lv4MKPC9wPgo8cD4KCTxpbWcgc3JjPSJodHRwOi8vYXBpLm1hcC5iYWlkdS5jb20vc3RhdGljaW1hZ2U/Y2VudGVyPTEwOC4wMzcwMzElMjUyQzI0LjY5NjQzNyMqXkBeKiN6b29tPTE4IypeQF4qI3dpZHRoPTU1OCMqXkBeKiNoZWlnaHQ9MzYwIypeQF4qI21hcmtlcnM9MTA4LjAzNzAzMSUyNTJDMjQuNjk2NDM3IypeQF4qI21hcmtlclN0eWxlcz1sJTI1MkNBIiBhbHQ9IiIgLz4KPC9wPgo8cD4KCTxpbWcgc3JjPSJodHRwOi8vd3d3Lmhjemp6eC5jb20vdXBsb2Fkcy9hbGxpbWcvMTUwMTI4LzI1XzE1MDEyODE1MjIyMV8xLkpQRyIgLz4KPC9wPg==\",\"isShowSpotName\":\"\"}]}}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('191', '206', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '0', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_e39f8eb60ad86590\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},null]}', '{\"effectSettings\":[{\"sceneName\":\"scene_e39f8eb60ad86590\",\"isOpen\":false},null]}', '0', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/vr-show-logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_e39f8eb60ad86590\",\"viewuuid\":\"e39f8eb60ad86590\",\"imgPath\":\"http://static.useevr.cn/46/works/e39f8eb60ad86590/thumb.jpg\",\"sceneTitle\":\"147656360291997f\"},{\"sceneName\":\"scene_3e06e488db98cd8c\",\"viewuuid\":\"3e06e488db98cd8c\",\"imgPath\":\"http://static.useevr.cn/46/works/3e06e488db98cd8c/thumb.jpg\",\"sceneTitle\":\"zw\"}]}]}', '0', '0', '{\"scene_e39f8eb60ad86590\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"93.242191994824\",\"atv\":\"-0.57637806399685\",\"name\":\"schp_rdt5jrxcdm\",\"linkedscene\":\"scene_3e06e488db98cd8c\",\"sceneTitle\":\"zw\",\"sceneImg\":\"http://static.useevr.cn/46/works/3e06e488db98cd8c/thumb.jpg\"}],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478931345365thl.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478931345365thl.png\",\"isDynamic\":\"0\",\"ath\":\"-8.0003050014834\",\"atv\":\"-0.49369739180239\",\"name\":\"schp_jqkses3wck\",\"hotspotTitle\":\"123\",\"galleryName\":\"glrschp_jqkses3wck\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://cdn.useevr.cn/46/media/img/2ee5cf4fbdf889ea.png\"}]}],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"93.374008808088\",\"atv\":\"-10.052515941976\",\"name\":\"schp_hqmfjssfi5\",\"hotspotTitle\":\"全景地图介绍\",\"wordContent\":\"全景地图是我们为您提供的全景浏览整个城市的\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1477654230347rz7.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1477654230347rz7.png\",\"isDynamic\":\"0\",\"ath\":\"11.375824088949\",\"atv\":\"4.7539044041804\",\"name\":\"schp_tktq2jcsmw\",\"hotspotTitle\":\"123\",\"wordContent\":\"MTIz\",\"isShowSpotName\":\"\"}]},\"scene_3e06e488db98cd8c\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"41.401685125823\",\"atv\":\"5.1519596715951\",\"name\":\"schp_e4brkhmdbi\",\"linkedscene\":\"scene_e39f8eb60ad86590\",\"sceneTitle\":\"147656360291997f\",\"sceneImg\":\"http://static.useevr.cn/46/works/e39f8eb60ad86590/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '0', '{}', ''); INSERT INTO `u_pano_config` VALUES ('200', '215', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '0', '1', '{}', '0', '{}', ''); INSERT INTO `u_pano_config` VALUES ('209', '224', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '0', '1', '{}', '0', '{}', ''); INSERT INTO `u_pano_config` VALUES ('210', '225', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '0', '1', '{}', '0', '{}', ''); INSERT INTO `u_pano_config` VALUES ('212', '227', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_32998b27d3d0a5ab\",\"hlookat\":281.2686150191,\"vlookat\":49.732762373015,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_32998b27d3d0a5ab\",\"isOpen\":false}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_32998b27d3d0a5ab\",\"viewuuid\":\"32998b27d3d0a5ab\",\"imgPath\":\"http://static.useevr.cn/61/works/32998b27d3d0a5ab/thumb.jpg\",\"sceneTitle\":\"1\"}]}]}', '0', '1', '{\"scene_32998b27d3d0a5ab\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-79.914843520097\",\"atv\":\"15.806686437901\",\"name\":\"schp_kyz8xmnnsd\",\"linkedscene\":\"scene_32998b27d3d0a5ab\",\"sceneTitle\":\"1\",\"sceneImg\":\"http://static.useevr.cn/61/works/32998b27d3d0a5ab/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '0', '{}', ''); INSERT INTO `u_pano_config` VALUES ('220', '235', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/47/media/msc/314282886fff1fa7.mp3\",\"mediaTitle\":\"许巍 - 生活不止眼前的苟且.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/kr/iconfont-link.png\",\"title\":\"咨询处\",\"type\":\"0\",\"content\":{\"J\":\"39.996324\",\"D\":\"116.480838\",\"lng\":\"116.480838\",\"lat\":\"39.996324\"}}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_a8624dcf6e05a4e8\",\"hlookat\":-53.985032207909,\"vlookat\":3.8782140025919,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_07e71dba1e27ce5e\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_4c814bbfa7c55f30\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_ff579390c22405b1\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_614734ba0c123638\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_08658da376769301\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_3e32ec9ce9dc55bc\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_6382be0ee20cf797\",\"hlookat\":-171.05215994095,\"vlookat\":4.5144851598688,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_a8624dcf6e05a4e8\",\"isOpen\":false},{\"sceneName\":\"scene_07e71dba1e27ce5e\",\"isOpen\":false},{\"sceneName\":\"scene_4c814bbfa7c55f30\",\"isOpen\":false},{\"sceneName\":\"scene_ff579390c22405b1\",\"isOpen\":false},{\"sceneName\":\"scene_614734ba0c123638\",\"isOpen\":false},{\"sceneName\":\"scene_08658da376769301\",\"isOpen\":false},{\"sceneName\":\"scene_3e32ec9ce9dc55bc\",\"isOpen\":false},{\"sceneName\":\"scene_6382be0ee20cf797\",\"isOpen\":false}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_6382be0ee20cf797\",\"viewuuid\":\"6382be0ee20cf797\",\"imgPath\":\"http://static.useevr.cn/47/works/6382be0ee20cf797/thumb.jpg\",\"sceneTitle\":\"客厅\"},{\"sceneName\":\"scene_a8624dcf6e05a4e8\",\"viewuuid\":\"a8624dcf6e05a4e8\",\"imgPath\":\"http://static.useevr.cn/47/works/a8624dcf6e05a4e8/thumb.jpg\",\"sceneTitle\":\"餐厅\"},{\"sceneName\":\"scene_07e71dba1e27ce5e\",\"viewuuid\":\"07e71dba1e27ce5e\",\"imgPath\":\"http://static.useevr.cn/47/works/07e71dba1e27ce5e/thumb.jpg\",\"sceneTitle\":\"厨房\"},{\"sceneName\":\"scene_4c814bbfa7c55f30\",\"viewuuid\":\"4c814bbfa7c55f30\",\"imgPath\":\"http://static.useevr.cn/47/works/4c814bbfa7c55f30/thumb.jpg\",\"sceneTitle\":\"次卧\"},{\"sceneName\":\"scene_ff579390c22405b1\",\"viewuuid\":\"ff579390c22405b1\",\"imgPath\":\"http://static.useevr.cn/47/works/ff579390c22405b1/thumb.jpg\",\"sceneTitle\":\"主卧\"},{\"sceneName\":\"scene_614734ba0c123638\",\"viewuuid\":\"614734ba0c123638\",\"imgPath\":\"http://static.useevr.cn/47/works/614734ba0c123638/thumb.jpg\",\"sceneTitle\":\"浴室\"},{\"sceneName\":\"scene_08658da376769301\",\"viewuuid\":\"08658da376769301\",\"imgPath\":\"http://static.useevr.cn/47/works/08658da376769301/thumb.jpg\",\"sceneTitle\":\"卧室\"},{\"sceneName\":\"scene_3e32ec9ce9dc55bc\",\"viewuuid\":\"3e32ec9ce9dc55bc\",\"imgPath\":\"http://static.useevr.cn/47/works/3e32ec9ce9dc55bc/thumb.jpg\",\"sceneTitle\":\"书房\"}]}]}', '1', '1', '{\"scene_a8624dcf6e05a4e8\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-141.6847044408\",\"atv\":\"22.678189541542\",\"name\":\"schp_c2skcnkp62\",\"linkedscene\":\"scene_07e71dba1e27ce5e\",\"sceneTitle\":\"厨房\",\"sceneImg\":\"http://static.useevr.cn/47/works/07e71dba1e27ce5e/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-56.17561313291\",\"atv\":\"6.8812234223617\",\"name\":\"schp_bxynagm46h\",\"linkedscene\":\"scene_6382be0ee20cf797\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/47/works/6382be0ee20cf797/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"83.849125642387\",\"atv\":\"11.59756523366\",\"name\":\"schp_sxckm3wqme\",\"linkedscene\":\"scene_08658da376769301\",\"sceneTitle\":\"卧室\",\"sceneImg\":\"http://static.useevr.cn/47/works/08658da376769301/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_07e71dba1e27ce5e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"161.88546326105\",\"atv\":\"32.696841444341\",\"name\":\"schp_f3axkmrwdr\",\"linkedscene\":\"scene_a8624dcf6e05a4e8\",\"sceneTitle\":\"餐厅\",\"sceneImg\":\"http://static.useevr.cn/47/works/a8624dcf6e05a4e8/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_4c814bbfa7c55f30\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-0.69510277574284\",\"atv\":\"9.3304010184046\",\"name\":\"schp_fazfxxhaf8\",\"linkedscene\":\"scene_ff579390c22405b1\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/ff579390c22405b1/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_ff579390c22405b1\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-100.83216967586\",\"atv\":\"20.323938065477\",\"name\":\"schp_qdearnfezx\",\"linkedscene\":\"scene_614734ba0c123638\",\"sceneTitle\":\"浴室\",\"sceneImg\":\"http://static.useevr.cn/47/works/614734ba0c123638/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-140.65568361219\",\"atv\":\"15.098507954023\",\"name\":\"schp_hhpbbmhhx2\",\"linkedscene\":\"scene_6382be0ee20cf797\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/47/works/6382be0ee20cf797/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_614734ba0c123638\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"167.38570935155\",\"atv\":\"12.584929398834\",\"name\":\"schp_r2dweq7etg\",\"linkedscene\":\"scene_ff579390c22405b1\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/ff579390c22405b1/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_08658da376769301\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"113.53673140577\",\"atv\":\"16.029893015307\",\"name\":\"schp_5ynpdm5kqj\",\"linkedscene\":\"scene_3e32ec9ce9dc55bc\",\"sceneTitle\":\"书房\",\"sceneImg\":\"http://static.useevr.cn/47/works/3e32ec9ce9dc55bc/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"118.43880431251\",\"atv\":\"9.0201776894441\",\"name\":\"schp_hrbxqsmagp\",\"linkedscene\":\"scene_ff579390c22405b1\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/ff579390c22405b1/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_3e32ec9ce9dc55bc\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"60.182388763699\",\"atv\":\"15.39517742778\",\"name\":\"schp_2n8jcemwtn\",\"linkedscene\":\"scene_ff579390c22405b1\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/ff579390c22405b1/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"69.668487525666\",\"atv\":\"16.090821535426\",\"name\":\"schp_d3hjgwc7hj\",\"linkedscene\":\"scene_4c814bbfa7c55f30\",\"sceneTitle\":\"次卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/4c814bbfa7c55f30/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_6382be0ee20cf797\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-171.32284711952\",\"atv\":\"11.208884850458\",\"name\":\"schp_2pj5ygxyzf\",\"linkedscene\":\"scene_a8624dcf6e05a4e8\",\"sceneTitle\":\"餐厅\",\"sceneImg\":\"http://static.useevr.cn/47/works/a8624dcf6e05a4e8/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('227', '242', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/47/media/msc/cc93a320316441a1.mp3\",\"mediaTitle\":\"Dido - This Land Is Mine.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/kr/iconfont-link.png\",\"title\":\"咨询处\",\"type\":\"0\",\"content\":{\"J\":\"39.996488\",\"D\":\"116.480838\",\"lng\":\"116.480838\",\"lat\":\"39.996488\"}}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_86691dee192b50d1\",\"hlookat\":-54.141207296286,\"vlookat\":6.6340840286989,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_2f773d07b781322a\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_5d6a64445534a30f\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_067050472683b410\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_9fba77e0a64f525e\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_505ef745606a71ee\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_cdb56a4256080abf\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_c31ef8b920c83e5f\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_86691dee192b50d1\",\"isOpen\":false},{\"sceneName\":\"scene_2f773d07b781322a\",\"isOpen\":false},{\"sceneName\":\"scene_5d6a64445534a30f\",\"isOpen\":false},{\"sceneName\":\"scene_067050472683b410\",\"isOpen\":false},{\"sceneName\":\"scene_9fba77e0a64f525e\",\"isOpen\":false},{\"sceneName\":\"scene_505ef745606a71ee\",\"isOpen\":false},{\"sceneName\":\"scene_cdb56a4256080abf\",\"isOpen\":false},{\"sceneName\":\"scene_c31ef8b920c83e5f\",\"isOpen\":false}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_86691dee192b50d1\",\"viewuuid\":\"86691dee192b50d1\",\"imgPath\":\"http://static.useevr.cn/47/works/86691dee192b50d1/thumb.jpg\",\"sceneTitle\":\"客厅\"},{\"sceneName\":\"scene_2f773d07b781322a\",\"viewuuid\":\"2f773d07b781322a\",\"imgPath\":\"http://static.useevr.cn/47/works/2f773d07b781322a/thumb.jpg\",\"sceneTitle\":\"厨房\"},{\"sceneName\":\"scene_5d6a64445534a30f\",\"viewuuid\":\"5d6a64445534a30f\",\"imgPath\":\"http://static.useevr.cn/47/works/5d6a64445534a30f/thumb.jpg\",\"sceneTitle\":\"餐厅\"},{\"sceneName\":\"scene_067050472683b410\",\"viewuuid\":\"067050472683b410\",\"imgPath\":\"http://static.useevr.cn/47/works/067050472683b410/thumb.jpg\",\"sceneTitle\":\"儿童房\"},{\"sceneName\":\"scene_9fba77e0a64f525e\",\"viewuuid\":\"9fba77e0a64f525e\",\"imgPath\":\"http://static.useevr.cn/47/works/9fba77e0a64f525e/thumb.jpg\",\"sceneTitle\":\"次卧\"},{\"sceneName\":\"scene_505ef745606a71ee\",\"viewuuid\":\"505ef745606a71ee\",\"imgPath\":\"http://static.useevr.cn/47/works/505ef745606a71ee/thumb.jpg\",\"sceneTitle\":\"书房\"},{\"sceneName\":\"scene_cdb56a4256080abf\",\"viewuuid\":\"cdb56a4256080abf\",\"imgPath\":\"http://static.useevr.cn/47/works/cdb56a4256080abf/thumb.jpg\",\"sceneTitle\":\"主卧\"},{\"sceneName\":\"scene_c31ef8b920c83e5f\",\"viewuuid\":\"c31ef8b920c83e5f\",\"imgPath\":\"http://static.useevr.cn/47/works/c31ef8b920c83e5f/thumb.jpg\",\"sceneTitle\":\"客卧\"}]}]}', '1', '1', '{\"scene_86691dee192b50d1\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-62.61838260303\",\"atv\":\"17.754592287541\",\"name\":\"schp_qyxrwqpifk\",\"linkedscene\":\"scene_2f773d07b781322a\",\"sceneTitle\":\"厨房\",\"sceneImg\":\"http://static.useevr.cn/47/works/2f773d07b781322a/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_2f773d07b781322a\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"64.301978979405\",\"atv\":\"14.852086826421\",\"name\":\"schp_zntqdbeyj8\",\"linkedscene\":\"scene_86691dee192b50d1\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/47/works/86691dee192b50d1/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"76.954458693056\",\"atv\":\"15.735901982996\",\"name\":\"schp_xcyn8pxjyn\",\"linkedscene\":\"scene_5d6a64445534a30f\",\"sceneTitle\":\"餐厅\",\"sceneImg\":\"http://static.useevr.cn/47/works/5d6a64445534a30f/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_5d6a64445534a30f\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-150.46840858269\",\"atv\":\"10.264941488066\",\"name\":\"schp_sdc4yzygrc\",\"linkedscene\":\"scene_2f773d07b781322a\",\"sceneTitle\":\"厨房\",\"sceneImg\":\"http://static.useevr.cn/47/works/2f773d07b781322a/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-115.1843679108\",\"atv\":\"19.266344232981\",\"name\":\"schp_xrzp23jiij\",\"linkedscene\":\"scene_067050472683b410\",\"sceneTitle\":\"儿童房\",\"sceneImg\":\"http://static.useevr.cn/47/works/067050472683b410/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-127.20547036958\",\"atv\":\"15.751580219141\",\"name\":\"schp_edxbszbzkm\",\"linkedscene\":\"scene_9fba77e0a64f525e\",\"sceneTitle\":\"次卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/9fba77e0a64f525e/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_067050472683b410\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-133.33695019232\",\"atv\":\"16.092934966821\",\"name\":\"schp_fkj8edctpi\",\"linkedscene\":\"scene_505ef745606a71ee\",\"sceneTitle\":\"书房\",\"sceneImg\":\"http://static.useevr.cn/47/works/505ef745606a71ee/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-127.2031123049\",\"atv\":\"12.116864990991\",\"name\":\"schp_we5grmakmy\",\"linkedscene\":\"scene_cdb56a4256080abf\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/cdb56a4256080abf/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_9fba77e0a64f525e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"100.93155239135\",\"atv\":\"18.866238041573\",\"name\":\"schp_z7gbhxact2\",\"linkedscene\":\"scene_cdb56a4256080abf\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/cdb56a4256080abf/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_505ef745606a71ee\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"-44.11219108231\",\"atv\":\"15.321860330507\",\"name\":\"schp_j256eyqemy\",\"linkedscene\":\"scene_c31ef8b920c83e5f\",\"sceneTitle\":\"客卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/c31ef8b920c83e5f/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_cdb56a4256080abf\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"32.879116323903\",\"atv\":\"15.794332155088\",\"name\":\"schp_jcz4xkbkyg\",\"linkedscene\":\"scene_505ef745606a71ee\",\"sceneTitle\":\"书房\",\"sceneImg\":\"http://static.useevr.cn/47/works/505ef745606a71ee/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"17.407814800291\",\"atv\":\"10.894080741619\",\"name\":\"schp_ztiwwqftyk\",\"linkedscene\":\"scene_c31ef8b920c83e5f\",\"sceneTitle\":\"客卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/c31ef8b920c83e5f/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_c31ef8b920c83e5f\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-20.719029579065\",\"atv\":\"19.40164479026\",\"name\":\"schp_zcyakqp2am\",\"linkedscene\":\"scene_cdb56a4256080abf\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/47/works/cdb56a4256080abf/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('260', '275', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1477449771880fnz.mp3\",\"mediaTitle\":\"DFsa.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[{\"sceneName\":\"scene_9ec47d7b64d8a1ee\",\"sceneTitle\":\"u5ba2u5385\",\"ath\":0,\"atv\":0,\"moveTime\":5,\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_54744f95bd3b7b38\",\"sceneTitle\":\"u53a8u623f_\",\"ath\":0,\"atv\":0,\"moveTime\":5,\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_b6dfab7921dcc23c\",\"sceneTitle\":\"u6b21u5367_\",\"ath\":0,\"atv\":0,\"moveTime\":5,\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_e3730eeb4bc1b3f5\",\"sceneTitle\":\"u4e3bu5367_\",\"ath\":0,\"atv\":0,\"moveTime\":5,\"musicTitle\":\"u65e0\"}]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useSpeech\":\"\",\"imgUuid\":\"9ec47d7b64d8a1ee\"},{\"useSpeech\":\"\",\"imgUuid\":\"54744f95bd3b7b38\"},{\"useSpeech\":\"\",\"imgUuid\":\"b6dfab7921dcc23c\"},{\"useSpeech\":\"\",\"imgUuid\":\"e3730eeb4bc1b3f5\"}]}', '{\"viewSettings\":[{\"sceneName\":\"scene_9ec47d7b64d8a1ee\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_54744f95bd3b7b38\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_b6dfab7921dcc23c\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_e3730eeb4bc1b3f5\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_9ec47d7b64d8a1ee\",\"isOpen\":false},{\"sceneName\":\"scene_54744f95bd3b7b38\",\"isOpen\":false},{\"sceneName\":\"scene_b6dfab7921dcc23c\",\"isOpen\":false},{\"sceneName\":\"scene_e3730eeb4bc1b3f5\",\"isOpen\":false}]}', '1', '0', '{\"isOpen\":true,\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_9ec47d7b64d8a1ee\",\"viewuuid\":\"9ec47d7b64d8a1ee\",\"imgPath\":\"http://static.useevr.cn/62/works/9ec47d7b64d8a1ee/thumb.jpg\",\"sceneTitle\":\"客厅\"},{\"sceneName\":\"scene_54744f95bd3b7b38\",\"viewuuid\":\"54744f95bd3b7b38\",\"imgPath\":\"http://static.useevr.cn/62/works/54744f95bd3b7b38/thumb.jpg\",\"sceneTitle\":\"厨房_\"},{\"sceneName\":\"scene_b6dfab7921dcc23c\",\"viewuuid\":\"b6dfab7921dcc23c\",\"imgPath\":\"http://static.useevr.cn/62/works/b6dfab7921dcc23c/thumb.jpg\",\"sceneTitle\":\"次卧_\"},{\"sceneName\":\"scene_e3730eeb4bc1b3f5\",\"viewuuid\":\"e3730eeb4bc1b3f5\",\"imgPath\":\"http://static.useevr.cn/62/works/e3730eeb4bc1b3f5/thumb.jpg\",\"sceneTitle\":\"主卧_\"}]}]}', '1', '1', '{\"scene_9ec47d7b64d8a1ee\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_54744f95bd3b7b38\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_b6dfab7921dcc23c\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_e3730eeb4bc1b3f5\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('262', '277', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('263', '278', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('264', '279', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('265', '280', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('268', '283', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('271', '286', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('296', '311', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('297', '312', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('300', '315', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('301', '316', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('302', '317', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('303', '318', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('305', '320', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('306', '321', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('307', '322', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('308', '323', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('309', '324', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('311', '326', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('312', '327', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_036113f921d45b3b\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_7ba3b8e93b2f414c\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_036113f921d45b3b\",\"isOpen\":true,\"effectType\":\"snowballs\"},{\"sceneName\":\"scene_7ba3b8e93b2f414c\",\"isOpen\":true,\"effectType\":\"snowballs\"}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_036113f921d45b3b\",\"viewuuid\":\"036113f921d45b3b\",\"imgPath\":\"http://static.useevr.cn/75/works/036113f921d45b3b/thumb.jpg\",\"sceneTitle\":\"_DSC0681 Panorama\"},{\"sceneName\":\"scene_7ba3b8e93b2f414c\",\"viewuuid\":\"7ba3b8e93b2f414c\",\"imgPath\":\"http://static.useevr.cn/75/works/7ba3b8e93b2f414c/thumb.jpg\",\"sceneTitle\":\"奥华地产大厅\"}]}]}', '1', '1', '{\"scene_036113f921d45b3b\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-1.0164313834396\",\"atv\":\"12.898129722637\",\"name\":\"schp_xks6mz3yrn\",\"linkedscene\":\"scene_7ba3b8e93b2f414c\",\"sceneTitle\":\"奥华地产大厅\",\"sceneImg\":\"http://static.useevr.cn/75/works/7ba3b8e93b2f414c/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_7ba3b8e93b2f414c\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"40.610470351567\",\"atv\":\"11.083290193583\",\"name\":\"schp_7wi8abbcwa\",\"linkedscene\":\"scene_036113f921d45b3b\",\"sceneTitle\":\"_DSC0681 Panorama\",\"sceneImg\":\"http://static.useevr.cn/75/works/036113f921d45b3b/thumb.jpg\"}],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"44.92552732084\",\"atv\":\"-7.1446893804479\",\"name\":\"schp_m25h465epg\",\"hotspotTitle\":\"111111\",\"galleryName\":\"glrschp_m25h465epg\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/75/media/img/b60a906ef677af82.JPG\"}]}],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-2.6797374135092\",\"atv\":\"-10.476480352319\",\"name\":\"schp_cyyq48a4ey\",\"hotspotTitle\":\"22222222\",\"wordContent\":\"dwedwedwedwefdwefdwedfwedwedweddswefewfewfwefwefdwefdwefdwedfewdfewdwedwedewdededewdwedewdewwefewdewdewdwededwedwedewdeededededededefdewdewdewdfedewdewdewewfweewfewfweewdedewdefefdewdewdedededededefdefrfrefreerfrf\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[]}}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('314', '329', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_39b8e053c3869a00\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_39b8e053c3869a00\",\"isOpen\":false}]}', '1', '0', '{\"isOpen\":true,\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_39b8e053c3869a00\",\"viewuuid\":\"39b8e053c3869a00\",\"imgPath\":\"http://static.useevr.cn/77/works/39b8e053c3869a00/thumb.jpg\",\"sceneTitle\":\"111\"}]}]}', '1', '1', '{\"scene_39b8e053c3869a00\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('315', '330', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('317', '332', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1477451935532s3b.mp3\",\"mediaTitle\":\"图个啥地方.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/79/media/img/9a66100900007fef.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('318', '333', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/79/media/msc/85ae01881c772a52.mp3\",\"mediaTitle\":\"钢琴曲.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"1\",\"useEndImg\":\"1\",\"points\":[{\"sceneName\":\"scene_6d9be3720daf7fb2\",\"sceneTitle\":\"OMGEAu5e97\",\"ath\":\"-8.4615808766384\",\"atv\":\"1.6530279622864\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_6d9be3720daf7fb2\",\"sceneTitle\":\"OMGEAu5e97\",\"ath\":\"68.417905158096\",\"atv\":\"2.3358141589267\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_6d9be3720daf7fb2\",\"sceneTitle\":\"OMGEAu5e97\",\"ath\":\"131.81961151713\",\"atv\":\"5.5832986631232\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_6d9be3720daf7fb2\",\"sceneTitle\":\"OMGEAu5e97\",\"ath\":\"-103.4980009889\",\"atv\":\"1.4749496593966\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}],\"startImgUrl\":\"http://static.useevr.cn/79/media/img/a059527befca2ce3.png\",\"endImgUrl\":\"http://static.useevr.cn/79/media/img/4b88985720ebc1e7.png\"}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"电话\",\"type\":\"1\",\"content\":\"024-88887777\"}]}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useSpeech\":\"\",\"imgUuid\":\"6227e4337f79bff3\"},{\"useSpeech\":\"\",\"imgUuid\":\"4ee546f30986e9cb\"},{\"useSpeech\":\"\",\"imgUuid\":\"c3464a88fc188fb8\"},{\"useSpeech\":\"\",\"imgUuid\":\"95f7d1e65aafdc92\"},{\"useSpeech\":\"\",\"imgUuid\":\"57d970b31c2cca34\"},{\"useSpeech\":\"\",\"imgUuid\":\"22e9bcd42cf9287e\"},{\"useSpeech\":\"1\",\"imgUuid\":\"a8897d831a930513\",\"mediaUrl\":\"http://static.useevr.cn/79/media/msc/5a75c1986d47f2af.mp3\",\"mediaTitle\":\"瑞士名表广告片_标清.mp3\"},{\"useSpeech\":\"\",\"imgUuid\":\"f4d4683bba69d9ec\"},{\"useSpeech\":\"\",\"imgUuid\":\"8768c723c699fc3c\"},{\"useSpeech\":\"\",\"imgUuid\":\"6d9be3720daf7fb2\"}]}', '{\"viewSettings\":[{\"sceneName\":\"scene_6227e4337f79bff3\",\"hlookat\":\"-9.1024403477036\",\"vlookat\":\"4\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_4ee546f30986e9cb\",\"hlookat\":\"-0.71623313719128\",\"vlookat\":\"7.1455913103141\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\",{\"sceneName\":\"scene_a8897d831a930513\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_f4d4683bba69d9ec\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\",{\"sceneName\":\"scene_22e9bcd42cf9287e\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_57d970b31c2cca34\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\",\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_6227e4337f79bff3\",\"isOpen\":\"\"},{\"sceneName\":\"scene_4ee546f30986e9cb\",\"isOpen\":\"\"},\"\",\"\",\"\",{\"sceneName\":\"scene_6d9be3720daf7fb2\",\"isOpen\":\"\"},\"\",\"\",\"\",\"\"]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/79/media/img/405a9229d06c5ae6.png\",\"sceneOpt\":{\"scene_f4d4683bba69d9ec\":{\"rotate\":\"\",\"hlookat\":\"\",\"top\":\"-2.77%\",\"left\":\"62.85%\",\"krpTop\":\"4.15%\",\"krpLeft\":\"69.79%\",\"sceneTitle\":\"OMEGAu5e97u5916\"}}},{\"imgPath\":\"http://static.useevr.cn/79/media/img/23764c40edc8e102.jpg\",\"sceneOpt\":{\"scene_4ee546f30986e9cb\":{\"rotate\":\"\",\"hlookat\":\"\",\"top\":\"59.17%\",\"left\":\"65.63%\",\"krpTop\":\"66.09%\",\"krpLeft\":\"72.57%\",\"sceneTitle\":\"u540du8868u533a1\"}}}]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/79/media/img/9a66100900007fef.png\",\"user\":\"中兴商厦\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/navigation_w.png\",\"groupName\":\"中兴一层\",\"scenes\":[{\"sceneName\":\"scene_6227e4337f79bff3\",\"viewuuid\":\"6227e4337f79bff3\",\"imgPath\":\"http://static.useevr.cn/79/works/6227e4337f79bff3/thumb.jpg\",\"sceneTitle\":\"外景\"},{\"sceneName\":\"scene_4ee546f30986e9cb\",\"viewuuid\":\"4ee546f30986e9cb\",\"imgPath\":\"http://static.useevr.cn/79/works/4ee546f30986e9cb/thumb.jpg\",\"sceneTitle\":\"名表区1\"},{\"sceneName\":\"scene_c3464a88fc188fb8\",\"viewuuid\":\"c3464a88fc188fb8\",\"imgPath\":\"http://static.useevr.cn/79/works/c3464a88fc188fb8/thumb.jpg\",\"sceneTitle\":\"名品服装区1\"},{\"sceneName\":\"scene_a8897d831a930513\",\"viewuuid\":\"a8897d831a930513\",\"imgPath\":\"http://static.useevr.cn/79/works/a8897d831a930513/thumb.jpg\",\"sceneTitle\":\"OMGEA店内\"},{\"sceneName\":\"scene_f4d4683bba69d9ec\",\"viewuuid\":\"f4d4683bba69d9ec\",\"imgPath\":\"http://static.useevr.cn/79/works/f4d4683bba69d9ec/thumb.jpg\",\"sceneTitle\":\"OMEGA店外\"},{\"sceneName\":\"scene_6d9be3720daf7fb2\",\"viewuuid\":\"6d9be3720daf7fb2\",\"imgPath\":\"http://static.useevr.cn/79/works/6d9be3720daf7fb2/thumb.jpg\",\"sceneTitle\":\"OMGEA店\"}]},{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/navigation_w.png\",\"groupName\":\"中兴二层\",\"scenes\":[{\"sceneName\":\"scene_22e9bcd42cf9287e\",\"viewuuid\":\"22e9bcd42cf9287e\",\"imgPath\":\"http://static.useevr.cn/79/works/22e9bcd42cf9287e/thumb.jpg\",\"sceneTitle\":\"出店\"},{\"sceneName\":\"scene_57d970b31c2cca34\",\"viewuuid\":\"57d970b31c2cca34\",\"imgPath\":\"http://static.useevr.cn/79/works/57d970b31c2cca34/thumb.jpg\",\"sceneTitle\":\"化妆品区1\"},{\"sceneName\":\"scene_95f7d1e65aafdc92\",\"viewuuid\":\"95f7d1e65aafdc92\",\"imgPath\":\"http://static.useevr.cn/79/works/95f7d1e65aafdc92/thumb.jpg\",\"sceneTitle\":\"名品箱包区1\"},{\"sceneName\":\"scene_8768c723c699fc3c\",\"viewuuid\":\"8768c723c699fc3c\",\"imgPath\":\"http://static.useevr.cn/79/works/8768c723c699fc3c/thumb.jpg\",\"sceneTitle\":\"名表区2\"}]}]}', '1', '1', '{\"scene_6227e4337f79bff3\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"2.1784521777407\",\"atv\":\"10.458745216081\",\"name\":\"schp_c2z8gbabpj\",\"linkedscene\":\"scene_4ee546f30986e9cb\",\"sceneTitle\":\"名表区1\",\"sceneImg\":\"http://static.useevr.cn/79/works/4ee546f30986e9cb/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_4ee546f30986e9cb\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-0.71623316302782\",\"atv\":\"6.9999998837932\",\"name\":\"schp_zybdca7mdz\",\"linkedscene\":\"scene_f4d4683bba69d9ec\",\"sceneTitle\":\"OMEGA店外\",\"sceneImg\":\"http://static.useevr.cn/79/works/f4d4683bba69d9ec/thumb.jpg\"}],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-24.732478205637\",\"atv\":\"5.0417442858202\",\"name\":\"schp_ai28m4rysy\",\"hotspotTitle\":\"场景1\",\"link\":\"http://demo.krpano100.com/tour/5a6ffa65adc0200b\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"18.909926130678\",\"atv\":\"7.4604488956707\",\"name\":\"schp_eemshbejba\",\"hotspotTitle\":\"场景22\",\"link\":\"http://demo.krpano100.com/tour/3bbbf07360e0d3e4\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"2.0116997728744\",\"atv\":\"18.73629842197\",\"name\":\"schp_sktidk3rrp\",\"hotspotTitle\":\"场景4\",\"link\":\"http://demo.krpano100.com/tour/3bbbf07360e0d3e4\",\"isShowSpotName\":\"1\"}],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_c3464a88fc188fb8\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-172.71446591899\",\"atv\":\"-4.655834172808\",\"name\":\"schp_8n2h73mpk7\",\"linkedscene\":\"scene_95f7d1e65aafdc92\",\"sceneTitle\":\"名品箱包区1\",\"sceneImg\":\"http://static.useevr.cn/79/works/95f7d1e65aafdc92/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_a8897d831a930513\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-177.2557215017\",\"atv\":\"-3.3469696320838\",\"name\":\"schp_ecj7wese8x\",\"linkedscene\":\"scene_22e9bcd42cf9287e\",\"sceneTitle\":\"出店\",\"sceneImg\":\"http://static.useevr.cn/79/works/22e9bcd42cf9287e/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-35.957981465879\",\"atv\":\"-0.33518467939661\",\"name\":\"schp_cdwh3jfjdb\",\"linkedscene\":\"scene_6d9be3720daf7fb2\",\"sceneTitle\":\"OMGEA店\",\"sceneImg\":\"http://static.useevr.cn/79/works/6d9be3720daf7fb2/thumb.jpg\"}],\"link\":[{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/79/media/img/bfaaf46c8cc0e923.png\",\"thumbPath\":\"http://static.useevr.cn/79/media/img/bfaaf46c8cc0e923.png\",\"isDynamic\":\"0\",\"ath\":\"48.386188706515\",\"atv\":\"1.3878517300406\",\"name\":\"schp_jkxszfyfnn\",\"hotspotTitle\":\"名表购物\",\"link\":\"http://www.zxyungou.com/product-12436.html\",\"isShowSpotName\":\"\"}],\"image\":[{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/79/media/img/4b88985720ebc1e7.png\",\"thumbPath\":\"http://static.useevr.cn/79/media/img/4b88985720ebc1e7.png\",\"isDynamic\":\"0\",\"ath\":\"82.352591435587\",\"atv\":\"2.3047743602356\",\"name\":\"schp_n4ppbzsxn8\",\"hotspotTitle\":\"Omega碟飞系列\",\"galleryName\":\"glrschp_n4ppbzsxn8\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/79/media/img/a7a8dd3c2bd1225f.jpg\"},{\"src\":\"http://static.useevr.cn/79/media/img/7152ef92a0f8c37e.jpg\"},{\"src\":\"http://static.useevr.cn/79/media/img/c8b8dfe4322b2f6f.jpg\"},{\"src\":\"http://static.useevr.cn/79/media/img/1da96c194f86a461.jpg\"}]},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"66.454979950527\",\"atv\":\"0.34107234460385\",\"name\":\"schp_n6fnfnejdh\",\"hotspotTitle\":\"360度\",\"galleryName\":\"glrschp_n6fnfnejdh\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/79/media/img/a7a8dd3c2bd1225f.jpg\"}]}],\"text\":[{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/79/media/img/bfaaf46c8cc0e923.png\",\"thumbPath\":\"http://static.useevr.cn/79/media/img/bfaaf46c8cc0e923.png\",\"isDynamic\":\"0\",\"ath\":\"-93.781923470897\",\"atv\":\"2.4846631553814\",\"name\":\"schp_xpdexrst7c\",\"hotspotTitle\":\"自动机械男表\",\"wordContent\":\"手表镜面材质: 人工合成蓝宝石表镜颜色分类: 白盘424.13.40.20.02.001 蓝\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/79/media/img/4b88985720ebc1e7.png\",\"thumbPath\":\"http://static.useevr.cn/79/media/img/4b88985720ebc1e7.png\",\"isDynamic\":\"0\",\"ath\":\"54.555375554344\",\"atv\":\"1.1593360114359\",\"name\":\"schp_zmxpr52eag\",\"hotspotTitle\":\"Omega男表\",\"wordContent\":\"5ZOBICZhbXA7YW1wO25ic3A7ICZhbXA7YW1wO25ic3A754mM77yaT01FR0Eg5qyn57Gz6IyECuezuyAmYW1wO2FtcDtuYnNwOyAmYW1wO2FtcDtuYnNwO+WIl++8muidtumjngrlnosgJmFtcDthbXA7bmJzcDsgJmFtcDthbXA7bmJzcDvlj7fvvJo0MjQuMTMuNDAuMjAuMDIuMDEuMDAxCuihqOmVnOadkOi0qO+8muiTneWuneefs+awtOaZtueOu+eSgwrooaggJmFtcDthbXA7bmJzcDsgJmFtcDthbXA7bmJzcDvlo7PvvJrnsr7pkqLmnZDotKgK6KGoICZhbXA7YW1wO25ic3A7ICZhbXA7YW1wO25ic3A755uY77ya55m96ImyCuihqCAmYW1wO2FtcDtuYnNwOyAmYW1wO2FtcDtuYnNwO+W6le+8muWvhuWwgQrooaggJmFtcDthbXA7bmJzcDsgJmFtcDthbXA7bmJzcDvluKbvvJrpu5HoibLps4Tpsbznmq7ooajluKYK6KGoICZhbXA7YW1wO25ic3A7ICZhbXA7YW1wO25ic3A75omj77ya6ZKI5omjCumYsuawtOaAp+iDve+8mjMw57GzCuihqOWjs+ebtOW+hDogNDBtbQ==\",\"isShowSpotName\":\"\"},{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/79/media/img/54907e21f921ee36.png\",\"thumbPath\":\"http://static.useevr.cn/79/media/img/54907e21f921ee36.png\",\"isDynamic\":\"0\",\"ath\":\"-48.7914928082\",\"atv\":\"2.2745088457082\",\"name\":\"schp_eyc7kcgeeb\",\"hotspotTitle\":\"视频\",\"wordContent\":\"\",\"isShowSpotName\":\"\"}]},\"scene_f4d4683bba69d9ec\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"6.8525509310209\",\"atv\":\"6.364083129409\",\"name\":\"schp_e8qsd7meq3\",\"linkedscene\":\"scene_a8897d831a930513\",\"sceneTitle\":\"OMGEA店内\",\"sceneImg\":\"http://static.useevr.cn/79/works/a8897d831a930513/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"87.749016382177\",\"atv\":\"0.44547275023883\",\"name\":\"schp_mjxypzrajn\",\"linkedscene\":\"scene_8768c723c699fc3c\",\"sceneTitle\":\"名表区2\",\"sceneImg\":\"http://static.useevr.cn/79/works/8768c723c699fc3c/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_6d9be3720daf7fb2\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-47.999306702089\",\"atv\":\"2.4384116745108\",\"name\":\"schp_pi7hdkyqzq\",\"linkedscene\":\"scene_a8897d831a930513\",\"sceneTitle\":\"OMGEA店内\",\"sceneImg\":\"http://static.useevr.cn/79/works/a8897d831a930513/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-84.43030829448\",\"atv\":\"1.1740284519937\",\"name\":\"schp_bbjb3kyczb\",\"hotspotTitle\":\"男表\",\"musicSrc\":\"http://static.useevr.cn/79/media/msc/5a75c1986d47f2af.mp3\",\"musicTitle\":\"瑞士名表广告片_标清.mp3\",\"isShowSpotName\":\"1\"}],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"-67.911012467228\",\"atv\":\"-0.13775983778173\",\"name\":\"schp_ks82cwac4y\",\"hotspotTitle\":\"手表flash\",\"wordContent\":\"\",\"isShowSpotName\":\"1\"}]},\"scene_22e9bcd42cf9287e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-8.2096639610901\",\"atv\":\"-0.037333232446695\",\"name\":\"schp_dwj8wfiat3\",\"linkedscene\":\"scene_57d970b31c2cca34\",\"sceneTitle\":\"化妆品区1\",\"sceneImg\":\"http://static.useevr.cn/79/works/57d970b31c2cca34/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_57d970b31c2cca34\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"92.525953391392\",\"atv\":\"3.8964322838175\",\"name\":\"schp_aebwcz8kdc\",\"linkedscene\":\"scene_c3464a88fc188fb8\",\"sceneTitle\":\"名品服装区1\",\"sceneImg\":\"http://static.useevr.cn/79/works/c3464a88fc188fb8/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[{\"title\":\"电话\",\"content\":\"024-88889999\"}]}'); INSERT INTO `u_pano_config` VALUES ('319', '334', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('320', '335', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('321', '336', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('322', '337', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('323', '338', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('324', '339', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('325', '340', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_164b6667f42e051d\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_39b8e053c3869a00\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_164b6667f42e051d\",\"isOpen\":false},{\"sceneName\":\"scene_39b8e053c3869a00\",\"isOpen\":false}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/77/media/img/2cd951fb4efafc55.png\",\"sceneOpt\":{\"scene_164b6667f42e051d\":{\"rotate\":\"11\",\"hlookat\":0,\"top\":\"15.22%25\",\"left\":\"45.33%25\",\"krpTop\":\"22.15%25\",\"krpLeft\":\"52.25%25\",\"sceneTitle\":22}}}]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_164b6667f42e051d\",\"viewuuid\":\"164b6667f42e051d\",\"imgPath\":\"http://static.useevr.cn/77/works/164b6667f42e051d/thumb.jpg\",\"sceneTitle\":\"22\"},{\"sceneName\":\"scene_39b8e053c3869a00\",\"viewuuid\":\"39b8e053c3869a00\",\"imgPath\":\"http://static.useevr.cn/77/works/39b8e053c3869a00/thumb.jpg\",\"sceneTitle\":\"111\"}]}]}', '1', '1', '{\"scene_164b6667f42e051d\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_39b8e053c3869a00\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('326', '341', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('328', '343', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":\"1\",\"useEndImg\":\"1\",\"points\":[{\"sceneName\":\"scene_2d7e74f7d96d032c\",\"sceneTitle\":\"01\",\"ath\":\"-21.287202922285\",\"atv\":\"17.874653917496\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_2d7e74f7d96d032c\",\"sceneTitle\":\"01\",\"ath\":\"29.740136569368\",\"atv\":\"22.098327754909\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_2d7e74f7d96d032c\",\"sceneTitle\":\"01\",\"ath\":\"121.03688827617\",\"atv\":\"26.619260509198\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_2d7e74f7d96d032c\",\"sceneTitle\":\"01\",\"ath\":\"67.296795919325\",\"atv\":\"13.311872879721\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}],\"startImgUrl\":\"http://static.useevr.cn/81/media/img/556eab407b713a4e.jpg\",\"endImgUrl\":\"http://static.useevr.cn/81/media/img/80f9048553519daf.jpg\"}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_2d7e74f7d96d032c\",\"hlookat\":\"-591.84848038009\",\"vlookat\":\"12.934611845627\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_da8731a734bba70c\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_011e4ccd7c8fcad7\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_2d7e74f7d96d032c\",\"isOpen\":\"\"},{\"sceneName\":\"scene_da8731a734bba70c\",\"isOpen\":\"\"},{\"sceneName\":\"scene_011e4ccd7c8fcad7\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"1\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/81/media/img/07d55e7994b01232.png\",\"sceneOpt\":{\"scene_2d7e74f7d96d032c\":{\"rotate\":\"162\",\"hlookat\":\"52.197886860251\",\"top\":\"49.48%2525\",\"left\":\"66.09%2525\",\"krpTop\":\"56.4%2525\",\"krpLeft\":\"73.01%2525\",\"sceneTitle\":\"01\"}}}]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_2d7e74f7d96d032c\",\"viewuuid\":\"2d7e74f7d96d032c\",\"imgPath\":\"http://static.useevr.cn/81/works/2d7e74f7d96d032c/thumb.jpg\",\"sceneTitle\":\"01\"},{\"sceneName\":\"scene_da8731a734bba70c\",\"viewuuid\":\"da8731a734bba70c\",\"imgPath\":\"http://static.useevr.cn/81/works/da8731a734bba70c/thumb.jpg\",\"sceneTitle\":\"03\"},{\"sceneName\":\"scene_011e4ccd7c8fcad7\",\"viewuuid\":\"011e4ccd7c8fcad7\",\"imgPath\":\"http://static.useevr.cn/81/works/011e4ccd7c8fcad7/thumb.jpg\",\"sceneTitle\":\"04\"}]}]}', '1', '1', '{\"scene_2d7e74f7d96d032c\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"128.15204774975\",\"atv\":\"12.99999955219\",\"name\":\"schp_hknjfyx82t\",\"hotspotTitle\":\"测试数据\",\"wordContent\":\"6K+V55So\",\"isShowSpotName\":\"\"}]},\"scene_da8731a734bba70c\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_011e4ccd7c8fcad7\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', ''); INSERT INTO `u_pano_config` VALUES ('332', '347', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('333', '348', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('337', '352', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('341', '356', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/89/media/img/70bb2251afc7215a.jpg\",\"title\":\"假装这里有个公司网址\",\"type\":\"1\",\"content\":\"www.sohu.com\"},{\"imgPath\":\"/static/images/kr/navigation_b.png\",\"title\":\"假装定位到公司去。定个位置\",\"type\":\"0\",\"content\":{\"J\":\"40.126728\",\"G\":\"116.327759\",\"lng\":\"116.327759\",\"lat\":\"40.126728\"}}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/89/media/msc/2e1d584b2610e4f6.mp3\",\"mediaTitle\":\"轻柔很舒心 优美女声.mp3\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('342', '357', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('355', '370', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_2ee8ea5b90cb0690\",\"hlookat\":0.60357198772222,\"vlookat\":12.980576398781,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_f7d0298d0728a763\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_b2bddbe392570309\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_396a433efee85777\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_2ee8ea5b90cb0690\",\"isOpen\":false},{\"sceneName\":\"scene_f7d0298d0728a763\",\"isOpen\":false},{\"sceneName\":\"scene_b2bddbe392570309\",\"isOpen\":false},{\"sceneName\":\"scene_396a433efee85777\",\"isOpen\":false}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_2ee8ea5b90cb0690\",\"viewuuid\":\"2ee8ea5b90cb0690\",\"imgPath\":\"http://static.useevr.cn/74/works/2ee8ea5b90cb0690/thumb.jpg\",\"sceneTitle\":\"客 厅\"},{\"sceneName\":\"scene_f7d0298d0728a763\",\"viewuuid\":\"f7d0298d0728a763\",\"imgPath\":\"http://static.useevr.cn/74/works/f7d0298d0728a763/thumb.jpg\",\"sceneTitle\":\"餐 厅\"},{\"sceneName\":\"scene_b2bddbe392570309\",\"viewuuid\":\"b2bddbe392570309\",\"imgPath\":\"http://static.useevr.cn/74/works/b2bddbe392570309/thumb.jpg\",\"sceneTitle\":\"次卧\"},{\"sceneName\":\"scene_396a433efee85777\",\"viewuuid\":\"396a433efee85777\",\"imgPath\":\"http://static.useevr.cn/74/works/396a433efee85777/thumb.jpg\",\"sceneTitle\":\"主卧\"}]}]}', '1', '1', '{\"scene_2ee8ea5b90cb0690\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-84.248134705472\",\"atv\":\"1.511708533376\",\"name\":\"schp_crkwrbnasd\",\"linkedscene\":\"scene_b2bddbe392570309\",\"sceneTitle\":\"次卧\",\"sceneImg\":\"http://static.useevr.cn/74/works/b2bddbe392570309/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"88.462714106474\",\"atv\":\"4.6833228869961\",\"name\":\"schp_hmdqjyat2x\",\"linkedscene\":\"scene_f7d0298d0728a763\",\"sceneTitle\":\"餐 厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/f7d0298d0728a763/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"40.360997643318\",\"atv\":\"0.82114844681688\",\"name\":\"schp_chijztrhhy\",\"linkedscene\":\"scene_396a433efee85777\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/74/works/396a433efee85777/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_f7d0298d0728a763\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-163.27251547347\",\"atv\":\"5.5699021421678\",\"name\":\"schp_w5aptiwns2\",\"linkedscene\":\"scene_2ee8ea5b90cb0690\",\"sceneTitle\":\"客 厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/2ee8ea5b90cb0690/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_b2bddbe392570309\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-174.41934728878\",\"atv\":\"1.0102308244921\",\"name\":\"schp_6xnbdkjptw\",\"linkedscene\":\"scene_2ee8ea5b90cb0690\",\"sceneTitle\":\"客 厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/2ee8ea5b90cb0690/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_396a433efee85777\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"122.04864417504\",\"atv\":\"2.3114083513812\",\"name\":\"schp_hw6k44pcgz\",\"linkedscene\":\"scene_2ee8ea5b90cb0690\",\"sceneTitle\":\"客 厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/2ee8ea5b90cb0690/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('356', '371', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/90/media/msc/86985d7e6de95a0e.mp3\",\"mediaTitle\":\"Adele - Rolling In The Deep.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_588b32ae4520b68b\",\"hlookat\":-143.76955035952,\"vlookat\":0.36281071003853,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_8b74a648eecfd057\",\"hlookat\":-178.92121205425,\"vlookat\":12,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_9aed90f64942c27e\",\"hlookat\":160.15337015293,\"vlookat\":9.8434361591445,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_588b32ae4520b68b\",\"isOpen\":true,\"effectType\":\"defaultsnow\"},{\"sceneName\":\"scene_8b74a648eecfd057\",\"isOpen\":true,\"effectType\":\"defaultsnow\"},{\"sceneName\":\"scene_9aed90f64942c27e\",\"isOpen\":true,\"effectType\":\"defaultsnow\"}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_588b32ae4520b68b\",\"viewuuid\":\"588b32ae4520b68b\",\"imgPath\":\"http://static.useevr.cn/90/works/588b32ae4520b68b/thumb.jpg\",\"sceneTitle\":\"前厅\"},{\"sceneName\":\"scene_8b74a648eecfd057\",\"viewuuid\":\"8b74a648eecfd057\",\"imgPath\":\"http://static.useevr.cn/90/works/8b74a648eecfd057/thumb.jpg\",\"sceneTitle\":\"后厅卖场左\"},{\"sceneName\":\"scene_9aed90f64942c27e\",\"viewuuid\":\"9aed90f64942c27e\",\"imgPath\":\"http://static.useevr.cn/90/works/9aed90f64942c27e/thumb.jpg\",\"sceneTitle\":\"后厅卖场右\"}]}]}', '1', '1', '{\"scene_588b32ae4520b68b\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-96.682570872964\",\"atv\":\"14.491834344475\",\"name\":\"schp_6h7qypi6fx\",\"linkedscene\":\"scene_9aed90f64942c27e\",\"sceneTitle\":\"后厅卖场右\",\"sceneImg\":\"http://static.useevr.cn/90/works/9aed90f64942c27e/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"165.30217345023\",\"atv\":\"14.301182740995\",\"name\":\"schp_q7fdw37ytc\",\"linkedscene\":\"scene_8b74a648eecfd057\",\"sceneTitle\":\"后厅卖场左\",\"sceneImg\":\"http://static.useevr.cn/90/works/8b74a648eecfd057/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-116.66872379652\",\"atv\":\"10.313101062298\",\"name\":\"schp_xb8tztcxxt\",\"hotspotTitle\":\"欢迎来到依朵服饰\",\"wordContent\":\"依朵品牌服饰以流畅简约、清新靓丽、高贵典雅为主要风格,融合欧洲最流行元素,加入东方文化底蕴,专为25-50岁女性提供优雅时尚服饰,创造出新一代都市女性的独特魅力。\n电话:13739528877\n地址:宁夏中卫市怀远东路黄河花园三期72号依朵服饰。\n微信号:A-yiduofushi\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[]},\"scene_8b74a648eecfd057\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-63.250476467653\",\"atv\":\"24.802338771627\",\"name\":\"schp_cbkew4ezxa\",\"linkedscene\":\"scene_588b32ae4520b68b\",\"sceneTitle\":\"前厅\",\"sceneImg\":\"http://static.useevr.cn/90/works/588b32ae4520b68b/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_9aed90f64942c27e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"55.670100424826\",\"atv\":\"20.600156173226\",\"name\":\"schp_kxqxqnmjsn\",\"linkedscene\":\"scene_588b32ae4520b68b\",\"sceneTitle\":\"前厅\",\"sceneImg\":\"http://static.useevr.cn/90/works/588b32ae4520b68b/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('363', '378', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '0', '{\"useStartImg\":false,\"useEndImg\":false,\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/kr/navigation_b.png\",\"title\":\"是的发送到\",\"type\":\"1\",\"content\":\"水电费水电费是\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_6baf513e54c44db8\",\"hlookat\":80.088856669116,\"vlookat\":20.974342913868,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_ed48afbdf4052539\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_4b2797974a446b4f\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false},{\"sceneName\":\"scene_777e706eec4aefea\",\"hlookat\":0,\"vlookat\":0,\"fov\":90,\"fovmin\":5,\"fovmax\":120,\"vlookatmin\":-90,\"vlookatmax\":90,\"keepView\":false}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_6baf513e54c44db8\",\"isOpen\":true,\"effectType\":\"hearts\"},{\"sceneName\":\"scene_ed48afbdf4052539\",\"isOpen\":true,\"effectType\":\"hearts\"},{\"sceneName\":\"scene_4b2797974a446b4f\",\"isOpen\":true,\"effectType\":\"hearts\"},{\"sceneName\":\"scene_777e706eec4aefea\",\"isOpen\":true,\"effectType\":\"hearts\"}]}', '1', '0', '{\"isOpen\":false,\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_6baf513e54c44db8\",\"viewuuid\":\"6baf513e54c44db8\",\"imgPath\":\"http://static.useevr.cn/93/works/6baf513e54c44db8/thumb.jpg\",\"sceneTitle\":\"厨房\"},{\"sceneName\":\"scene_ed48afbdf4052539\",\"viewuuid\":\"ed48afbdf4052539\",\"imgPath\":\"http://static.useevr.cn/93/works/ed48afbdf4052539/thumb.jpg\",\"sceneTitle\":\"次卧\"},{\"sceneName\":\"scene_4b2797974a446b4f\",\"viewuuid\":\"4b2797974a446b4f\",\"imgPath\":\"http://static.useevr.cn/93/works/4b2797974a446b4f/thumb.jpg\",\"sceneTitle\":\"客厅\"},{\"sceneName\":\"scene_777e706eec4aefea\",\"viewuuid\":\"777e706eec4aefea\",\"imgPath\":\"http://static.useevr.cn/93/works/777e706eec4aefea/thumb.jpg\",\"sceneTitle\":\"主卧\"}]}]}', '1', '0', '{\"scene_6baf513e54c44db8\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-40.618001945024\",\"atv\":\"36.512092133252\",\"name\":\"schp_qmjcxq6ifr\",\"linkedscene\":\"scene_4b2797974a446b4f\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/93/works/4b2797974a446b4f/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"66.461773309235\",\"atv\":\"34.393556805424\",\"name\":\"schp_rczipjpcjw\",\"linkedscene\":\"scene_6baf513e54c44db8\",\"sceneTitle\":\"厨房\",\"sceneImg\":\"http://static.useevr.cn/93/works/6baf513e54c44db8/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793717338246ik.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371733846nom.png\",\"isDynamic\":\"1\",\"ath\":\"64.70729912541\",\"atv\":\"27.982466838297\",\"name\":\"schp_wsnymhrbw6\",\"hotspotTitle\":\"豆腐干豆腐干豆腐干豆腐干豆腐\",\"wordContent\":\"6YO95Y+R57uZ5a+55pa55ZGK6K+J5a+55pa55ZGK6K+J5a+55pa55ZGK6K+J5a+55pa5\",\"isShowSpotName\":\"\"}]},\"scene_ed48afbdf4052539\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-99.17308648171\",\"atv\":\"41.370295404388\",\"name\":\"schp_ftkz6nakab\",\"linkedscene\":\"scene_777e706eec4aefea\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/93/works/777e706eec4aefea/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_4b2797974a446b4f\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_777e706eec4aefea\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('368', '383', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('375', '390', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('388', '403', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/shade_sky_floor/images/shade_sky_floor.png\",\"location\":\"1\",\"imgName\":\"系统补地\",\"imgUuid\":\"d195c90e71b3a2a3\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_d195c90e71b3a2a3\",\"sceneTitle\":\"u98dfu5ba2u4e4bu5bb6--u4e2du5f0fu5305u95f4\",\"ath\":\"106.66471779313\",\"atv\":\"1.5574079292866\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_d195c90e71b3a2a3\",\"sceneTitle\":\"u98dfu5ba2u4e4bu5bb6--u4e2du5f0fu5305u95f4\",\"ath\":\"-93.259097882253\",\"atv\":\"-1.5018161192878\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"地图\",\"type\":\"0\",\"content\":{\"J\":\"39.909467\",\"G\":\"116.397428\",\"lng\":\"116.397428\",\"lat\":\"39.909467\"}},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"我要制作\",\"type\":\"1\",\"content\":\"15568003216\"},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"招牌菜品\",\"type\":\"1\",\"content\":\"http://www.0433100.com\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_d195c90e71b3a2a3\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"120\",\"fovmin\":\"80\",\"fovmax\":\"120\",\"vlookatmin\":\"-40\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_d195c90e71b3a2a3\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"1\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/99/media/img/2dea8cb0dd7e3d4e.png\",\"sceneOpt\":{\"scene_d195c90e71b3a2a3\":{\"rotate\":\"\",\"hlookat\":\"\",\"top\":\"16.55%\",\"left\":\"13.1%\",\"krpTop\":\"23.45%\",\"krpLeft\":\"20%\",\"sceneTitle\":\"u98dfu5ba2u4e4bu5bb6--u4e2du5f0fu5305u95f4\"}}}]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"logoLink\":\"http://#\",\"user\":\"延边帮帮网\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_d195c90e71b3a2a3\",\"viewuuid\":\"d195c90e71b3a2a3\",\"imgPath\":\"http://static.useevr.cn/99/works/d195c90e71b3a2a3/thumb.jpg\",\"sceneTitle\":\"食客之家--中式包间\"}]}]}', '1', '1', '{\"scene_d195c90e71b3a2a3\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-0.74276677989144\",\"atv\":\"\",\"name\":\"schp_et2mbssast\",\"hotspotTitle\":\"8888\",\"galleryName\":\"glrschp_et2mbssast\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/99/media/img/2dea8cb0dd7e3d4e.png\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478931345365thl.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478931345365thl.png\",\"isDynamic\":\"\",\"ath\":\"\",\"atv\":\"\",\"name\":\"schp_m24ap8rrt3\",\"hotspotTitle\":\",,,,\",\"wordContent\":\"b29vbw==\",\"isShowSpotName\":\"\"}]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('391', '406', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1480326349643atm.mp3\",\"mediaTitle\":\"1128音乐.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/shade_sky_floor/images/shade_sky_floor.png\",\"location\":\"1\",\"imgName\":\"系统补地\",\"imgUuid\":\"92cedf3e145e4037\"}]}', '1', '{\"useStartImg\":\"1\",\"useEndImg\":\"1\",\"points\":[{\"sceneName\":\"scene_5fdd863ee5ce5806\",\"sceneTitle\":\"u573au666fu56db\",\"ath\":\"0\",\"atv\":\"0\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_ae516811a051edbc\",\"sceneTitle\":\"u573au666fu4e8c\",\"ath\":\"0\",\"atv\":\"0\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}],\"startImgUrl\":\"http://static.useevr.cn/12/media/img/7641a7d0963832e7.png\",\"endImgUrl\":\"http://static.useevr.cn/12/media/img/ced5971801d441b2.jpg\"}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"官网\",\"type\":\"1\",\"content\":\"www.krpano100.com\"},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"公司地址\",\"type\":\"0\",\"content\":{\"J\":\"30.539932\",\"G\":\"104.055942\",\"lng\":\"104.055942\",\"lat\":\"30.539932\"}},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"咨询热点\",\"type\":\"1\",\"content\":\"13540393878\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_2e7fc82c9ef1075e\",\"hlookat\":\"-135.20415153467\",\"vlookat\":\"5.0427314339611\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_2e7fc82c9ef1075e\",\"isOpen\":\"\"},\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/7af71d861c9854c4.jpg\",\"sceneOpt\":{\"scene_8192e40f8929c2f4\":{\"rotate\":\"-175\",\"hlookat\":\"\",\"top\":\"21.45%\",\"left\":\"36.33%\",\"krpTop\":\"28.37%\",\"krpLeft\":\"43.25%\",\"sceneTitle\":\"scene2\"},\"scene_16c42cafc796b75c\":{\"rotate\":\"\",\"hlookat\":\"\",\"top\":\"27.34%\",\"left\":\"66.44%\",\"krpTop\":\"34.26%\",\"krpLeft\":\"73.36%\",\"sceneTitle\":\"u53a8u623f\"},\"scene_ef5152346f7b995c\":{\"rotate\":\"\",\"hlookat\":\"\",\"top\":\"60.21%\",\"left\":\"32.53%\",\"krpTop\":\"67.13%\",\"krpLeft\":\"39.45%\",\"sceneTitle\":\"u4e3bu5367u536bu751fu95f4\"}}},{\"imgPath\":\"http://static.useevr.cn/12/media/img/1c1edd97882b6f57.jpg\",\"sceneOpt\":{\"scene_5fdd863ee5ce5806\":{\"rotate\":\"-61\",\"hlookat\":\"0\",\"top\":\"16.61%\",\"left\":\"19.72%\",\"krpTop\":\"23.53%\",\"krpLeft\":\"26.64%\",\"sceneTitle\":\"u573au666fu56db\"}}}]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/f4e6e3d00833b5af.png\",\"user\":\"优视全景改\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/skin1/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_5fdd863ee5ce5806\",\"viewuuid\":\"5fdd863ee5ce5806\",\"imgPath\":\"http://static.useevr.cn/12/works/5fdd863ee5ce5806/thumb.jpg\",\"sceneTitle\":\"场景四\"}]},{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/navigation_b.png\",\"groupName\":\"场景分组一\",\"scenes\":[{\"sceneName\":\"scene_ae516811a051edbc\",\"viewuuid\":\"ae516811a051edbc\",\"imgPath\":\"http://static.useevr.cn/12/works/ae516811a051edbc/thumb.jpg\",\"sceneTitle\":\"场景二\"},{\"sceneName\":\"scene_2e7fc82c9ef1075e\",\"viewuuid\":\"2e7fc82c9ef1075e\",\"imgPath\":\"http://static.useevr.cn/12/works/2e7fc82c9ef1075e/thumb.jpg\",\"sceneTitle\":\"场景一\"},{\"sceneName\":\"scene_0015d198922c4944\",\"viewuuid\":\"0015d198922c4944\",\"imgPath\":\"http://static.useevr.cn/12/works/0015d198922c4944/thumb.jpg\",\"sceneTitle\":\"桂林\"}]},{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/navigation_b.png\",\"groupName\":\"场景分组二\",\"scenes\":[{\"sceneName\":\"scene_8192e40f8929c2f4\",\"viewuuid\":\"8192e40f8929c2f4\",\"imgPath\":\"http://static.useevr.cn/12/works/8192e40f8929c2f4/thumb.jpg\",\"sceneTitle\":\"别墅内景\"},{\"sceneName\":\"scene_541f1069402f527f\",\"viewuuid\":\"541f1069402f527f\",\"imgPath\":\"http://static.useevr.cn/12/works/541f1069402f527f/thumb.jpg\",\"sceneTitle\":\"西湖\"},{\"sceneName\":\"scene_77e2caf2d3447b02\",\"viewuuid\":\"77e2caf2d3447b02\",\"imgPath\":\"http://static.useevr.cn/12/works/77e2caf2d3447b02/thumb.jpg\",\"sceneTitle\":\"卫生间\"},{\"sceneName\":\"scene_7fab360a5017c4a5\",\"viewuuid\":\"7fab360a5017c4a5\",\"imgPath\":\"http://static.useevr.cn/12/works/7fab360a5017c4a5/thumb.jpg\",\"sceneTitle\":\"厨房\"},{\"sceneName\":\"scene_92cedf3e145e4037\",\"viewuuid\":\"92cedf3e145e4037\",\"imgPath\":\"http://static.useevr.cn/12/works/92cedf3e145e4037/thumb.jpg\",\"sceneTitle\":\"客厅\"}]}]}', '1', '1', '{\"scene_2e7fc82c9ef1075e\":{\"scene\":[],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-171.06465429371\",\"atv\":\"2.1033379278992\",\"name\":\"schp_ypty22jx5d\",\"hotspotTitle\":\"链接\",\"link\":\"http://demo.krpano100.com\",\"isShowSpotName\":\"1\"}],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-102.17509007978\",\"atv\":\"-2.5840970396651\",\"name\":\"schp_fymfb7xrm2\",\"hotspotTitle\":\"图片\",\"galleryName\":\"glrschp_fymfb7xrm2\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/509e6c39bc8c8a46.png\"}]}],\"text\":[],\"voice\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-174.53964103923\",\"atv\":\"1.9958847848701\",\"name\":\"schp_4e4ketnc2g\",\"hotspotTitle\":\"出差\",\"musicSrc\":\"http://static.useevr.cn/12/media/msc/c5772a092120d411.mp3\",\"musicTitle\":\"纯音乐-钢琴曲(千年恋歌).mp3\",\"isShowSpotName\":\"1\"}],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-128.38189245488\",\"atv\":\"2.6409344002411\",\"name\":\"schp_yjyeyhxjib\",\"hotspotTitle\":\"凯美瑞介绍\",\"imgtext_wordContent\":\"PHA+Cgk8c3BhbiBzdHlsZT0iY29sb3I6IzMzMzMzMztmb250LWZhbWlseTphcmlhbCwg5a6L5L2TLCBzYW5zLXNlcmlmO2ZvbnQtc2l6ZToxNHB4O2JhY2tncm91bmQtY29sb3I6I0ZGRkZGRjsiPiZuYnNwOyAmbmJzcDsgJm5ic3A7IOWHr+e+jueRnuiHquWIm+eri+S7peadpe+8jOW5s+Wdh+avj+S4gOWIhumSn+WwseacieS4gOS9jei9puS4u+mAieaLqeWHr+e+jueRnuOAgjM05bm05p2l77yM5Y6G5Luj5Yev576O55Ge6YO95oyB57ut6aKG5YWI77yM6LWi5b6X5YWo55CDMTYwMOS4h+i9puS4u+eahOS/oei1lu+8jOaIkOS4uuWFqOeQg+ecn+ato+eahOS4remrmOe6p+i9v+i9puS5i+eOi+OAgjwvc3Bhbj4KPC9wPg==\",\"isShowSpotName\":\"1\"}],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-136.16250035394\",\"atv\":\"-2.9342682483252\",\"name\":\"schp_bacr6ag3xp\",\"hotspotTitle\":\"环物全景演示\",\"objid\":\"9\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813938ieo.jpg\",\"isShowSpotName\":\"1\"}]},\"scene_ae516811a051edbc\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_5fdd863ee5ce5806\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_0015d198922c4944\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_8192e40f8929c2f4\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_541f1069402f527f\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_77e2caf2d3447b02\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_7fab360a5017c4a5\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_92cedf3e145e4037\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[{\"title\":\"威威\",\"content\":\"http://demo.krpano100.com\"}]}'); INSERT INTO `u_pano_config` VALUES ('392', '407', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_57cf7181458218ce\",\"hlookat\":\"-359.48226330117\",\"vlookat\":\"3.6845628488419\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_57cf7181458218ce\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_57cf7181458218ce\",\"viewuuid\":\"57cf7181458218ce\",\"imgPath\":\"http://static.useevr.cn/12/works/57cf7181458218ce/thumb.jpg\",\"sceneTitle\":\"QQ图片20161121172034\"}]}]}', '1', '1', '{\"scene_57cf7181458218ce\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-26.150221320988\",\"atv\":\"24.103451974115\",\"name\":\"schp_a2khxhi7mf\",\"linkedscene\":\"scene_57cf7181458218ce\",\"sceneTitle\":\"QQ图片20161121172034\",\"sceneImg\":\"http://static.useevr.cn/12/works/57cf7181458218ce/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-12.260686231774\",\"atv\":\"3.255705428536\",\"name\":\"schp_kknmffpp4x\",\"linkedscene\":\"scene_57cf7181458218ce\",\"sceneTitle\":\"QQ图片20161121172034\",\"sceneImg\":\"http://static.useevr.cn/12/works/57cf7181458218ce/thumb.jpg\"}],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478526332946syp.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478526332979127.png\",\"isDynamic\":\"1\",\"ath\":\"-26.898801549907\",\"atv\":\"23.50848387514\",\"name\":\"schp_hd28dtpsrh\",\"hotspotTitle\":\"1\",\"galleryName\":\"glrschp_hd28dtpsrh\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/c85f6f35602a7b21.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-26.668138694794\",\"atv\":\"23.280726213002\",\"name\":\"schp_fagnxnqzpt\",\"hotspotTitle\":\"123\",\"wordContent\":\"MTMyMQ==\",\"isShowSpotName\":\"\"}]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('394', '409', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_e296ac22eb381aef\",\"hlookat\":\"6.4020441398201\",\"vlookat\":\"2\",\"fov\":\"25\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_e296ac22eb381aef\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_e296ac22eb381aef\",\"viewuuid\":\"e296ac22eb381aef\",\"imgPath\":\"http://static.useevr.cn/12/works/e296ac22eb381aef/thumb.jpg\",\"sceneTitle\":\"0810bc69a5faaa4ab800a5a8781d926f\"}]}]}', '1', '1', '{\"scene_e296ac22eb381aef\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"6.4020437901731\",\"atv\":\"-1.99999991206\",\"name\":\"schp_zrf2kf5nek\",\"hotspotTitle\":\"666\",\"galleryName\":\"glrschp_zrf2kf5nek\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/ef9e653a46d99799.png\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('395', '410', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1480326349643atm.mp3\",\"mediaTitle\":\"1128音乐.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"0\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/skin1/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_95a0bee3bbb1dbdb\",\"viewuuid\":\"95a0bee3bbb1dbdb\",\"imgPath\":\"http://static.useevr.cn/12/works/95a0bee3bbb1dbdb/thumb.jpg\",\"sceneTitle\":\"金城龙庭\"},{\"sceneName\":\"scene_e8fd6a848e9b58e5\",\"viewuuid\":\"e8fd6a848e9b58e5\",\"imgPath\":\"http://static.useevr.cn/12/works/e8fd6a848e9b58e5/thumb.jpg\",\"sceneTitle\":\"281517923384790260\"}]}]}', '0', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('397', '412', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('398', '413', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_2fd13d5a37940072\",\"sceneTitle\":\"fangzi (10)\",\"ath\":\"17.662838755634\",\"atv\":\"39.9713398741\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_2fd13d5a37940072\",\"hlookat\":\"17.662838597639\",\"vlookat\":\"39.971339852708\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\",\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_2fd13d5a37940072\",\"isOpen\":\"1\",\"effectType\":\"midrain\"},\"\",\"\"]}', '0', '0', '{\"isOpen\":\"1\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/7af71d861c9854c4.jpg\",\"sceneOpt\":{\"scene_2fd13d5a37940072\":{\"rotate\":\"\",\"hlookat\":\"\",\"top\":\"23.88%\",\"left\":\"32.53%\",\"krpTop\":\"30.8%\",\"krpLeft\":\"39.45%\",\"sceneTitle\":\"fangzi (10)\"},\"scene_368990110a6a98a8\":{\"rotate\":\"\",\"hlookat\":\"\",\"top\":\"40%\",\"left\":\"40%\",\"krpTop\":\"48%\",\"krpLeft\":\"48%\",\"sceneTitle\":\"ddd\"}}}]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_2fd13d5a37940072\",\"viewuuid\":\"2fd13d5a37940072\",\"imgPath\":\"http://static.useevr.cn/12/works/2fd13d5a37940072/thumb.jpg\",\"sceneTitle\":\"fangzi (10)\"},{\"sceneName\":\"scene_368990110a6a98a8\",\"viewuuid\":\"368990110a6a98a8\",\"imgPath\":\"http://static.useevr.cn/12/works/368990110a6a98a8/thumb.jpg\",\"sceneTitle\":\"ddd\"},{\"sceneName\":\"scene_dc876657acab3023\",\"viewuuid\":\"dc876657acab3023\",\"imgPath\":\"http://static.useevr.cn/12/works/dc876657acab3023/thumb.jpg\",\"sceneTitle\":\"卧室\"}]}]}', '0', '1', '{\"scene_2fd13d5a37940072\":{\"scene\":[{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/12/media/img/1c1edd97882b6f57.jpg\",\"thumbPath\":\"http://static.useevr.cn/12/media/img/1c1edd97882b6f57.jpg\",\"isDynamic\":\"\",\"ath\":\"-9.33102366865\",\"atv\":\"-27.84629095919\",\"name\":\"schp_sazjjf5x2m\",\"linkedscene\":\"scene_2fd13d5a37940072\",\"sceneTitle\":\"fangzi (10)\",\"sceneImg\":\"http://static.useevr.cn/12/works/2fd13d5a37940072/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('401', '416', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('403', '418', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '0', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('404', '419', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('405', '420', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1477449771880fnz.mp3\",\"mediaTitle\":\"DFsa.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/f761c6f95aa1627f.png\",\"title\":\"联系电话\",\"type\":\"1\",\"content\":\"13303387972\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_45651f95ba613141\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_fe7772b0429f57dd\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_321a82d6dc0d53cc\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_7ca24dc5380612e9\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_45651f95ba613141\",\"isOpen\":\"\"},{\"sceneName\":\"scene_fe7772b0429f57dd\",\"isOpen\":\"\"},{\"sceneName\":\"scene_321a82d6dc0d53cc\",\"isOpen\":\"\"},{\"sceneName\":\"scene_7ca24dc5380612e9\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_45651f95ba613141\",\"viewuuid\":\"45651f95ba613141\",\"imgPath\":\"http://static.useevr.cn/12/works/45651f95ba613141/thumb.jpg\",\"sceneTitle\":\"1fangzi - 副本 - 副本\"},{\"sceneName\":\"scene_fe7772b0429f57dd\",\"viewuuid\":\"fe7772b0429f57dd\",\"imgPath\":\"http://static.useevr.cn/12/works/fe7772b0429f57dd/thumb.jpg\",\"sceneTitle\":\"1fangzi - 副本\"},{\"sceneName\":\"scene_321a82d6dc0d53cc\",\"viewuuid\":\"321a82d6dc0d53cc\",\"imgPath\":\"http://static.useevr.cn/12/works/321a82d6dc0d53cc/thumb.jpg\",\"sceneTitle\":\"1fangzi\"},{\"sceneName\":\"scene_7ca24dc5380612e9\",\"viewuuid\":\"7ca24dc5380612e9\",\"imgPath\":\"http://static.useevr.cn/12/works/7ca24dc5380612e9/thumb.jpg\",\"sceneTitle\":\"8101b\"}]}]}', '1', '1', '{\"scene_45651f95ba613141\":{\"scene\":[],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"15.617712445399\",\"atv\":\"-2.8172922653128\",\"name\":\"schp_jnrxjterhr\",\"hotspotTitle\":\"66666666666666\",\"link\":\"http://66666666666666666\",\"isShowSpotName\":\"\"}],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_fe7772b0429f57dd\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_321a82d6dc0d53cc\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_7ca24dc5380612e9\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('406', '421', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/6cb5c0a8102c2c2f.mp3\",\"mediaTitle\":\"红日(声动亚洲).mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_8afd4010cdf096b7\",\"sceneTitle\":\"8101b\",\"ath\":\"-0.00070821529681098\",\"atv\":\"-1.1102230159401E-16\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_8afd4010cdf096b7\",\"hlookat\":\"114.17111391722\",\"vlookat\":\"12.172156942744\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_6c83f33b058c40df\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_455fd566bbdc6ca5\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_8afd4010cdf096b7\",\"isOpen\":\"\"},{\"sceneName\":\"scene_6c83f33b058c40df\",\"isOpen\":\"\"},{\"sceneName\":\"scene_455fd566bbdc6ca5\",\"isOpen\":\"\"}]}', '0', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_8afd4010cdf096b7\",\"viewuuid\":\"8afd4010cdf096b7\",\"imgPath\":\"http://static.useevr.cn/12/works/8afd4010cdf096b7/thumb.jpg\",\"sceneTitle\":\"8101b\"},{\"sceneName\":\"scene_6c83f33b058c40df\",\"viewuuid\":\"6c83f33b058c40df\",\"imgPath\":\"http://static.useevr.cn/12/works/6c83f33b058c40df/thumb.jpg\",\"sceneTitle\":\"8102\"},{\"sceneName\":\"scene_455fd566bbdc6ca5\",\"viewuuid\":\"455fd566bbdc6ca5\",\"imgPath\":\"http://static.useevr.cn/12/works/455fd566bbdc6ca5/thumb.jpg\",\"sceneTitle\":\"8103\"}]}]}', '1', '0', '{\"scene_8afd4010cdf096b7\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"\",\"atv\":\"\",\"name\":\"schp_yj8wy5jjc4\",\"hotspotTitle\":\"11\",\"galleryName\":\"glrschp_yj8wy5jjc4\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/0b4a979a36fc621d.jpg\"}]}],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"106.3558948902\",\"atv\":\"-1.1741988837976\",\"name\":\"schp_g3wcbidmjt\",\"hotspotTitle\":\"文字介绍\",\"wordContent\":\"6L+Z6YeM5LiA5Lqb5paH5a2X5LuL57uN\",\"isShowSpotName\":\"\"}],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793717338246ik.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371733846nom.png\",\"isDynamic\":\"1\",\"ath\":\"122.01561465624\",\"atv\":\"-0.88438787183443\",\"name\":\"schp_ptwn6bjtyz\",\"hotspotTitle\":\"这里是一个图文介绍\",\"wordContent\":\"PHA+Cgnov5nmmK/kuIDkuKrop4bpopHjgIIKPC9wPgo8cD4KCTxlbWJlZCBzcmM9Imh0dHA6Ly9wbGF5ZXIueW91a3UuY29tL3BsYXllci5waHAvVHlwZS9Gb2xkZXIvRmlkL09iL3NpZC9YTVRneU1qSTFOakExTmc9PS92LnN3ZiIgdHlwZT0iYXBwbGljYXRpb24veC1zaG9ja3dhdmUtZmxhc2giIHdpZHRoPSI1NTAiIGhlaWdodD0iNDAwIiBxdWFsaXR5PSJoaWdoIiAvPgo8L3A+\",\"isShowSpotName\":\"1\"}]},\"scene_6c83f33b058c40df\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_455fd566bbdc6ca5\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('409', '424', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '0', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_3653f4332876bc23\",\"viewuuid\":\"3653f4332876bc23\",\"imgPath\":\"http://static.useevr.cn/92/works/3653f4332876bc23/thumb.jpg\",\"sceneTitle\":\"10795666_10795666_1331141417541\"}]}]}', '1', '1', '{}', '0', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('410', '425', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/97d1c594d19e0e69.png\",\"title\":\"设计师电话\",\"type\":\"1\",\"content\":\"13572923480\"},{\"imgPath\":\"http://static.useevr.cn/12/media/img/97d1c594d19e0e69.png\",\"title\":\"全景拍摄\",\"type\":\"1\",\"content\":\"13572923480\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_a302dc7c385f042a\",\"hlookat\":\"-138.56297174126\",\"vlookat\":\"2.2744895314007\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_bc9d0d49c5e698eb\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_5be8026ea3c26978\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_12914f57a2b88c97\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_99c642a616b61f0e\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_1ec5ed343b00eedc\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_2f9aef34fd6eae9f\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_38d32f99439d90cf\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_a302dc7c385f042a\",\"isOpen\":\"\"},{\"sceneName\":\"scene_bc9d0d49c5e698eb\",\"isOpen\":\"\"},{\"sceneName\":\"scene_5be8026ea3c26978\",\"isOpen\":\"\"},{\"sceneName\":\"scene_12914f57a2b88c97\",\"isOpen\":\"\"},{\"sceneName\":\"scene_99c642a616b61f0e\",\"isOpen\":\"\"},{\"sceneName\":\"scene_1ec5ed343b00eedc\",\"isOpen\":\"\"},{\"sceneName\":\"scene_2f9aef34fd6eae9f\",\"isOpen\":\"\"},{\"sceneName\":\"scene_38d32f99439d90cf\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/77b24b977138630f.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_a302dc7c385f042a\",\"viewuuid\":\"a302dc7c385f042a\",\"imgPath\":\"http://static.useevr.cn/12/works/a302dc7c385f042a/thumb.jpg\",\"sceneTitle\":\"门厅\"},{\"sceneName\":\"scene_bc9d0d49c5e698eb\",\"viewuuid\":\"bc9d0d49c5e698eb\",\"imgPath\":\"http://static.useevr.cn/12/works/bc9d0d49c5e698eb/thumb.jpg\",\"sceneTitle\":\"厨房\"},{\"sceneName\":\"scene_5be8026ea3c26978\",\"viewuuid\":\"5be8026ea3c26978\",\"imgPath\":\"http://static.useevr.cn/12/works/5be8026ea3c26978/thumb.jpg\",\"sceneTitle\":\"次卧\"},{\"sceneName\":\"scene_12914f57a2b88c97\",\"viewuuid\":\"12914f57a2b88c97\",\"imgPath\":\"http://static.useevr.cn/12/works/12914f57a2b88c97/thumb.jpg\",\"sceneTitle\":\"客厅\"},{\"sceneName\":\"scene_99c642a616b61f0e\",\"viewuuid\":\"99c642a616b61f0e\",\"imgPath\":\"http://static.useevr.cn/12/works/99c642a616b61f0e/thumb.jpg\",\"sceneTitle\":\"露台\"},{\"sceneName\":\"scene_1ec5ed343b00eedc\",\"viewuuid\":\"1ec5ed343b00eedc\",\"imgPath\":\"http://static.useevr.cn/12/works/1ec5ed343b00eedc/thumb.jpg\",\"sceneTitle\":\"书房\"},{\"sceneName\":\"scene_2f9aef34fd6eae9f\",\"viewuuid\":\"2f9aef34fd6eae9f\",\"imgPath\":\"http://static.useevr.cn/12/works/2f9aef34fd6eae9f/thumb.jpg\",\"sceneTitle\":\"卫生间\"},{\"sceneName\":\"scene_38d32f99439d90cf\",\"viewuuid\":\"38d32f99439d90cf\",\"imgPath\":\"http://static.useevr.cn/12/works/38d32f99439d90cf/thumb.jpg\",\"sceneTitle\":\"主卧\"}]}]}', '1', '1', '{\"scene_a302dc7c385f042a\":{\"scene\":[],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-80.305667085449\",\"atv\":\"9.8077531555971\",\"name\":\"schp_s6h4y5nrfw\",\"hotspotTitle\":\"234\",\"link\":\"http://324234\",\"isShowSpotName\":\"\"}],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_bc9d0d49c5e698eb\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_5be8026ea3c26978\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_12914f57a2b88c97\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_99c642a616b61f0e\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_1ec5ed343b00eedc\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_2f9aef34fd6eae9f\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_38d32f99439d90cf\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('412', '427', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('414', '429', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[\"\"]}', '{\"effectSettings\":[\"\"]}', '1', '0', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_1ec5ed343b00eedc\",\"viewuuid\":\"1ec5ed343b00eedc\",\"imgPath\":\"http://static.useevr.cn/12/works/1ec5ed343b00eedc/thumb.jpg\",\"sceneTitle\":\"书房\"}]}]}', '1', '0', '[]', '1', '{}', '{\"linkSettings\":[{\"title\":\"电话:\",\"content\":\"110\"},{\"title\":\"邮箱:\",\"content\":\"110@126.com\"}]}'); INSERT INTO `u_pano_config` VALUES ('415', '430', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('417', '432', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('419', '434', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"1\",\"useEndImg\":\"1\",\"points\":[{\"sceneName\":\"scene_d59dfa6baf047940\",\"sceneTitle\":\"a\",\"ath\":\"-36.0744729301\",\"atv\":\"11.553004736883\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_d59dfa6baf047940\",\"sceneTitle\":\"a\",\"ath\":\"46.84579916559\",\"atv\":\"6.0728596297091\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}],\"startImgUrl\":\"http://static.useevr.cn/109/media/img/4b48bafeb5d2753a.png\",\"endImgUrl\":\"http://static.useevr.cn/109/media/img/3a751d79755a32f7.jpg\"}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_d59dfa6baf047940\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_d59dfa6baf047940\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择1\",\"scenes\":[{\"sceneName\":\"scene_d59dfa6baf047940\",\"viewuuid\":\"d59dfa6baf047940\",\"imgPath\":\"http://static.useevr.cn/109/works/d59dfa6baf047940/thumb.jpg\",\"sceneTitle\":\"a\"}]}]}', '1', '1', '{\"scene_d59dfa6baf047940\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-32.835482572758\",\"atv\":\"16.18664608727\",\"name\":\"schp_nraabjf7jh\",\"linkedscene\":\"scene_d59dfa6baf047940\",\"sceneTitle\":\"a\",\"sceneImg\":\"http://static.useevr.cn/109/works/d59dfa6baf047940/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"48.242529918228\",\"atv\":\"8.5749025948431\",\"name\":\"schp_jbrwney46e\",\"hotspotTitle\":\"测试热点标题1\",\"wordContent\":\"测试热点内容1\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('420', '435', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/39a958f127584920.mp3\",\"mediaTitle\":\"gqq.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/97d1c594d19e0e69.png\",\"title\":\"电话\",\"type\":\"1\",\"content\":\"18253991188\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_a571da389d5fe82b\",\"hlookat\":\"0.00074738415572356\",\"vlookat\":\"\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_a571da389d5fe82b\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/ccea0130c027499f.png\",\"user\":\"龙涟纸业 网路部\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_a571da389d5fe82b\",\"viewuuid\":\"a571da389d5fe82b\",\"imgPath\":\"http://static.useevr.cn/12/works/a571da389d5fe82b/thumb.jpg\",\"sceneTitle\":\"LL\"}]}]}', '1', '1', '{\"scene_a571da389d5fe82b\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"22.095275778277\",\"atv\":\"29.399321196191\",\"name\":\"schp_g4hatkmwws\",\"hotspotTitle\":\"查看花色\",\"galleryName\":\"glrschp_g4hatkmwws\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/0ff47b44fc54322d.jpg\"}]}],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-16.070064150544\",\"atv\":\"-3.8142612375239\",\"name\":\"schp_tadt7afr4d\",\"hotspotTitle\":\"文本信息\",\"wordContent\":\"文本信息文本信息文本信息文本信息\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-121.48352965136\",\"atv\":\"-10.863911471803\",\"name\":\"schp_ymcrtnzksn\",\"hotspotTitle\":\"环物热点\",\"objid\":\"7\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161129/1480428049504wx8.jpg\",\"isShowSpotName\":\"1\"}]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('421', '436', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/112/media/msc/5e095a815c466035.mp3\",\"mediaTitle\":\"gqq.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/112/media/img/34ec697c16550196.png\",\"title\":\"联系电话\",\"type\":\"1\",\"content\":\"13563927999\"},{\"imgPath\":\"/static/images/kr/navigation_b.png\",\"title\":\"直通号\",\"type\":\"1\",\"content\":\"http://mp.weixin.qq.com/s?__biz=MzAwMDA2MDk0MA==&tempkey=JisI2zDFNo9RlbD6vKsaRJu4IgARRv9FunOHKhTzxDhegUH4Ko0WqdsICI2Z5PSM%2B9iV5x1Hlx3rZbaRp5CjgzCV%2BXtRAunkJ%2BImY5kxdtwL1ra1vq3ypPEddBvlUJxPsRhs4xScW9l77K8EcLCBhw%3D%3D&chksm=0135463f3642cf299652f08c11431463f2708052e174d32b0c8ff02d306e1873fb1f2c21ae59#rd\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_cc3009c4ab4b2d4c\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_cc3009c4ab4b2d4c\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/112/media/img/f74afdbde8c5ece4.png\",\"user\":\"龙涟纸业 网络部\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_cc3009c4ab4b2d4c\",\"viewuuid\":\"cc3009c4ab4b2d4c\",\"imgPath\":\"http://static.useevr.cn/112/works/cc3009c4ab4b2d4c/thumb.jpg\",\"sceneTitle\":\"LL\"}]}]}', '1', '1', '{\"scene_cc3009c4ab4b2d4c\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"12.535245151255\",\"atv\":\"25.565037763531\",\"name\":\"schp_c6trs6hjkt\",\"hotspotTitle\":\"查看花色\",\"galleryName\":\"glrschp_c6trs6hjkt\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/112/media/img/2ee9e9dff323599d.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('423', '438', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('426', '441', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useMusic\":\"\",\"imgUuid\":\"f51ab226308f79fa\"},{\"useMusic\":\"\",\"imgUuid\":\"d59dfa6baf047940\"}]}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '0', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '0', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '0', '0', '{}', '0', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('427', '442', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1477451935532s3b.mp3\",\"mediaTitle\":\"图个啥地方.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/shade_sky_floor/images/shade_sky_floor.png\",\"location\":\"1\",\"imgName\":\"系统补地\",\"imgUuid\":\"c384a25943753c97\"},{\"useShade\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/shade_sky_floor/images/shade_sky_floor.png\",\"location\":\"\",\"imgName\":\"系统补地\",\"imgUuid\":\"243f3e1c5bae61e3\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_243f3e1c5bae61e3\",\"sceneTitle\":\"u7406u5149u6d4bu8bd5u56fe2.JPG\",\"ath\":\"120.81189720939\",\"atv\":\"-16.753097945825\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_243f3e1c5bae61e3\",\"sceneTitle\":\"u7406u5149u6d4bu8bd5u56fe2.JPG\",\"ath\":\"-137.73495445437\",\"atv\":\"-40.329260672136\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_243f3e1c5bae61e3\",\"sceneTitle\":\"u7406u5149u6d4bu8bd5u56fe2.JPG\",\"ath\":\"-77.870552214004\",\"atv\":\"0.37786548354506\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/kr/navigation_w.png\",\"title\":\"11\",\"type\":\"1\",\"content\":\"110\"},{\"imgPath\":\"/static/images/kr/navigation_b.png\",\"title\":\"1\",\"type\":\"1\",\"content\":\"112\"},{\"imgPath\":\"/static/images/kr/navigation_b.png\",\"title\":\"电话\",\"type\":\"1\",\"content\":\"15930166680\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/311e1fa8c1214bd7.mp3\",\"mediaTitle\":\"123.mp3\"}', '{\"viewSettings\":[\"\",\"\",\"\",\"\",\"\"]}', '{\"effectSettings\":[\"\",\"\",\"\",\"\",\"\"]}', '0', '0', '{\"isOpen\":\"\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/ed64bebd5051fd22.jpg\",\"sceneOpt\":{\"scene_c384a25943753c97\":{\"rotate\":\"0\",\"hlookat\":\"360.53917004616\",\"top\":\"64.01%\",\"left\":\"71.28%\",\"krpTop\":\"70.93%\",\"krpLeft\":\"78.2%\",\"sceneTitle\":\"u7406u5149u6d4bu8bd5u56fe.JPG\"},\"scene_243f3e1c5bae61e3\":{\"rotate\":\"\",\"hlookat\":\"\",\"top\":\"40%\",\"left\":\"40%\",\"krpTop\":\"48%\",\"krpLeft\":\"48%\",\"sceneTitle\":\"u7406u5149u6d4bu8bd5u56fe2.JPG\"},\"scene_2f9aef34fd6eae9f\":{\"rotate\":\"-46\",\"hlookat\":\"2.956847576375\",\"top\":\"-6.92%\",\"left\":\"86.16%\",\"krpTop\":\"0%\",\"krpLeft\":\"93.08%\",\"sceneTitle\":\"u536bu751fu95f4\"},\"scene_c2375ec99c527278\":{\"rotate\":\"\",\"hlookat\":\"\",\"top\":\"-6.92%\",\"left\":\"86.16%\",\"krpTop\":\"0%\",\"krpLeft\":\"93.08%\"}}}]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/f761c6f95aa1627f.png\",\"logoLink\":\"http://www.baidu.com\",\"user\":\"王鹏飞\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_2f9aef34fd6eae9f\",\"viewuuid\":\"2f9aef34fd6eae9f\",\"imgPath\":\"http://static.useevr.cn/12/works/2f9aef34fd6eae9f/thumb.jpg\",\"sceneTitle\":\"卫生间\"},{\"sceneName\":\"scene_004e01a27364e6e9\",\"viewuuid\":\"004e01a27364e6e9\",\"imgPath\":\"http://static.useevr.cn/12/works/004e01a27364e6e9/thumb.jpg\",\"sceneTitle\":\"5\"},{\"sceneName\":\"scene_a2753d6af95b491d\",\"viewuuid\":\"a2753d6af95b491d\",\"imgPath\":\"http://static.useevr.cn/12/works/a2753d6af95b491d/thumb.jpg\",\"sceneTitle\":\"2\"},{\"sceneName\":\"scene_bc9d0d49c5e698eb\",\"viewuuid\":\"bc9d0d49c5e698eb\",\"imgPath\":\"http://static.useevr.cn/12/works/bc9d0d49c5e698eb/thumb.jpg\",\"sceneTitle\":\"厨房\"},{\"sceneName\":\"scene_c2375ec99c527278\",\"viewuuid\":\"c2375ec99c527278\",\"imgPath\":\"http://static.useevr.cn/12/works/c2375ec99c527278/thumb.jpg\",\"sceneTitle\":\"01-路边风景\"}]}]}', '1', '1', '[]', '1', '{}', '{\"linkSettings\":[{\"title\":\"王鹏飞\",\"content\":\"110\"},{\"title\":\"科技公司\",\"content\":\"112\"}]}'); INSERT INTO `u_pano_config` VALUES ('428', '443', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('429', '444', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_1d82a0f440fef205\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"1\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_1d82a0f440fef205\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_1d82a0f440fef205\",\"viewuuid\":\"1d82a0f440fef205\",\"imgPath\":\"http://static.useevr.cn/12/works/1d82a0f440fef205/thumb.jpg\",\"sceneTitle\":\"u=3827187007,2745193561&fm=21&gp=0\"}]}]}', '1', '1', '{\"scene_1d82a0f440fef205\":{\"scene\":[],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-3.2616367995217\",\"atv\":\"-0.28490590600422\",\"name\":\"schp_am64kyjicm\",\"hotspotTitle\":\"huaping\",\"link\":\"http://image.baidu.com/search/detail?ct=503316480&z=0&ipn=d&word=花瓶&step_word=&hs=0&pn=4&spn=0&di=166383386510&pi=0&rn=1&tn=baiduimagedetail&is=0%2C0&istype=0&ie=utf-8&oe=utf-8&in=&cl=2&lm=-1&st=undefined&cs=426604952%2C2211009075&os=67653703%2C192547934&simid=3485110367%2C220553151&adpicid=0&ln=1685&fr=&fmq=1480314215117_R&fm=&ic=undefined&s=undefined&se=&sme=&tab=0&width=&height=&face=undefined&ist=&jit=&cg=&bdtype=0&oriquery=&objurl=http%3A%2F%2Fpic22.nipic.com%2F20120620%2F6155864_143419232146_2.jpg&fromurl=ippr_z2C%24qAzdH3FAzdH3Fooo_z%26e3Bgtrtv_z%26e3Bv54AzdH3Ffi5oAzdH3F9AzdH3FbnAzdH3Fmnlmadbhmk8vk80a_z%26e3Bip4s&gsm=0&rpstart=0&rpnum=0\",\"isShowSpotName\":\"\"}],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-18.863317914075\",\"atv\":\"-7.4642867893432\",\"name\":\"schp_rje8afwcek\",\"hotspotTitle\":\"ttt\",\"wordContent\":\"Z2dnZ2c=\",\"isShowSpotName\":\"1\"}]}}', '0', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('430', '445', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/39a958f127584920.mp3\",\"mediaTitle\":\"gqq.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/kr/navigation_b.png\",\"title\":\"地址\",\"type\":\"0\",\"content\":{\"J\":\"39.902619\",\"G\":\"116.400003\",\"lng\":\"116.400003\",\"lat\":\"39.902619\"}}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_d0d6083381a94e0e\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\",\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_d0d6083381a94e0e\",\"isOpen\":\"1\",\"effectType\":\"hearts\"},\"\",\"\"]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/205864d91ffce40d.png\",\"logoLink\":\"http://https://item.taobao.com/item.htm?spm=a230r.1.14.9.ImMmha&id=533202237845&ns=1&abbucket=19#detail\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_d0d6083381a94e0e\",\"viewuuid\":\"d0d6083381a94e0e\",\"imgPath\":\"http://static.useevr.cn/12/works/d0d6083381a94e0e/thumb.jpg\",\"sceneTitle\":\"562c11dfa9ec8a134759666bf503918fa1ecc0fd (1)\"},{\"sceneName\":\"scene_b6966f08e5580494\",\"viewuuid\":\"b6966f08e5580494\",\"imgPath\":\"http://static.useevr.cn/12/works/b6966f08e5580494/thumb.jpg\",\"sceneTitle\":\"卧室\"},{\"sceneName\":\"scene_09cc9def03a91998\",\"viewuuid\":\"09cc9def03a91998\",\"imgPath\":\"http://static.useevr.cn/12/works/09cc9def03a91998/thumb.jpg\",\"sceneTitle\":\"书房\"}]}]}', '1', '1', '{\"scene_d0d6083381a94e0e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-112.89970807981\",\"atv\":\"17.393382290337\",\"name\":\"schp_wdycxarnqc\",\"linkedscene\":\"scene_d0d6083381a94e0e\",\"sceneTitle\":\"562c11dfa9ec8a134759666bf503918fa1ecc0fd (1)\",\"sceneImg\":\"http://static.useevr.cn/12/works/d0d6083381a94e0e/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"179.78248257673\",\"atv\":\"5.9604373052033\",\"name\":\"schp_tkzxqka6dm\",\"linkedscene\":\"scene_d0d6083381a94e0e\",\"sceneTitle\":\"562c11dfa9ec8a134759666bf503918fa1ecc0fd (1)\",\"sceneImg\":\"http://static.useevr.cn/12/works/d0d6083381a94e0e/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-165.73688996869\",\"atv\":\"5.9716379640942\",\"name\":\"schp_h75rwb246d\",\"linkedscene\":\"scene_d0d6083381a94e0e\",\"sceneTitle\":\"562c11dfa9ec8a134759666bf503918fa1ecc0fd (1)\",\"sceneImg\":\"http://static.useevr.cn/12/works/d0d6083381a94e0e/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-171.59664953787\",\"atv\":\"28.414895562089\",\"name\":\"schp_cyim2zdjga\",\"linkedscene\":\"scene_09cc9def03a91998\",\"sceneTitle\":\"书房\",\"sceneImg\":\"http://static.useevr.cn/12/works/09cc9def03a91998/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_b6966f08e5580494\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"140.28105144447\",\"atv\":\"10.032085371906\",\"name\":\"schp_x8hxkthjbr\",\"linkedscene\":\"scene_d0d6083381a94e0e\",\"sceneTitle\":\"562c11dfa9ec8a134759666bf503918fa1ecc0fd (1)\",\"sceneImg\":\"http://static.useevr.cn/12/works/d0d6083381a94e0e/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('431', '446', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('432', '447', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('433', '448', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_aa91c1cd7fe7cf80\",\"hlookat\":\"-56.023609956849\",\"vlookat\":\"18.204565533988\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_aa91c1cd7fe7cf80\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_aa91c1cd7fe7cf80\",\"viewuuid\":\"aa91c1cd7fe7cf80\",\"imgPath\":\"http://static.useevr.cn/121/works/aa91c1cd7fe7cf80/thumb.jpg\",\"sceneTitle\":\"IMG_1303 Panorama.preview\"}]}]}', '1', '1', '{\"scene_aa91c1cd7fe7cf80\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478526332946syp.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478526332979127.png\",\"isDynamic\":\"1\",\"ath\":\"-50.221507170452\",\"atv\":\"18.771672666793\",\"name\":\"schp_jr3hk3cwwb\",\"hotspotTitle\":\"立即购买\",\"wordContent\":\"56uL5Y2z6LSt5Lmw\",\"isShowSpotName\":\"1\"}]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('436', '451', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('437', '452', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/112/media/msc/5e095a815c466035.mp3\",\"mediaTitle\":\"gqq.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/112/media/img/34ec697c16550196.png\",\"title\":\"联系电话\",\"type\":\"1\",\"content\":\"18853990999\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_14d59090828bfc19\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_d5a22659e69be8cd\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_74d829f4025fd74d\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_90e199739a125bcd\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_14d59090828bfc19\",\"isOpen\":\"\"},{\"sceneName\":\"scene_d5a22659e69be8cd\",\"isOpen\":\"\"},{\"sceneName\":\"scene_74d829f4025fd74d\",\"isOpen\":\"\"},{\"sceneName\":\"scene_90e199739a125bcd\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/112/media/img/e56adc465dcc30ed.png\",\"user\":\"龙涟国际 网络部\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_14d59090828bfc19\",\"viewuuid\":\"14d59090828bfc19\",\"imgPath\":\"http://static.useevr.cn/112/works/14d59090828bfc19/thumb.jpg\",\"sceneTitle\":\"正门\"},{\"sceneName\":\"scene_d5a22659e69be8cd\",\"viewuuid\":\"d5a22659e69be8cd\",\"imgPath\":\"http://static.useevr.cn/112/works/d5a22659e69be8cd/thumb.jpg\",\"sceneTitle\":\"服务台\"},{\"sceneName\":\"scene_74d829f4025fd74d\",\"viewuuid\":\"74d829f4025fd74d\",\"imgPath\":\"http://static.useevr.cn/112/works/74d829f4025fd74d/thumb.jpg\",\"sceneTitle\":\"板材展示区\"},{\"sceneName\":\"scene_90e199739a125bcd\",\"viewuuid\":\"90e199739a125bcd\",\"imgPath\":\"http://static.useevr.cn/112/works/90e199739a125bcd/thumb.jpg\",\"sceneTitle\":\"衣柜展示区\"}]}]}', '1', '1', '{\"scene_14d59090828bfc19\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-0.42825726827414\",\"atv\":\"11.468365270104\",\"name\":\"schp_ecsafndtzt\",\"linkedscene\":\"scene_d5a22659e69be8cd\",\"sceneTitle\":\"服务台\",\"sceneImg\":\"http://static.useevr.cn/112/works/d5a22659e69be8cd/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_d5a22659e69be8cd\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"67.44428776502\",\"atv\":\"19.700428227062\",\"name\":\"schp_7nagfqsdew\",\"linkedscene\":\"scene_90e199739a125bcd\",\"sceneTitle\":\"衣柜展示区\",\"sceneImg\":\"http://static.useevr.cn/112/works/90e199739a125bcd/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-127.99992140372\",\"atv\":\"19.9883474541\",\"name\":\"schp_ihk2jc5fkn\",\"linkedscene\":\"scene_74d829f4025fd74d\",\"sceneTitle\":\"板材展示区\",\"sceneImg\":\"http://static.useevr.cn/112/works/74d829f4025fd74d/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_74d829f4025fd74d\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"31.98739481648\",\"atv\":\"11.331975362958\",\"name\":\"schp_dypt2xdrxp\",\"linkedscene\":\"scene_d5a22659e69be8cd\",\"sceneTitle\":\"Q2\",\"sceneImg\":\"http://static.useevr.cn/112/works/d5a22659e69be8cd/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]},\"scene_90e199739a125bcd\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-128.88895665918\",\"atv\":\"5.5662572862981\",\"name\":\"schp_jcdh2trixd\",\"linkedscene\":\"scene_d5a22659e69be8cd\",\"sceneTitle\":\"Q2\",\"sceneImg\":\"http://static.useevr.cn/112/works/d5a22659e69be8cd/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('439', '454', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('440', '455', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_862fec2398d6b403\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_862fec2398d6b403\",\"isOpen\":\"1\",\"effectType\":\"midrain\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_862fec2398d6b403\",\"viewuuid\":\"862fec2398d6b403\",\"imgPath\":\"http://static.useevr.cn/12/works/862fec2398d6b403/thumb.jpg\",\"sceneTitle\":\"33\"},{\"sceneName\":\"scene_b6966f08e5580494\",\"viewuuid\":\"b6966f08e5580494\",\"imgPath\":\"http://static.useevr.cn/12/works/b6966f08e5580494/thumb.jpg\",\"sceneTitle\":\"卧室\"}]}]}', '1', '1', '{\"scene_862fec2398d6b403\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('441', '456', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_fadf039dc0cfd934\",\"sceneTitle\":\"R0010026.JPG\",\"ath\":\"59.723259283096\",\"atv\":\"-34.679880247469\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_fadf039dc0cfd934\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_fadf039dc0cfd934\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_fadf039dc0cfd934\",\"viewuuid\":\"fadf039dc0cfd934\",\"imgPath\":\"http://static.useevr.cn/12/works/fadf039dc0cfd934/thumb.jpg\",\"sceneTitle\":\"R0010026.JPG\"},{\"sceneName\":\"scene_106ed526d34e3fde\",\"viewuuid\":\"106ed526d34e3fde\",\"imgPath\":\"http://static.useevr.cn/12/works/106ed526d34e3fde/thumb.jpg\",\"sceneTitle\":\"10看点-小西天\"},{\"sceneName\":\"scene_2f9aef34fd6eae9f\",\"viewuuid\":\"2f9aef34fd6eae9f\",\"imgPath\":\"http://static.useevr.cn/12/works/2f9aef34fd6eae9f/thumb.jpg\",\"sceneTitle\":\"卫生间\"}]}]}', '1', '1', '{\"scene_fadf039dc0cfd934\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"15.351206061775\",\"atv\":\"9.2396526707291\",\"name\":\"schp_k3kxrkhbdi\",\"linkedscene\":\"scene_fadf039dc0cfd934\",\"sceneTitle\":\"R0010026.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/fadf039dc0cfd934/thumb.jpg\"}],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-10.77962883196\",\"atv\":\"7.1428996537529\",\"name\":\"schp_44kksr5hkz\",\"hotspotTitle\":\"百度\",\"link\":\"http://www.baidu.com\",\"isShowSpotName\":\"\"}],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478526332946syp.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478526332979127.png\",\"isDynamic\":\"1\",\"ath\":\"5.74671659355\",\"atv\":\"16.381952060769\",\"name\":\"schp_zkbt4xewrs\",\"hotspotTitle\":\"cewvwee\",\"wordContent\":\"ZmV3ZndlZWZld2Zld2Zldw==\",\"isShowSpotName\":\"\"}]}}', '1', '{}', '{\"linkSettings\":[{\"title\":\"那就好\",\"content\":\"012316566\"}]}'); INSERT INTO `u_pano_config` VALUES ('442', '457', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/kr/navigation_b.png\",\"title\":\"tel\",\"type\":\"1\",\"content\":\"123456789\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('443', '458', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_1f743ed46404bf05\",\"hlookat\":\"\",\"vlookat\":\"\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_1f743ed46404bf05\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_1f743ed46404bf05\",\"viewuuid\":\"1f743ed46404bf05\",\"imgPath\":\"http://static.useevr.cn/12/works/1f743ed46404bf05/thumb.jpg\",\"sceneTitle\":\"R0010026.JPG\"}]}]}', '1', '1', '{\"scene_1f743ed46404bf05\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"46.68028899988\",\"atv\":\"2.7883429598195\",\"name\":\"schp_bd26sbiwci\",\"linkedscene\":\"scene_1f743ed46404bf05\",\"sceneTitle\":\"R0010026.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/1f743ed46404bf05/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('444', '459', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('445', '460', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_8386d3fe12adf01f\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_8386d3fe12adf01f\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_8386d3fe12adf01f\",\"viewuuid\":\"8386d3fe12adf01f\",\"imgPath\":\"http://static.useevr.cn/12/works/8386d3fe12adf01f/thumb.jpg\",\"sceneTitle\":\"ujuu\"}]}]}', '1', '1', '{\"scene_8386d3fe12adf01f\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-22.009597000818\",\"atv\":\"8.9793648167866\",\"name\":\"schp_fcwgsaq5di\",\"hotspotTitle\":\"环物\",\"objid\":\"7\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161129/1480428049504wx8.jpg\",\"isShowSpotName\":\"1\"}]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('446', '461', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/39a958f127584920.mp3\",\"mediaTitle\":\"gqq.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"1\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_759b7c6c587be46c\",\"sceneTitle\":\"u522bu5885u5168u666f1\",\"ath\":\"116.20697849365\",\"atv\":\"37.961015755091\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_759b7c6c587be46c\",\"sceneTitle\":\"u522bu5885u5168u666f1\",\"ath\":\"122.81432823989\",\"atv\":\"37.694309715174\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}],\"startImgUrl\":\"http://static.useevr.cn/12/media/img/6129c4d12a6054a9.jpg\"}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"官网\",\"type\":\"1\",\"content\":\"www.218ts.com\"},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"拍摄电话\",\"type\":\"1\",\"content\":\"13503249592\"},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"全景视频\",\"type\":\"1\",\"content\":\"13383677651\"}]}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useSpeech\":\"\",\"imgUuid\":\"759b7c6c587be46c\"},{\"useSpeech\":\"\",\"imgUuid\":\"f346ddff2d401b95\"},{\"useSpeech\":\"\",\"imgUuid\":\"8d608ef2234fbf6d\"}]}', '{\"viewSettings\":[{\"sceneName\":\"scene_759b7c6c587be46c\",\"hlookat\":\"-16.538712926685\",\"vlookat\":\"20.232165367524\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_f346ddff2d401b95\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_8d608ef2234fbf6d\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_759b7c6c587be46c\",\"isOpen\":\"\"},{\"sceneName\":\"scene_f346ddff2d401b95\",\"isOpen\":\"\"},{\"sceneName\":\"scene_8d608ef2234fbf6d\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/6129c4d12a6054a9.jpg\",\"user\":\"天津通商科技\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_759b7c6c587be46c\",\"viewuuid\":\"759b7c6c587be46c\",\"imgPath\":\"http://static.useevr.cn/12/works/759b7c6c587be46c/thumb.jpg\",\"sceneTitle\":\"别墅全景1\"},{\"sceneName\":\"scene_f346ddff2d401b95\",\"viewuuid\":\"f346ddff2d401b95\",\"imgPath\":\"http://static.useevr.cn/12/works/f346ddff2d401b95/thumb.jpg\",\"sceneTitle\":\"别墅全景2\"},{\"sceneName\":\"scene_8d608ef2234fbf6d\",\"viewuuid\":\"8d608ef2234fbf6d\",\"imgPath\":\"http://static.useevr.cn/12/works/8d608ef2234fbf6d/thumb.jpg\",\"sceneTitle\":\"航拍\"}]}]}', '1', '1', '{\"scene_759b7c6c587be46c\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"119.7489246984\",\"atv\":\"32.365769223942\",\"name\":\"schp_bghaqtn2mm\",\"linkedscene\":\"scene_f346ddff2d401b95\",\"sceneTitle\":\"别墅全景2\",\"sceneImg\":\"http://static.useevr.cn/12/works/f346ddff2d401b95/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793717338246ik.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371733846nom.png\",\"isDynamic\":\"1\",\"ath\":\"-6.6332921367111\",\"atv\":\"33.721494223419\",\"name\":\"schp_hk85xxnfgf\",\"hotspotTitle\":\"沙发\",\"wordContent\":\"客厅家具美式头层牛皮沙发组合现代 三人位+贵妃位\n价格:8800.00元\n颜色: \n加入购物车 ​​\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793717338246ik.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371733846nom.png\",\"isDynamic\":\"1\",\"ath\":\"-9.4977202536422\",\"atv\":\"17.586563079795\",\"name\":\"schp_csnntezxtn\",\"hotspotTitle\":\"沙发\",\"imgtext_wordContent\":\"PHA+Cgk8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6QXJpYWwsICZxdW90O2ZvbnQtc2l6ZToxNHB4O2ZvbnQtd2VpZ2h0OmJvbGQ7YmFja2dyb3VuZC1jb2xvcjojRkZGRkZGOyI+PHN0cm9uZz7lrqLljoXlrrblhbfnvo7lvI/lpLTlsYLniZvnmq7mspnlj5Hnu4TlkIjnjrDku6Mg5LiJ5Lq65L2NJTJC6LS15aaD5L2NPC9zdHJvbmc+PC9zcGFuPiAKPC9wPgo8cD4KCTxzcGFuIHN0eWxlPSJjb2xvcjojRTUzMzMzO2ZvbnQtZmFtaWx5OkFyaWFsLCAmcXVvdDtmb250LXNpemU6MTRweDtmb250LXdlaWdodDpib2xkO2JhY2tncm91bmQtY29sb3I6I0ZGRkZGRjsiPjxzdHJvbmc+5Lu35qC877yaODgwMC4wMOWFgzwvc3Ryb25nPjwvc3Bhbj4gCjwvcD4KPHA+Cgk8c3BhbiBzdHlsZT0iY29sb3I6IzY2NjY2Njtmb250LWZhbWlseTpBcmlhbCwgJnF1b3Q7Zm9udC1zaXplOjE2cHg7Zm9udC13ZWlnaHQ6Ym9sZDtiYWNrZ3JvdW5kLWNvbG9yOiNGRkZGRkY7Ij48c3Ryb25nPjxzcGFuIHN0eWxlPSJjb2xvcjojMzM3RkU1O2ZvbnQtc2l6ZToxNHB4OyI+6aKc6ImyPC9zcGFuPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTRweDsiPu+8mjwvc3Bhbj48c3BhbiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojNjQ0NTFEO2ZvbnQtc2l6ZToxNHB4OyI+Jm5ic3A7ICZuYnNwOyAmbmJzcDsgJm5ic3A7PC9zcGFuPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTRweDsiPiZuYnNwOyZuYnNwOyAmbmJzcDsgJm5ic3A7PC9zcGFuPjxzcGFuIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNERkM1QTQ7Zm9udC1zaXplOjE0cHg7Ij4mbmJzcDsgJm5ic3A7ICZuYnNwOyAmbmJzcDsmbmJzcDs8L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxNHB4OyI+Jm5ic3A7ICZuYnNwOyAmbmJzcDs8L3NwYW4+PHNwYW4gc3R5bGU9ImJhY2tncm91bmQtY29sb3I6IzY2NjY2Njtmb250LXNpemU6MTRweDsiPiZuYnNwOyAmbmJzcDsgJm5ic3A7ICZuYnNwOyZuYnNwOzwvc3Bhbj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjE0cHg7Ij4mbmJzcDsgJm5ic3A7Jm5ic3A7PC9zcGFuPjwvc3Ryb25nPjwvc3Bhbj4gCjwvcD4KPHA+Cgk8c3BhbiBzdHlsZT0iY29sb3I6IzY2NjY2Njtmb250LWZhbWlseTpBcmlhbCwgJnF1b3Q7Zm9udC1zaXplOjE2cHg7Zm9udC13ZWlnaHQ6Ym9sZDtiYWNrZ3JvdW5kLWNvbG9yOiNGRkZGRkY7Ij48c3Ryb25nPjxzcGFuIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNGRkU1MDA7Zm9udC1zaXplOjE0cHg7Ij7liqDlhaXotK3nianovaYmbmJzcDs8L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxNHB4OyI+Jm5ic3A7ICZuYnNwOyA8L3NwYW4+Jm5ic3A7ICZuYnNwOyAmbmJzcDs8c3BhbiBzdHlsZT0iY29sb3I6IzAwMzM5OTsiPjwvc3Bhbj48L3N0cm9uZz48L3NwYW4+IAo8L3A+\",\"isShowSpotName\":\"1\"}],\"obj\":[]},\"scene_f346ddff2d401b95\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"172.51501036021\",\"atv\":\"11.544268989395\",\"name\":\"schp_dhgasfjmhj\",\"linkedscene\":\"scene_759b7c6c587be46c\",\"sceneTitle\":\"别墅全景1\",\"sceneImg\":\"http://static.useevr.cn/12/works/759b7c6c587be46c/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_8d608ef2234fbf6d\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-47.053656844734\",\"atv\":\"12.484908900438\",\"name\":\"schp_dzchrsqenf\",\"linkedscene\":\"scene_759b7c6c587be46c\",\"sceneTitle\":\"别墅全景1\",\"sceneImg\":\"http://static.useevr.cn/12/works/759b7c6c587be46c/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('447', '462', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_559cf3883135c29f\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_559cf3883135c29f\",\"isOpen\":\"\"}]}', '0', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_559cf3883135c29f\",\"viewuuid\":\"559cf3883135c29f\",\"imgPath\":\"http://static.useevr.cn/12/works/559cf3883135c29f/thumb.jpg\",\"sceneTitle\":\"01\"}]}]}', '1', '0', '{\"scene_559cf3883135c29f\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-0.061232605004534\",\"atv\":\"1.756617314235\",\"name\":\"schp_5ehw28gxy5\",\"hotspotTitle\":\"餐厅\",\"galleryName\":\"glrschp_5ehw28gxy5\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/c85f6f35602a7b21.jpg\"}]},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-25.095031987853\",\"atv\":\"-1.1661756709209\",\"name\":\"schp_sfi2rpd24w\",\"hotspotTitle\":\"主人房\",\"galleryName\":\"glrschp_sfi2rpd24w\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/c85f6f35602a7b21.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('448', '463', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('451', '466', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('452', '467', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('453', '468', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"1\",\"type\":\"0\",\"content\":{\"J\":\"39.892769\",\"G\":\"116.445493\",\"lng\":\"116.445493\",\"lat\":\"39.892769\"}},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"2\",\"type\":\"0\",\"content\":{\"J\":\"39.844284\",\"G\":\"116.319665\",\"lng\":\"116.319665\",\"lat\":\"39.844284\"}}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_f0549ab62329b807\",\"hlookat\":\"254.70674224684\",\"vlookat\":\"12.193919318652\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\",\"\",\"\",\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_f0549ab62329b807\",\"isOpen\":\"1\",\"effectType\":\"rain\"},{\"sceneName\":\"scene_3653f4332876bc23\",\"isOpen\":\"1\",\"effectType\":\"rain\"},{\"sceneName\":\"scene_e6528e1f09158d4d\",\"isOpen\":\"1\",\"effectType\":\"rain\"},{\"sceneName\":\"scene_791a9d88bd5d56c3\",\"isOpen\":\"1\",\"effectType\":\"rain\"},{\"sceneName\":\"scene_a4ef2759942b75fb\",\"isOpen\":\"1\",\"effectType\":\"rain\"}]}', '0', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_f0549ab62329b807\",\"viewuuid\":\"f0549ab62329b807\",\"imgPath\":\"http://static.useevr.cn/92/works/f0549ab62329b807/thumb.jpg\",\"sceneTitle\":\"iris360\"},{\"sceneName\":\"scene_3653f4332876bc23\",\"viewuuid\":\"3653f4332876bc23\",\"imgPath\":\"http://static.useevr.cn/92/works/3653f4332876bc23/thumb.jpg\",\"sceneTitle\":\"10795666_10795666_13..\"},{\"sceneName\":\"scene_e6528e1f09158d4d\",\"viewuuid\":\"e6528e1f09158d4d\",\"imgPath\":\"http://static.useevr.cn/92/works/e6528e1f09158d4d/thumb.jpg\",\"sceneTitle\":\"10795666_10795666_13..\"},{\"sceneName\":\"scene_791a9d88bd5d56c3\",\"viewuuid\":\"791a9d88bd5d56c3\",\"imgPath\":\"http://static.useevr.cn/92/works/791a9d88bd5d56c3/thumb.jpg\",\"sceneTitle\":\"10795666_10795666_13..\"},{\"sceneName\":\"scene_a4ef2759942b75fb\",\"viewuuid\":\"a4ef2759942b75fb\",\"imgPath\":\"http://static.useevr.cn/92/works/a4ef2759942b75fb/thumb.jpg\",\"sceneTitle\":\"3323984_135937479143..\"}]}]}', '1', '1', '{\"scene_f0549ab62329b807\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-106.23038798096\",\"atv\":\"-2.4859092553941\",\"name\":\"schp_4fdxazzm2f\",\"linkedscene\":\"scene_3653f4332876bc23\",\"sceneTitle\":\"10795666_10795666_13..\",\"sceneImg\":\"http://static.useevr.cn/92/works/3653f4332876bc23/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_3653f4332876bc23\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_daz5mkam2k\",\"linkedscene\":\"scene_e6528e1f09158d4d\",\"sceneTitle\":\"10795666_10795666_13..\",\"sceneImg\":\"http://static.useevr.cn/92/works/e6528e1f09158d4d/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_e6528e1f09158d4d\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_pxswn8yrpy\",\"linkedscene\":\"scene_791a9d88bd5d56c3\",\"sceneTitle\":\"10795666_10795666_13..\",\"sceneImg\":\"http://static.useevr.cn/92/works/791a9d88bd5d56c3/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_791a9d88bd5d56c3\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_ma6rht5caz\",\"linkedscene\":\"scene_a4ef2759942b75fb\",\"sceneTitle\":\"3323984_135937479143..\",\"sceneImg\":\"http://static.useevr.cn/92/works/a4ef2759942b75fb/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_a4ef2759942b75fb\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_7afyiyfyc2\",\"linkedscene\":\"scene_f0549ab62329b807\",\"sceneTitle\":\"iris360\",\"sceneImg\":\"http://static.useevr.cn/92/works/f0549ab62329b807/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '0', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('455', '470', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('456', '471', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/c5772a092120d411.mp3\",\"mediaTitle\":\"纯音乐-钢琴曲(千年恋歌).mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"你\",\"type\":\"0\",\"content\":{\"J\":\"39.672284\",\"G\":\"106.819989\",\"lng\":\"106.819989\",\"lat\":\"39.672284\"}}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_5b057f00aec1fcb6\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"104\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_5b057f00aec1fcb6\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"1\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/d28d96413a1d4386.jpg\",\"sceneOpt\":{\"scene_5b057f00aec1fcb6\":{\"rotate\":\"81\",\"hlookat\":\"59.21019352947\",\"top\":\"40%\",\"left\":\"40%\",\"krpTop\":\"48%\",\"krpLeft\":\"48%\",\"sceneTitle\":\"u8d70u5eca\"}}}]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"德瑞\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_5b057f00aec1fcb6\",\"viewuuid\":\"5b057f00aec1fcb6\",\"imgPath\":\"http://static.useevr.cn/12/works/5b057f00aec1fcb6/thumb.jpg\",\"sceneTitle\":\"走廊\"}]}]}', '0', '0', '{\"scene_5b057f00aec1fcb6\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"75.472673222539\",\"atv\":\"8.3292127808796\",\"name\":\"schp_cyamezgdx8\",\"hotspotTitle\":\"1\",\"galleryName\":\"glrschp_cyamezgdx8\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/38d0b09de8e7f531.jpg\"}]}],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"88.579095840729\",\"atv\":\"7.203344677576\",\"name\":\"schp_jpazfbadeh\",\"hotspotTitle\":\"11\",\"wordContent\":\"11\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"60.061871372154\",\"atv\":\"8.7749573186065\",\"name\":\"schp_zkxy7cwxt4\",\"hotspotTitle\":\"1\",\"objid\":\"9\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813938ieo.jpg\",\"isShowSpotName\":\"1\"}]}}', '1', '{}', '{\"linkSettings\":[{\"title\":\"德瑞\",\"content\":\"563\"}]}'); INSERT INTO `u_pano_config` VALUES ('457', '472', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1480326349643atm.mp3\",\"mediaTitle\":\"1128音乐.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"1\",\"shadeSetting\":{\"isDefault\":\"1\",\"imgPath\":\"/plugin/shade_sky_floor/images/shade_sky_floor.png\",\"location\":\"1\",\"imgName\":\"krpano100补地\"}}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('458', '473', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/shade_sky_floor/images/shade_sky_floor.png\",\"location\":\"1\",\"imgName\":\"系统补地\",\"imgUuid\":\"f9b7ea0b1ff8c8d0\"},{\"useShade\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/shade_sky_floor/images/shade_sky_floor.png\",\"location\":\"1\",\"imgName\":\"系统补地\",\"imgUuid\":\"dfd1a74273ca30dd\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_f9b7ea0b1ff8c8d0\",\"sceneTitle\":\"37889633857877014\",\"ath\":\"-20.336729275421\",\"atv\":\"12.075498475122\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_dfd1a74273ca30dd\",\"sceneTitle\":\"790353449763100690\",\"ath\":\"0\",\"atv\":\"0\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_f9b7ea0b1ff8c8d0\",\"sceneTitle\":\"37889633857877014\",\"ath\":\"-20.86683640075\",\"atv\":\"-17.628041386807\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"222\",\"type\":\"0\",\"content\":{\"J\":\"39.904255\",\"G\":\"116.390132\",\"lng\":\"116.390132\",\"lat\":\"39.904255\"}}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_f9b7ea0b1ff8c8d0\",\"hlookat\":\"380.8440943023\",\"vlookat\":\"7.2441996890028\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_dfd1a74273ca30dd\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_f9b7ea0b1ff8c8d0\",\"isOpen\":\"1\",\"effectType\":\"goldenstars\"},{\"sceneName\":\"scene_dfd1a74273ca30dd\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/131/media/img/e057596340621b0b.jpg\",\"sceneOpt\":{\"scene_f9b7ea0b1ff8c8d0\":{\"rotate\":\"0\",\"hlookat\":\"0\",\"top\":\"40%\",\"left\":\"40%\",\"krpTop\":\"48%\",\"krpLeft\":\"48%\",\"sceneTitle\":\"37889633857877014\"}}}]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_f9b7ea0b1ff8c8d0\",\"viewuuid\":\"f9b7ea0b1ff8c8d0\",\"imgPath\":\"http://static.useevr.cn/131/works/f9b7ea0b1ff8c8d0/thumb.jpg\",\"sceneTitle\":\"37889633857877014\"},{\"sceneName\":\"scene_dfd1a74273ca30dd\",\"viewuuid\":\"dfd1a74273ca30dd\",\"imgPath\":\"http://static.useevr.cn/131/works/dfd1a74273ca30dd/thumb.jpg\",\"sceneTitle\":\"790353449763100690\"}]}]}', '0', '1', '{\"scene_f9b7ea0b1ff8c8d0\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-31.50483971732\",\"atv\":\"0.88502475034017\",\"name\":\"schp_dekens24c5\",\"linkedscene\":\"scene_dfd1a74273ca30dd\",\"sceneTitle\":\"790353449763100690\",\"sceneImg\":\"http://static.useevr.cn/131/works/dfd1a74273ca30dd/thumb.jpg\"}],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478526332946syp.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478526332979127.png\",\"isDynamic\":\"1\",\"ath\":\"-5.0927341364626\",\"atv\":\"4.012882599679\",\"name\":\"schp_e2e3ht32rd\",\"hotspotTitle\":\"ddd\",\"galleryName\":\"glrschp_e2e3ht32rd\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/131/media/img/e057596340621b0b.jpg\"}]}],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"5.266635035787\",\"atv\":\"-8.8151202302325\",\"name\":\"schp_exs8kmkbkf\",\"hotspotTitle\":\"ceshi\",\"wordContent\":\"ceses\",\"isShowSpotName\":\"\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"15.204427147389\",\"atv\":\"27.402508870005\",\"name\":\"schp_rbkhyhdwyz\",\"hotspotTitle\":\"sss\",\"wordContent\":\"sss\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"-20.335799314279\",\"atv\":\"12.075498650337\",\"name\":\"schp_bqmrk7inrd\",\"hotspotTitle\":\"dfasdf\",\"imgtext_wordContent\":\"ZmRzYWZhc2RmYXNkPGltZyB3aWR0aD0iMjAwIiBzcmM9InVuZGVmaW5lZCIgLz4=\",\"isShowSpotName\":\"\"}],\"obj\":[]},\"scene_dfd1a74273ca30dd\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('459', '474', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('460', '475', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('463', '478', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_5b5f91368b458a3b\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_5b5f91368b458a3b\",\"isOpen\":\"\"}]}', '0', '0', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_5b5f91368b458a3b\",\"viewuuid\":\"5b5f91368b458a3b\",\"imgPath\":\"http://static.useevr.cn/12/works/5b5f91368b458a3b/thumb.jpg\",\"sceneTitle\":\"R0010063.JPG\"}]}]}', '0', '0', '{\"scene_5b5f91368b458a3b\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"-10.258433756603\",\"atv\":\"6.7712681681665\",\"name\":\"schp_ywadkbx6hb\",\"hotspotTitle\":\"dd\",\"wordContent\":\"afdfadfdsafdsfadsffds\",\"isShowSpotName\":\"\"}],\"voice\":[],\"imgtext\":[],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_gssezbcp6c\",\"hotspotTitle\":\"sss\",\"objid\":\"10\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485459nrj.JPG\",\"isShowSpotName\":\"\"}]}}', '0', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('465', '480', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('468', '483', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('470', '485', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"3333\",\"type\":\"1\",\"content\":\"13893425935\"}]}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useSpeech\":\"\",\"imgUuid\":\"a5d6a783f326ee3e\"}]}', '{\"viewSettings\":[{\"sceneName\":\"scene_a5d6a783f326ee3e\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_a5d6a783f326ee3e\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_a5d6a783f326ee3e\",\"viewuuid\":\"a5d6a783f326ee3e\",\"imgPath\":\"http://static.useevr.cn/12/works/a5d6a783f326ee3e/thumb.jpg\",\"sceneTitle\":\"IMG_3376-HDR Panorama\"}]}]}', '1', '1', '{\"scene_a5d6a783f326ee3e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_cc7xccicnx\",\"linkedscene\":\"scene_a5d6a783f326ee3e\",\"sceneTitle\":\"IMG_3376-HDR Panorama\",\"sceneImg\":\"http://static.useevr.cn/12/works/a5d6a783f326ee3e/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('475', '490', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('476', '491', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/74/media/msc/e209dd14bcf76732.mp3\",\"mediaTitle\":\"The Truth That You Leave - pianoboy.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}', '{\"effectSettings\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_fe606d8cc454f42d\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"110.63235948546\",\"atv\":\"-0.70841449533431\",\"name\":\"schp_pchz5mzch4\",\"linkedscene\":\"scene_47d8fc7f31477169\",\"sceneTitle\":\"厨房\",\"sceneImg\":\"http://static.useevr.cn/74/works/47d8fc7f31477169/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-142.38569278881\",\"atv\":\"1.040505712719\",\"name\":\"schp_pis8dz26rh\",\"linkedscene\":\"scene_3cf9a74344449158\",\"sceneTitle\":\"儿童房\",\"sceneImg\":\"http://static.useevr.cn/74/works/3cf9a74344449158/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-139.85380444026\",\"atv\":\"1.043398411228\",\"name\":\"schp_rktbwkrxky\",\"linkedscene\":\"scene_9efce588d64b1157\",\"sceneTitle\":\"卫生间\",\"sceneImg\":\"http://static.useevr.cn/74/works/9efce588d64b1157/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-133.61109725709\",\"atv\":\"1.2531551974159\",\"name\":\"schp_khjamajtnx\",\"linkedscene\":\"scene_015d6fe8c0c18270\",\"sceneTitle\":\"书房\",\"sceneImg\":\"http://static.useevr.cn/74/works/015d6fe8c0c18270/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-126.23167706285\",\"atv\":\"1.3356323108921\",\"name\":\"schp_qcnncf2hm3\",\"linkedscene\":\"scene_e982c585d7a25f72\",\"sceneTitle\":\"次卧\",\"sceneImg\":\"http://static.useevr.cn/74/works/e982c585d7a25f72/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-128.80061337726\",\"atv\":\"1.0321767425485\",\"name\":\"schp_mwxtefenzt\",\"linkedscene\":\"scene_e1ed80846e90ddea\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/74/works/e1ed80846e90ddea/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_47d8fc7f31477169\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"158.89661637441\",\"atv\":\"-0.32695943431635\",\"name\":\"schp_3fychwtrxw\",\"linkedscene\":\"scene_fe606d8cc454f42d\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/fe606d8cc454f42d/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_e1ed80846e90ddea\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-109.4675224937\",\"atv\":\"-1.0659521037594\",\"name\":\"schp_ybyfkdqeaq\",\"linkedscene\":\"scene_fe606d8cc454f42d\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/fe606d8cc454f42d/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_9efce588d64b1157\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-130.61239426723\",\"atv\":\"-11.248913535815\",\"name\":\"schp_triwxmd2f6\",\"linkedscene\":\"scene_fe606d8cc454f42d\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/fe606d8cc454f42d/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_015d6fe8c0c18270\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"170.48061435115\",\"atv\":\"-5.5161057714667\",\"name\":\"schp_amseqysxxd\",\"linkedscene\":\"scene_fe606d8cc454f42d\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/fe606d8cc454f42d/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_3cf9a74344449158\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-106.32473056695\",\"atv\":\"-0.62398007920549\",\"name\":\"schp_z4wzesrpa5\",\"linkedscene\":\"scene_fe606d8cc454f42d\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/fe606d8cc454f42d/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_e982c585d7a25f72\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"111.51156523807\",\"atv\":\"2.5667448456902\",\"name\":\"schp_aht37nmepm\",\"linkedscene\":\"scene_fe606d8cc454f42d\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/fe606d8cc454f42d/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('477', '492', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/6cb5c0a8102c2c2f.mp3\",\"mediaTitle\":\"红日(声动亚洲).mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_8cb827c3657ea382\",\"sceneTitle\":\"1_out\",\"ath\":\"101.52519253683\",\"atv\":\"47.923896241353\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_8cb827c3657ea382\",\"hlookat\":\"-86.507335494752\",\"vlookat\":\"-0.80194390949234\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_8cb827c3657ea382\",\"isOpen\":\"1\",\"effectType\":\"money\"}]}', '0', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/65bb5d39283703af.png\",\"user\":\"德瑞\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_8cb827c3657ea382\",\"viewuuid\":\"8cb827c3657ea382\",\"imgPath\":\"http://static.useevr.cn/12/works/8cb827c3657ea382/thumb.jpg\",\"sceneTitle\":\"尚品宅配\"}]}]}', '1', '1', '{\"scene_8cb827c3657ea382\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-90.731555738926\",\"atv\":\"-2.3248106703306\",\"name\":\"schp_icetstyhma\",\"hotspotTitle\":\"444\",\"imgtext_wordContent\":\"\",\"isShowSpotName\":\"\"}],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-91.471481856615\",\"atv\":\"24.457609376926\",\"name\":\"schp_kdgx4ndxsi\",\"hotspotTitle\":\"瓶子\",\"objid\":\"11\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627964a2f.JPG\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-91.091385879763\",\"atv\":\"32.746667727851\",\"name\":\"schp_tcxjkbdxzz\",\"hotspotTitle\":\"111\",\"objid\":\"14\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161206/1481009569132sdr.jpg\",\"isShowSpotName\":\"1\"}]}}', '0', '{}', '{\"linkSettings\":[{\"title\":\"德瑞科技制作\",\"content\":\"18747881905\"}]}'); INSERT INTO `u_pano_config` VALUES ('478', '493', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[{\"title\":\"a\",\"content\":\"aa\"}]}'); INSERT INTO `u_pano_config` VALUES ('481', '496', '{\"useAlert\":\"1\",\"isDefault\":\"\",\"imgPath\":\"http://static.useevr.cn/12/media/img/65bb5d39283703af.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/c5772a092120d411.mp3\",\"mediaTitle\":\"纯音乐-钢琴曲(千年恋歌).mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"你好\",\"type\":\"1\",\"content\":\"123456789\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('483', '498', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/112/media/msc/5e095a815c466035.mp3\",\"mediaTitle\":\"gqq.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/112/media/img/34ec697c16550196.png\",\"title\":\"联系电话\",\"type\":\"1\",\"content\":\"18253991188\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_9f46a3ccfb5c3f8d\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_9f46a3ccfb5c3f8d\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/112/media/img/9c05a635fdf37aec.png\",\"user\":\"龙涟 网络部\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_9f46a3ccfb5c3f8d\",\"viewuuid\":\"9f46a3ccfb5c3f8d\",\"imgPath\":\"http://static.useevr.cn/112/works/9f46a3ccfb5c3f8d/thumb.jpg\",\"sceneTitle\":\"my\"}]}]}', '1', '1', '{\"scene_9f46a3ccfb5c3f8d\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-83.138714820597\",\"atv\":\"29.562535369361\",\"name\":\"schp_kwzenkdjek\",\"hotspotTitle\":\"花色展示\",\"galleryName\":\"glrschp_kwzenkdjek\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/112/media/img/485b4b4fc5a6c9d7.JPG\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('485', '500', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"智慧社区\",\"type\":\"1\",\"content\":\"http://www.vzan.com/f/s-777521?typeId=0\"},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"产品图册\",\"type\":\"1\",\"content\":\"http://www.vzan.com/t/d-12747451?typeId=0\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_9a95c32b3ad8a065\",\"viewuuid\":\"9a95c32b3ad8a065\",\"imgPath\":\"http://static.useevr.cn/12/works/9a95c32b3ad8a065/thumb.jpg\",\"sceneTitle\":\"145851eeqvk5vuw8vc853a\"}]}]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('487', '502', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('489', '504', '{\"useAlert\":\"1\",\"isDefault\":\"\",\"imgPath\":\"http://static.useevr.cn/12/media/img/77b24b977138630f.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/509e6c39bc8c8a46.png\",\"title\":\"防守打法是的范德萨\",\"type\":\"1\",\"content\":\"6148646168\"},{\"imgPath\":\"http://static.useevr.cn/12/media/img/f761c6f95aa1627f.png\",\"title\":\"地方水电费\",\"type\":\"0\",\"content\":{\"K\":\"39.916019\",\"G\":\"116.394354\",\"lng\":\"116.394354\",\"lat\":\"39.916019\"}}]}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useSpeech\":\"\",\"imgUuid\":\"e0093c6d580012c3\"},{\"useSpeech\":\"\",\"imgUuid\":\"2d3eeaab35a98397\"},{\"useSpeech\":\"\",\"imgUuid\":\"288e6c8c6dbf295b\"}]}', '{\"viewSettings\":[{\"sceneName\":\"scene_e0093c6d580012c3\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_2d3eeaab35a98397\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_288e6c8c6dbf295b\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_e0093c6d580012c3\",\"isOpen\":\"1\",\"effectType\":\"goldenstars\"},{\"sceneName\":\"scene_2d3eeaab35a98397\",\"isOpen\":\"1\",\"effectType\":\"goldenstars\"},{\"sceneName\":\"scene_288e6c8c6dbf295b\",\"isOpen\":\"1\",\"effectType\":\"goldenstars\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/c6e5c1715d3e31e9.jpg\",\"logoLink\":\"http://www.yuanxz.com\",\"user\":\"银川启动力文化传媒\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_e0093c6d580012c3\",\"viewuuid\":\"e0093c6d580012c3\",\"imgPath\":\"http://static.useevr.cn/12/works/e0093c6d580012c3/thumb.jpg\",\"sceneTitle\":\"1儿童房\"},{\"sceneName\":\"scene_2d3eeaab35a98397\",\"viewuuid\":\"2d3eeaab35a98397\",\"imgPath\":\"http://static.useevr.cn/12/works/2d3eeaab35a98397/thumb.jpg\",\"sceneTitle\":\"2休闲区\"},{\"sceneName\":\"scene_288e6c8c6dbf295b\",\"viewuuid\":\"288e6c8c6dbf295b\",\"imgPath\":\"http://static.useevr.cn/12/works/288e6c8c6dbf295b/thumb.jpg\",\"sceneTitle\":\"3主卧\"}]}]}', '1', '1', '{\"scene_e0093c6d580012c3\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"4.0891548115366\",\"atv\":\"-3.0861866413806\",\"name\":\"schp_aqpmeerwz7\",\"linkedscene\":\"scene_2d3eeaab35a98397\",\"sceneTitle\":\"2休闲区\",\"sceneImg\":\"http://static.useevr.cn/12/works/2d3eeaab35a98397/thumb.jpg\"}],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-14.939433653972\",\"atv\":\"-2.4118173240944\",\"name\":\"schp_rsdfwbazjf\",\"hotspotTitle\":\"超链接热点\",\"link\":\"http://www.yuanxz.com\",\"isShowSpotName\":\"1\"}],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-16.513845553329\",\"atv\":\"8.9308626310763\",\"name\":\"schp_2kczt276y7\",\"hotspotTitle\":\"图片热点\",\"galleryName\":\"glrschp_2kczt276y7\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/e82eaafe9989fc91.png\"}]}],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793717338246ik.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371733846nom.png\",\"isDynamic\":\"1\",\"ath\":\"2.9909554847039\",\"atv\":\"9.7810102426982\",\"name\":\"schp_agtkwirdcr\",\"hotspotTitle\":\"文字热点\",\"wordContent\":\"文字热点内容\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-0.0026109661235978\",\"atv\":\"0\",\"name\":\"schp_txzdew8btk\",\"hotspotTitle\":\"图文热点\",\"imgtext_wordContent\":\"\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-6.3322385058305\",\"atv\":\"2.3559642520008\",\"name\":\"schp_ysdjrzrp88\",\"hotspotTitle\":\"图文热点2\",\"imgtext_wordContent\":\"5Zu+5paH54Ot54K55Zu+5paH54Ot54K55Zu+5paH54Ot54K55Zu+5paH54Ot54K5PGltZyBhbHQ9IiIgc3JjPSJodHRwOi8vYXBpLm1hcC5iYWlkdS5jb20vc3RhdGljaW1hZ2U/Y2VudGVyPTEyMS40NzM3MDQlMjUyQzMxLjIzMDM5MyZ6b29tPTExJndpZHRoPTU1OCZoZWlnaHQ9MzYwJm1hcmtlcnM9MTIxLjQ3MzcwNCUyNTJDMzEuMjMwMzkzJm1hcmtlclN0eWxlcz1sJTI1MkNBIiAvPg==\",\"isShowSpotName\":\"1\"}],\"obj\":[]},\"scene_2d3eeaab35a98397\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_288e6c8c6dbf295b\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[{\"title\":\"官方网站\",\"content\":\"http://www.yuanxz.com\"}]}'); INSERT INTO `u_pano_config` VALUES ('490', '505', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_d4409cc77632bc25\",\"hlookat\":\"93.967403076092\",\"vlookat\":\"4.1345141392393\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_d4409cc77632bc25\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_d4409cc77632bc25\",\"viewuuid\":\"d4409cc77632bc25\",\"imgPath\":\"http://static.useevr.cn/12/works/d4409cc77632bc25/thumb.jpg\",\"sceneTitle\":\"805615862436047997\"}]}]}', '1', '1', '{\"scene_d4409cc77632bc25\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"177.36723572606\",\"atv\":\"12.425691672431\",\"name\":\"schp_hqfrmnk6pt\",\"hotspotTitle\":\"地图\",\"galleryName\":\"glrschp_hqfrmnk6pt\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/ed64bebd5051fd22.jpg\"},{\"src\":\"http://static.useevr.cn/12/media/img/ced5971801d441b2.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('492', '507', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/112/media/msc/5e095a815c466035.mp3\",\"mediaTitle\":\"gqq.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/112/media/img/34ec697c16550196.png\",\"title\":\"联系电话\",\"type\":\"1\",\"content\":\"18253991188\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_143dd45d3f89b432\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_143dd45d3f89b432\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/112/media/img/9c05a635fdf37aec.png\",\"user\":\"龙涟 网络部\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_143dd45d3f89b432\",\"viewuuid\":\"143dd45d3f89b432\",\"imgPath\":\"http://static.useevr.cn/112/works/143dd45d3f89b432/thumb.jpg\",\"sceneTitle\":\"OK\"}]}]}', '1', '1', '{\"scene_143dd45d3f89b432\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-82.978988563419\",\"atv\":\"27.065775848046\",\"name\":\"schp_t2mykbpdyp\",\"hotspotTitle\":\"产看花色\",\"galleryName\":\"glrschp_t2mykbpdyp\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/112/media/img/485b4b4fc5a6c9d7.JPG\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('493', '508', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_21966e435f28bbd6\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_21966e435f28bbd6\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_21966e435f28bbd6\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-7.3711023251461\",\"atv\":\"90\",\"name\":\"schp_t3ibndfwej\",\"linkedscene\":\"scene_21966e435f28bbd6\",\"sceneTitle\":\"t01f8a9de2e408ecf39\",\"sceneImg\":\"http://static.useevr.cn/12/works/21966e435f28bbd6/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('495', '510', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_ba041461e5a49321\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_ba041461e5a49321\",\"isOpen\":\"1\",\"effectType\":\"defaultsnow\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/218749201e0cee79.jpg\",\"sceneOpt\":{\"scene_ba041461e5a49321\":{\"rotate\":\"0\",\"hlookat\":\"0\",\"top\":\"51.9%\",\"left\":\"39.1%\",\"krpTop\":\"58.82%\",\"krpLeft\":\"46.02%\",\"sceneTitle\":\"aa\"}}}]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_ba041461e5a49321\",\"viewuuid\":\"ba041461e5a49321\",\"imgPath\":\"http://static.useevr.cn/12/works/ba041461e5a49321/thumb.jpg\",\"sceneTitle\":\"aa\"}]}]}', '1', '1', '{\"scene_ba041461e5a49321\":{\"scene\":[],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"23.249068336002\",\"atv\":\"7.3447027466868\",\"name\":\"schp_cihmyhpryy\",\"hotspotTitle\":\"沙发\",\"link\":\"http://www.jd.com\",\"isShowSpotName\":\"\"}],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('496', '511', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/9eeb06dcaadb38b6.jpg\",\"user\":\"db\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '0', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('497', '512', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_6ad4f87fdfe07199\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_550f00fd235bf205\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_6ad4f87fdfe07199\",\"isOpen\":\"\"},{\"sceneName\":\"scene_550f00fd235bf205\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_6ad4f87fdfe07199\",\"viewuuid\":\"6ad4f87fdfe07199\",\"imgPath\":\"http://static.useevr.cn/12/works/6ad4f87fdfe07199/thumb.jpg\",\"sceneTitle\":\"qwert.JPG\"},{\"sceneName\":\"scene_550f00fd235bf205\",\"viewuuid\":\"550f00fd235bf205\",\"imgPath\":\"http://static.useevr.cn/12/works/550f00fd235bf205/thumb.jpg\",\"sceneTitle\":\"主卧1\"}]}]}', '1', '1', '{\"scene_6ad4f87fdfe07199\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-89.42997370602\",\"atv\":\"7.9611814959572\",\"name\":\"schp_yixdemjzmf\",\"hotspotTitle\":\"查看\",\"galleryName\":\"glrschp_yixdemjzmf\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg\"},{\"src\":\"http://static.useevr.cn/12/media/img/1c2a45642042d3dd.jpg\"},{\"src\":\"http://static.useevr.cn/12/media/img/50bae17ad05ffdb6.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_550f00fd235bf205\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('498', '513', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '0', '{\"useStartImg\":\"1\",\"useEndImg\":\"1\",\"points\":[{\"sceneName\":\"scene_941f89abcef0686b\",\"sceneTitle\":\"u5355u53cd+u9c7cu773cu6548u679c\",\"ath\":\"23.203298712432\",\"atv\":\"84.758988612433\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_941f89abcef0686b\",\"sceneTitle\":\"u5355u53cd+u9c7cu773cu6548u679c\",\"ath\":\"125.65807937952\",\"atv\":\"61.232809188985\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_941f89abcef0686b\",\"sceneTitle\":\"u5355u53cd+u9c7cu773cu6548u679c\",\"ath\":\"-82.445147693953\",\"atv\":\"66.792377173149\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_941f89abcef0686b\",\"sceneTitle\":\"u5355u53cd+u9c7cu773cu6548u679c\",\"ath\":\"-152.39989826853\",\"atv\":\"68.330007481407\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}],\"startImgUrl\":\"http://static.useevr.cn/12/media/img/7641a7d0963832e7.png\",\"endImgUrl\":\"http://static.useevr.cn/12/media/img/77b24b977138630f.png\"}', '{\"linkSettings\":[]}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useSpeech\":\"\",\"imgUuid\":\"941f89abcef0686b\"},{\"useSpeech\":\"\",\"imgUuid\":\"411f6c62aa51836c\"}]}', '{\"viewSettings\":[{\"sceneName\":\"scene_941f89abcef0686b\",\"hlookat\":\"-53.528943807369\",\"vlookat\":\"-17.53366797259\",\"fov\":\"76\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_411f6c62aa51836c\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_941f89abcef0686b\",\"isOpen\":\"\"},{\"sceneName\":\"scene_411f6c62aa51836c\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '0', '{\"scene_941f89abcef0686b\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"87.511125080423\",\"atv\":\"-0.97187979814921\",\"name\":\"schp_5hnsyiqfcz\",\"hotspotTitle\":\"znanshshs\",\"imgtext_wordContent\":\"c2hzaGhoaGhoaGhoaGhoaGhoaGhoaA==\",\"isShowSpotName\":\"1\"},{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/12/media/img/0ff47b44fc54322d.jpg\",\"thumbPath\":\"http://static.useevr.cn/12/media/img/0ff47b44fc54322d.jpg\",\"isDynamic\":\"0\",\"ath\":\"81.197584526246\",\"atv\":\"-2.4226496097988\",\"name\":\"schp_wyw4qk8zx3\",\"hotspotTitle\":\"技术支持\",\"imgtext_wordContent\":\"5ZWK5ZOl5ZOl5LqM5ZOl5oiR5Zu9IGd3PGJyIC8+\",\"isShowSpotName\":\"1\"}],\"obj\":[]},\"scene_411f6c62aa51836c\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('499', '514', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/74/media/msc/17c2ec3ac6a48b8d.mp3\",\"mediaTitle\":\"Refrain - Anan Ryoko.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_d20043cc56070dcc\",\"hlookat\":\"3.3008621347552\",\"vlookat\":\"9.5598001355501\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_5ad8a574886f5c32\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_2b96a52226f15071\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\",\"\",\"\",\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_d20043cc56070dcc\",\"isOpen\":\"\"},{\"sceneName\":\"scene_5ad8a574886f5c32\",\"isOpen\":\"\"},{\"sceneName\":\"scene_2b96a52226f15071\",\"isOpen\":\"\"},\"\",\"\",\"\",\"\"]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_d20043cc56070dcc\",\"viewuuid\":\"d20043cc56070dcc\",\"imgPath\":\"http://static.useevr.cn/74/works/d20043cc56070dcc/thumb.jpg\",\"sceneTitle\":\"客餐厅\"},{\"sceneName\":\"scene_5ad8a574886f5c32\",\"viewuuid\":\"5ad8a574886f5c32\",\"imgPath\":\"http://static.useevr.cn/74/works/5ad8a574886f5c32/thumb.jpg\",\"sceneTitle\":\"主卧室\"},{\"sceneName\":\"scene_2b96a52226f15071\",\"viewuuid\":\"2b96a52226f15071\",\"imgPath\":\"http://static.useevr.cn/74/works/2b96a52226f15071/thumb.jpg\",\"sceneTitle\":\"书房\"},{\"sceneName\":\"scene_e345bc501dfbcf62\",\"viewuuid\":\"e345bc501dfbcf62\",\"imgPath\":\"http://static.useevr.cn/74/works/e345bc501dfbcf62/thumb.jpg\",\"sceneTitle\":\"厨房\"},{\"sceneName\":\"scene_302bc7f65d3ef1cf\",\"viewuuid\":\"302bc7f65d3ef1cf\",\"imgPath\":\"http://static.useevr.cn/74/works/302bc7f65d3ef1cf/thumb.jpg\",\"sceneTitle\":\"卫生间\"},{\"sceneName\":\"scene_a7d4d245415d69f2\",\"viewuuid\":\"a7d4d245415d69f2\",\"imgPath\":\"http://static.useevr.cn/74/works/a7d4d245415d69f2/thumb.jpg\",\"sceneTitle\":\"儿童房\"},{\"sceneName\":\"scene_df4863144096b8f7\",\"viewuuid\":\"df4863144096b8f7\",\"imgPath\":\"http://static.useevr.cn/74/works/df4863144096b8f7/thumb.jpg\",\"sceneTitle\":\"次卧\"}]}]}', '1', '1', '{\"scene_d20043cc56070dcc\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-128.5717915178\",\"atv\":\"0.98763659965178\",\"name\":\"schp_azrjcmnakc\",\"linkedscene\":\"scene_5ad8a574886f5c32\",\"sceneTitle\":\"主卧室\",\"sceneImg\":\"http://static.useevr.cn/74/works/5ad8a574886f5c32/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-133.01341365791\",\"atv\":\"0.71909636157902\",\"name\":\"schp_aytsrst6sr\",\"linkedscene\":\"scene_2b96a52226f15071\",\"sceneTitle\":\"书房\",\"sceneImg\":\"http://static.useevr.cn/74/works/2b96a52226f15071/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"112.37537703662\",\"atv\":\"-0.44404605556724\",\"name\":\"schp_hwpzq6t4ad\",\"linkedscene\":\"scene_e345bc501dfbcf62\",\"sceneTitle\":\"厨房\",\"sceneImg\":\"http://static.useevr.cn/74/works/e345bc501dfbcf62/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-138.39290679697\",\"atv\":\"1.0947333088745\",\"name\":\"schp_qpn57pprip\",\"linkedscene\":\"scene_302bc7f65d3ef1cf\",\"sceneTitle\":\"卫生间\",\"sceneImg\":\"http://static.useevr.cn/74/works/302bc7f65d3ef1cf/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-140.88254098011\",\"atv\":\"1.6497889224793\",\"name\":\"schp_eeasrfyzjt\",\"linkedscene\":\"scene_a7d4d245415d69f2\",\"sceneTitle\":\"儿童房\",\"sceneImg\":\"http://static.useevr.cn/74/works/a7d4d245415d69f2/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-125.56763912866\",\"atv\":\"1.4370952282338\",\"name\":\"schp_abfrazrced\",\"linkedscene\":\"scene_df4863144096b8f7\",\"sceneTitle\":\"次卧\",\"sceneImg\":\"http://static.useevr.cn/74/works/df4863144096b8f7/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_5ad8a574886f5c32\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-129.03533679645\",\"atv\":\"-0.68495405029783\",\"name\":\"schp_wenajwyyar\",\"linkedscene\":\"scene_d20043cc56070dcc\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/d20043cc56070dcc/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_2b96a52226f15071\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"166.57780726801\",\"atv\":\"-1.7898808828756\",\"name\":\"schp_sdaqpncyby\",\"linkedscene\":\"scene_d20043cc56070dcc\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/d20043cc56070dcc/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_e345bc501dfbcf62\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"158.82845027569\",\"atv\":\"0.018897831529433\",\"name\":\"schp_tezc6kdfqg\",\"linkedscene\":\"scene_d20043cc56070dcc\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/d20043cc56070dcc/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_302bc7f65d3ef1cf\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-135.15473444684\",\"atv\":\"-8.3248332922518\",\"name\":\"schp_a2jjahbeem\",\"linkedscene\":\"scene_d20043cc56070dcc\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/d20043cc56070dcc/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_a7d4d245415d69f2\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-106.7364744594\",\"atv\":\"1.3325052752456\",\"name\":\"schp_dinhs7bgqz\",\"linkedscene\":\"scene_d20043cc56070dcc\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/d20043cc56070dcc/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_df4863144096b8f7\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"112.94562552134\",\"atv\":\"1.2014618069266\",\"name\":\"schp_f7ix3xcsp4\",\"linkedscene\":\"scene_d20043cc56070dcc\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/d20043cc56070dcc/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('502', '517', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/b87704501be3b452.mp3\",\"mediaTitle\":\"Enya - Only Time.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_8c00e27d7e1d65b5\",\"hlookat\":\"51.485717326064\",\"vlookat\":\"20.740732544556\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_8c00e27d7e1d65b5\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/fda677be7625fd8f.png\",\"sceneOpt\":{\"scene_8c00e27d7e1d65b5\":{\"rotate\":\"-98\",\"hlookat\":\"-85.127229145117\",\"top\":\"59.17%\",\"left\":\"34.6%\",\"krpTop\":\"66.09%\",\"krpLeft\":\"41.52%\",\"sceneTitle\":\"DJI_0001 Panorama(1)u526fu672c\"}}}]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/a5a3249da3d5db7e.jpg\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_8c00e27d7e1d65b5\",\"viewuuid\":\"8c00e27d7e1d65b5\",\"imgPath\":\"http://static.useevr.cn/12/works/8c00e27d7e1d65b5/thumb.jpg\",\"sceneTitle\":\"DJI_0001 Panorama(1)副本\"}]}]}', '1', '1', '{\"scene_8c00e27d7e1d65b5\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('503', '518', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('504', '519', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('508', '523', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/112/media/msc/5e095a815c466035.mp3\",\"mediaTitle\":\"gqq.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/112/media/img/34ec697c16550196.png\",\"title\":\"联系电话\",\"type\":\"1\",\"content\":\"18253991188\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_692de40ce04cce9e\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_692de40ce04cce9e\",\"isOpen\":\"\"},\"\"]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/112/media/img/f74afdbde8c5ece4.png\",\"user\":\"龙涟 网络部\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_692de40ce04cce9e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-1.6823615935069\",\"atv\":\"18.760719995577\",\"name\":\"schp_dqxixkewx3\",\"linkedscene\":\"scene_51b2670c2cf396e7\",\"sceneTitle\":\"JJJJ\",\"sceneImg\":\"http://static.useevr.cn/112/works/51b2670c2cf396e7/thumb.jpg\"}],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-83.351934881763\",\"atv\":\"28.558137696095\",\"name\":\"schp_zksefkctpb\",\"hotspotTitle\":\"查看花色\",\"galleryName\":\"glrschp_zksefkctpb\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/112/media/img/485b4b4fc5a6c9d7.JPG\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_51b2670c2cf396e7\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"154.45052769008\",\"atv\":\"19.882733321078\",\"name\":\"schp_atx2kmj43h\",\"linkedscene\":\"scene_692de40ce04cce9e\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/112/works/692de40ce04cce9e/thumb.jpg\"}],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"142.6001177323\",\"atv\":\"35.915678178846\",\"name\":\"schp_25hzfiba4h\",\"hotspotTitle\":\"查看花色\",\"galleryName\":\"glrschp_25hzfiba4h\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/112/media/img/d230916320677cf2.jpg\"}]},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"98.040819371956\",\"atv\":\"32.214483561605\",\"name\":\"schp_ynqkrzmnbf\",\"hotspotTitle\":\"查看花色\",\"galleryName\":\"glrschp_ynqkrzmnbf\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/112/media/img/388d34491f259091.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('509', '524', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('510', '525', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('511', '526', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('512', '527', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_bb990449627b6e95\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_bb990449627b6e95\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/7af71d861c9854c4.jpg\",\"sceneOpt\":{\"scene_bb990449627b6e95\":{\"rotate\":\"0\",\"hlookat\":\"0\",\"top\":\"40%\",\"left\":\"40%\",\"krpTop\":\"48%\",\"krpLeft\":\"48%\",\"sceneTitle\":\"u5ba2u5385\"}}}]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_bb990449627b6e95\",\"viewuuid\":\"bb990449627b6e95\",\"imgPath\":\"http://static.useevr.cn/12/works/bb990449627b6e95/thumb.jpg\",\"sceneTitle\":\"客厅\"}]}]}', '1', '0', '{\"scene_bb990449627b6e95\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-37.814832591999\",\"atv\":\"-1.315994218064\",\"name\":\"schp_qjxfmw5rwc\",\"hotspotTitle\":\"电视墙\",\"galleryName\":\"glrschp_qjxfmw5rwc\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/0b4a979a36fc621d.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-0.00052854122805002\",\"atv\":\"0\",\"name\":\"schp_efhaiqxy6z\",\"hotspotTitle\":\"test\",\"imgtext_wordContent\":\"PHA+Cgk8c3BhbiBzdHlsZT0ibGluZS1oZWlnaHQ6MS41OyI+YWFhYTwvc3Bhbj48YSBocmVmPSJodHRwOi8vd3d3LmJhaWR1LmNvbSI+aHR0cDovL3d3dy5iYWlkdS5jb208L2E+PGltZyBzcmM9Imh0dHA6Ly9zdGF0aWMudXNlZXZyLmNuLzEyL21lZGlhL2ltZy9mOTZkYTE5MzYxZmMwYTc4LnBuZyIgd2lkdGg9IjIwMHB4IiAvPjxzcGFuIHN0eWxlPSJsaW5lLWhlaWdodDoxLjU7Ij48L3NwYW4+PHNwYW4gc3R5bGU9ImxpbmUtaGVpZ2h0OjEuNTsiPjwvc3Bhbj4KPC9wPgo8cD4KCTxiciAvPgo8L3A+CjxwPgoJPGltZyBzcmM9Imh0dHA6Ly9hcGkubWFwLmJhaWR1LmNvbS9zdGF0aWNpbWFnZT9jZW50ZXI9MTIxLjU1OTk0MSUyNTJDMzEuMTgzOTQmem9vbT0xMiZ3aWR0aD01NTgmaGVpZ2h0PTM2MCZtYXJrZXJzPTEyMS41NTk5NDElMjUyQzMxLjE4Mzk0Jm1hcmtlclN0eWxlcz1sJTI1MkNBIiBhbHQ9IiIgLz4KPC9wPgo8cD4KCSZsdDtkaXYmZ3Q7YWFhYWEmbHQ7L2RpdiZndDsKPC9wPg==\",\"isShowSpotName\":\"1\"}],\"obj\":[]}}', '0', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('513', '528', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('515', '530', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('516', '531', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_3a6c00510a28da32\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_3a6c00510a28da32\",\"isOpen\":\"\"},\"\"]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_3a6c00510a28da32\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_ce3f6p3w55\",\"linkedscene\":\"scene_3a6c00510a28da32\",\"sceneTitle\":\"579eaa9b7511d\",\"sceneImg\":\"http://static.useevr.cn/12/works/3a6c00510a28da32/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478526332946syp.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478526332979127.png\",\"isDynamic\":\"1\",\"ath\":\"-14.126118608365\",\"atv\":\"0.30074441947842\",\"name\":\"schp_6ctzfebqys\",\"hotspotTitle\":\"嗯嗯\",\"imgtext_wordContent\":\"PGRpdiBzdHlsZT0idGV4dC1hbGlnbjpjZW50ZXI7Ij4KCTxpbWcgc3JjPSJodHRwOi8vc3RhdGljLnVzZWV2ci5jbi8xMi9tZWRpYS9pbWcvN2U1MzQ4ZDBmYmNlYTg1Zi5wbmciIHdpZHRoPSI3MDAiIGhlaWdodD0iMzAyIiBhbHQ9IiIgLz48c3BhbiBzdHlsZT0iZm9udC1zaXplOjEycHg7bGluZS1oZWlnaHQ6MS41OyI+PC9zcGFuPiAKPC9kaXY+\",\"isShowSpotName\":\"1\"}],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('518', '533', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_cc43db282df33e2f\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_69800a3bf414494c\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_c1f57bc659ae6d20\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_bbfc07c3cdaf58a9\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_030ca161d2ec620f\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_cae468964acfebc3\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_15a91bb8e0de19ec\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_cc43db282df33e2f\",\"isOpen\":\"\"},{\"sceneName\":\"scene_69800a3bf414494c\",\"isOpen\":\"\"},{\"sceneName\":\"scene_c1f57bc659ae6d20\",\"isOpen\":\"\"},{\"sceneName\":\"scene_bbfc07c3cdaf58a9\",\"isOpen\":\"\"},{\"sceneName\":\"scene_030ca161d2ec620f\",\"isOpen\":\"\"},{\"sceneName\":\"scene_cae468964acfebc3\",\"isOpen\":\"\"},{\"sceneName\":\"scene_15a91bb8e0de19ec\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_cc43db282df33e2f\",\"viewuuid\":\"cc43db282df33e2f\",\"imgPath\":\"http://static.useevr.cn/65/works/cc43db282df33e2f/thumb.jpg\",\"sceneTitle\":\"客餐厅\"},{\"sceneName\":\"scene_69800a3bf414494c\",\"viewuuid\":\"69800a3bf414494c\",\"imgPath\":\"http://static.useevr.cn/65/works/69800a3bf414494c/thumb.jpg\",\"sceneTitle\":\"主卧室\"},{\"sceneName\":\"scene_c1f57bc659ae6d20\",\"viewuuid\":\"c1f57bc659ae6d20\",\"imgPath\":\"http://static.useevr.cn/65/works/c1f57bc659ae6d20/thumb.jpg\",\"sceneTitle\":\"厨房\"},{\"sceneName\":\"scene_bbfc07c3cdaf58a9\",\"viewuuid\":\"bbfc07c3cdaf58a9\",\"imgPath\":\"http://static.useevr.cn/65/works/bbfc07c3cdaf58a9/thumb.jpg\",\"sceneTitle\":\"次卧\"},{\"sceneName\":\"scene_030ca161d2ec620f\",\"viewuuid\":\"030ca161d2ec620f\",\"imgPath\":\"http://static.useevr.cn/65/works/030ca161d2ec620f/thumb.jpg\",\"sceneTitle\":\"书房\"},{\"sceneName\":\"scene_cae468964acfebc3\",\"viewuuid\":\"cae468964acfebc3\",\"imgPath\":\"http://static.useevr.cn/65/works/cae468964acfebc3/thumb.jpg\",\"sceneTitle\":\"卫生间\"},{\"sceneName\":\"scene_15a91bb8e0de19ec\",\"viewuuid\":\"15a91bb8e0de19ec\",\"imgPath\":\"http://static.useevr.cn/65/works/15a91bb8e0de19ec/thumb.jpg\",\"sceneTitle\":\"儿童房\"}]}]}', '1', '1', '{\"scene_cc43db282df33e2f\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"163.14017940731\",\"atv\":\"0.96693653560011\",\"name\":\"schp_hgp4n5ambm\",\"linkedscene\":\"scene_c1f57bc659ae6d20\",\"sceneTitle\":\"厨房\",\"sceneImg\":\"http://static.useevr.cn/65/works/c1f57bc659ae6d20/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-88.890316065679\",\"atv\":\"-4.7608130965044\",\"name\":\"schp_mfryfe7ccf\",\"linkedscene\":\"scene_030ca161d2ec620f\",\"sceneTitle\":\"书房\",\"sceneImg\":\"http://static.useevr.cn/65/works/030ca161d2ec620f/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-88.898173156278\",\"atv\":\"2.8334388131963\",\"name\":\"schp_k5a7c5ihw5\",\"linkedscene\":\"scene_15a91bb8e0de19ec\",\"sceneTitle\":\"儿童房\",\"sceneImg\":\"http://static.useevr.cn/65/works/15a91bb8e0de19ec/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-81.698842305844\",\"atv\":\"-4.6447606995203\",\"name\":\"schp_jz6ma6wpey\",\"linkedscene\":\"scene_69800a3bf414494c\",\"sceneTitle\":\"主卧室\",\"sceneImg\":\"http://static.useevr.cn/65/works/69800a3bf414494c/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-78.117934543859\",\"atv\":\"2.4810064797512\",\"name\":\"schp_sbnxb6xfxc\",\"linkedscene\":\"scene_bbfc07c3cdaf58a9\",\"sceneTitle\":\"次卧\",\"sceneImg\":\"http://static.useevr.cn/65/works/bbfc07c3cdaf58a9/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_69800a3bf414494c\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_c1f57bc659ae6d20\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"136.78182091732\",\"atv\":\"-3.2142664875512\",\"name\":\"schp_tjwae7rg5k\",\"linkedscene\":\"scene_cc43db282df33e2f\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/65/works/cc43db282df33e2f/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_bbfc07c3cdaf58a9\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"127.14973556766\",\"atv\":\"-6.4579469038925\",\"name\":\"schp_fwrn8rfck8\",\"linkedscene\":\"scene_cc43db282df33e2f\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/65/works/cc43db282df33e2f/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_030ca161d2ec620f\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"168.14119513951\",\"atv\":\"3.0041728050496\",\"name\":\"schp_y5gwcirptc\",\"linkedscene\":\"scene_cc43db282df33e2f\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/65/works/cc43db282df33e2f/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_cae468964acfebc3\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-133.78419687646\",\"atv\":\"-0.63037671841522\",\"name\":\"schp_4kqcrz4prz\",\"linkedscene\":\"scene_cc43db282df33e2f\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/65/works/cc43db282df33e2f/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_15a91bb8e0de19ec\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-107.08098276659\",\"atv\":\"0.90321052041053\",\"name\":\"schp_4fnbg5rmsp\",\"linkedscene\":\"scene_cc43db282df33e2f\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/65/works/cc43db282df33e2f/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('519', '534', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_ec8dc5929d818611\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_ec8dc5929d818611\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_ec8dc5929d818611\",\"viewuuid\":\"ec8dc5929d818611\",\"imgPath\":\"http://static.useevr.cn/12/works/ec8dc5929d818611/thumb.jpg\",\"sceneTitle\":\"IMG_2942.JPG\"}]}]}', '1', '1', '{\"scene_ec8dc5929d818611\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-10.440731839343\",\"atv\":\"-1.2551263057102\",\"name\":\"schp_7pnf5awrm5\",\"hotspotTitle\":\"MP3\",\"musicTitle\":\"\",\"isShowSpotName\":\"1\"}],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('521', '536', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1477451935532s3b.mp3\",\"mediaTitle\":\"图个啥地方.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_2d4692e3c321dca0\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"1\"},{\"sceneName\":\"scene_8b13e33c88dba479\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_24b619da910e0b5a\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_ea44281cace4b6fb\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_0077cc1813d162cb\",\"hlookat\":\"49.113473976646\",\"vlookat\":\"33.55693301412\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_2d4692e3c321dca0\",\"isOpen\":\"\"},{\"sceneName\":\"scene_8b13e33c88dba479\",\"isOpen\":\"\"},{\"sceneName\":\"scene_24b619da910e0b5a\",\"isOpen\":\"\"},{\"sceneName\":\"scene_ea44281cace4b6fb\",\"isOpen\":\"\"},{\"sceneName\":\"scene_0077cc1813d162cb\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"0\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/6129c4d12a6054a9.jpg\",\"logoLink\":\"http://www.218ts.com\",\"user\":\"通商科技\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_2d4692e3c321dca0\",\"viewuuid\":\"2d4692e3c321dca0\",\"imgPath\":\"http://static.useevr.cn/12/works/2d4692e3c321dca0/thumb.jpg\",\"sceneTitle\":\"会议室.JPG\"},{\"sceneName\":\"scene_8b13e33c88dba479\",\"viewuuid\":\"8b13e33c88dba479\",\"imgPath\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\",\"sceneTitle\":\"业务部.JPG\"},{\"sceneName\":\"scene_24b619da910e0b5a\",\"viewuuid\":\"24b619da910e0b5a\",\"imgPath\":\"http://static.useevr.cn/12/works/24b619da910e0b5a/thumb.jpg\",\"sceneTitle\":\"技术部.JPG\"},{\"sceneName\":\"scene_ea44281cace4b6fb\",\"viewuuid\":\"ea44281cace4b6fb\",\"imgPath\":\"http://static.useevr.cn/12/works/ea44281cace4b6fb/thumb.jpg\",\"sceneTitle\":\"901办公室.JPG\"},{\"sceneName\":\"scene_0077cc1813d162cb\",\"viewuuid\":\"0077cc1813d162cb\",\"imgPath\":\"http://static.useevr.cn/12/works/0077cc1813d162cb/thumb.jpg\",\"sceneTitle\":\"902办公室.JPG\"}]}]}', '1', '1', '{\"scene_2d4692e3c321dca0\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-94.61150370958\",\"atv\":\"8.3103560715484\",\"name\":\"schp_wbmwixyck7\",\"linkedscene\":\"scene_8b13e33c88dba479\",\"sceneTitle\":\"R0010031.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"130.70912302232\",\"atv\":\"-1.15003775441\",\"name\":\"schp_est5fehamh\",\"linkedscene\":\"scene_24b619da910e0b5a\",\"sceneTitle\":\"R0010030.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/24b619da910e0b5a/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-14.852528032327\",\"atv\":\"4.4259643870709\",\"name\":\"schp_szpp5xh2zn\",\"linkedscene\":\"scene_24b619da910e0b5a\",\"sceneTitle\":\"技术部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/24b619da910e0b5a/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793717338246ik.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371733846nom.png\",\"isDynamic\":\"1\",\"ath\":\"-11.057947338779\",\"atv\":\"5.0286963669311\",\"name\":\"schp_d8w5ckhpja\",\"linkedscene\":\"scene_24b619da910e0b5a\",\"sceneTitle\":\"技术部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/24b619da910e0b5a/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-13.460811437616\",\"atv\":\"8.1010285522571\",\"name\":\"schp_4fzf3cf7e5\",\"linkedscene\":\"scene_8b13e33c88dba479\",\"sceneTitle\":\"业务部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-18.32072742071\",\"atv\":\"11.729842721301\",\"name\":\"schp_z62ckksxng\",\"linkedscene\":\"scene_8b13e33c88dba479\",\"sceneTitle\":\"业务部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-14.852528032327\",\"atv\":\"4.4259643870709\",\"name\":\"schp_ffazbiwbjp\",\"linkedscene\":\"scene_8b13e33c88dba479\",\"sceneTitle\":\"业务部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-14.853419542125\",\"atv\":\"4.4259648896191\",\"name\":\"schp_cebtcngmjd\",\"linkedscene\":\"scene_8b13e33c88dba479\",\"sceneTitle\":\"业务部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-14.854309396536\",\"atv\":\"4.4259645736541\",\"name\":\"schp_rajkwhdccw\",\"linkedscene\":\"scene_8b13e33c88dba479\",\"sceneTitle\":\"业务部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-14.853419542125\",\"atv\":\"4.4259648896191\",\"name\":\"schp_tj3f6b3p4g\",\"linkedscene\":\"scene_ea44281cace4b6fb\",\"sceneTitle\":\"901办公室.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/ea44281cace4b6fb/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-14.854309396536\",\"atv\":\"4.4259645736541\",\"name\":\"schp_qb66hpmjxf\",\"linkedscene\":\"scene_ea44281cace4b6fb\",\"sceneTitle\":\"901办公室.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/ea44281cace4b6fb/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793711015413sy.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371101562kqp.png\",\"isDynamic\":\"1\",\"ath\":\"-14.853419542125\",\"atv\":\"4.4259648896191\",\"name\":\"schp_frhgbdhkcm\",\"linkedscene\":\"scene_ea44281cace4b6fb\",\"sceneTitle\":\"901办公室.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/ea44281cace4b6fb/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478931345365thl.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478931345365thl.png\",\"isDynamic\":\"0\",\"ath\":\"-21.644166478139\",\"atv\":\"4.3950454210335\",\"name\":\"schp_ad2ak87rga\",\"linkedscene\":\"scene_ea44281cace4b6fb\",\"sceneTitle\":\"901办公室.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/ea44281cace4b6fb/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478526332946syp.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478526332979127.png\",\"isDynamic\":\"1\",\"ath\":\"-14.854309396536\",\"atv\":\"4.4259645736541\",\"name\":\"schp_fnrewwrtmr\",\"linkedscene\":\"scene_ea44281cace4b6fb\",\"sceneTitle\":\"901办公室.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/ea44281cace4b6fb/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1477654230347rz7.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1477654230347rz7.png\",\"isDynamic\":\"0\",\"ath\":\"-14.854309396536\",\"atv\":\"4.4259645736541\",\"name\":\"schp_ctrhyib4wf\",\"linkedscene\":\"scene_8b13e33c88dba479\",\"sceneTitle\":\"业务部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/9A533C63399C4063.png\",\"isDynamic\":\"0\",\"ath\":\"-14.854309396536\",\"atv\":\"4.4259645736541\",\"name\":\"schp_7bda6ir6gf\",\"linkedscene\":\"scene_8b13e33c88dba479\",\"sceneTitle\":\"业务部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-14.854309396536\",\"atv\":\"4.4259645736541\",\"name\":\"schp_qksx6kf8bg\",\"linkedscene\":\"scene_8b13e33c88dba479\",\"sceneTitle\":\"业务部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-14.855201683645\",\"atv\":\"4.4259643599352\",\"name\":\"schp_y8txrfcpyt\",\"linkedscene\":\"scene_8b13e33c88dba479\",\"sceneTitle\":\"业务部.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg\"}],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-10.941128863464\",\"atv\":\"1.4997720462568\",\"name\":\"schp_8pzsfbm35n\",\"hotspotTitle\":\"eeeee\",\"link\":\"http://www\",\"isShowSpotName\":\"1\"}],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_8b13e33c88dba479\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"175.51632638306\",\"atv\":\"15.272770775457\",\"name\":\"schp_pzdxtpmywc\",\"linkedscene\":\"scene_2d4692e3c321dca0\",\"sceneTitle\":\"R0010034.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/2d4692e3c321dca0/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_24b619da910e0b5a\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"48.952076253998\",\"atv\":\"2.9311459742053\",\"name\":\"schp_4asa46jkjc\",\"linkedscene\":\"scene_ea44281cace4b6fb\",\"sceneTitle\":\"R0010032.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/ea44281cace4b6fb/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_ea44281cace4b6fb\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"129.41972327949\",\"atv\":\"-1.870145188438\",\"name\":\"schp_ehjjte7d7e\",\"linkedscene\":\"scene_0077cc1813d162cb\",\"sceneTitle\":\"R0010033.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/0077cc1813d162cb/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_0077cc1813d162cb\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-98.508944021902\",\"atv\":\"1.6010344851031\",\"name\":\"schp_bynzcdnktp\",\"linkedscene\":\"scene_24b619da910e0b5a\",\"sceneTitle\":\"R0010030.JPG\",\"sceneImg\":\"http://static.useevr.cn/12/works/24b619da910e0b5a/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('522', '537', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('527', '542', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('530', '545', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('533', '548', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useMusic\":\"1\",\"imgUuid\":\"bac9ce08a08f816c\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1480326349643atm.mp3\",\"mediaTitle\":\"1128音乐.mp3\"}]}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_bac9ce08a08f816c\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_bac9ce08a08f816c\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"好好\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_bac9ce08a08f816c\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-22.614174248642\",\"atv\":\"-15.152244213628\",\"name\":\"schp_nyress6amd\",\"hotspotTitle\":\"呦呦\",\"musicSrc\":\"\",\"musicTitle\":\"\",\"isShowSpotName\":\"1\"}],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('536', '551', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('538', '553', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useMusic\":\"1\",\"imgUuid\":\"9f4bf063c4a60fa1\",\"mediaUrl\":\"http://static.useevr.cn/147/media/msc/7d59dfdaba13e194.mp3\",\"mediaTitle\":\"S.E.N.S. - Pure White Story.mp3\"}]}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_9f4bf063c4a60fa1\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_9f4bf063c4a60fa1\",\"isOpen\":\"\"},\"\"]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_9f4bf063c4a60fa1\",\"viewuuid\":\"9f4bf063c4a60fa1\",\"imgPath\":\"http://static.useevr.cn/147/works/9f4bf063c4a60fa1/thumb.jpg\",\"sceneTitle\":\"客厅\"},{\"sceneName\":\"scene_b64a8768cf3c46f0\",\"viewuuid\":\"b64a8768cf3c46f0\",\"imgPath\":\"http://static.useevr.cn/147/works/b64a8768cf3c46f0/thumb.jpg\",\"sceneTitle\":\"楼梯间\"}]}]}', '1', '1', '{\"scene_9f4bf063c4a60fa1\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"153.48962584594\",\"atv\":\"-6.5369138105509\",\"name\":\"schp_enmqdtchpc\",\"linkedscene\":\"scene_b64a8768cf3c46f0\",\"sceneTitle\":\"楼梯间\",\"sceneImg\":\"http://static.useevr.cn/147/works/b64a8768cf3c46f0/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_b64a8768cf3c46f0\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-56.18015164957\",\"atv\":\"-2.2877038849565\",\"name\":\"schp_dchtpdhjzm\",\"linkedscene\":\"scene_9f4bf063c4a60fa1\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/147/works/9f4bf063c4a60fa1/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('539', '554', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('544', '559', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useMusic\":\"\",\"imgUuid\":\"f7244dda3b7bafde\"},{\"useMusic\":\"\",\"imgUuid\":\"a4f0a304dd031d0f\"},{\"useMusic\":\"\",\"imgUuid\":\"d02306c673bbfe4f\"},{\"useMusic\":\"\",\"imgUuid\":\"7fbb529b5c0d6b1a\"}]}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"地图\",\"type\":\"0\",\"content\":{\"K\":\"27.892512\",\"G\":\"114.183929\",\"lng\":\"114.183929\",\"lat\":\"27.892512\"}}]}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useSpeech\":\"\",\"imgUuid\":\"f7244dda3b7bafde\"},{\"useSpeech\":\"\",\"imgUuid\":\"a4f0a304dd031d0f\"},{\"useSpeech\":\"\",\"imgUuid\":\"d02306c673bbfe4f\"},{\"useSpeech\":\"\",\"imgUuid\":\"7fbb529b5c0d6b1a\"}]}', '{\"viewSettings\":[{\"sceneName\":\"scene_f7244dda3b7bafde\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\",\"\",\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_f7244dda3b7bafde\",\"isOpen\":\"1\",\"effectType\":\"defaultsnow\"},\"\",\"\",\"\"]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/305a8a0a36e7bdb1.png\",\"user\":\"test\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_f7244dda3b7bafde\",\"viewuuid\":\"f7244dda3b7bafde\",\"imgPath\":\"http://static.useevr.cn/12/works/f7244dda3b7bafde/thumb.jpg\",\"sceneTitle\":\"014海博熙泰\"},{\"sceneName\":\"scene_a4f0a304dd031d0f\",\"viewuuid\":\"a4f0a304dd031d0f\",\"imgPath\":\"http://static.useevr.cn/12/works/a4f0a304dd031d0f/thumb.jpg\",\"sceneTitle\":\"QQ图片20160402155709\"},{\"sceneName\":\"scene_d02306c673bbfe4f\",\"viewuuid\":\"d02306c673bbfe4f\",\"imgPath\":\"http://static.useevr.cn/12/works/d02306c673bbfe4f/thumb.jpg\",\"sceneTitle\":\"5\"},{\"sceneName\":\"scene_7fbb529b5c0d6b1a\",\"viewuuid\":\"7fbb529b5c0d6b1a\",\"imgPath\":\"http://static.useevr.cn/12/works/7fbb529b5c0d6b1a/thumb.jpg\",\"sceneTitle\":\"DSC_3756 Panorama\"}]}]}', '0', '1', '{\"scene_f7244dda3b7bafde\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-1.8888565152666\",\"atv\":\"16.410789707223\",\"name\":\"schp_2e6rtjewpk\",\"hotspotTitle\":\"爱是你我\",\"musicSrc\":\"http://static.useevr.cn/12/media/msc/fbadacc36ff926b5.mp3\",\"musicTitle\":\"爱是你我 - 苏伦图,甘雅丹.mp3\",\"isShowSpotName\":\"1\"}],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"6.3581584369213\",\"atv\":\"1.7077947578659\",\"name\":\"schp_zbtmpkp3kq\",\"hotspotTitle\":\"11111\",\"imgtext_wordContent\":\"MTExMTExMTExMTExMTExMTExMTExMTExMQ==\",\"isShowSpotName\":\"\"}],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"6.6813408985449\",\"atv\":\"5.9938853568865\",\"name\":\"schp_g7d6w8dwiw\",\"hotspotTitle\":\"1\",\"objid\":\"9\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813938ieo.jpg\",\"isShowSpotName\":\"\"}]}}', '0', '{}', '{\"linkSettings\":[{\"title\":\"电话\",\"content\":\"0859-6777000\"}]}'); INSERT INTO `u_pano_config` VALUES ('545', '560', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/147/media/msc/4a7093e8450e2af2.mp3\",\"mediaTitle\":\"儿童歌曲 - 三只小熊 - 韩文版.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_33838613b9173a1e\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_33838613b9173a1e\",\"isOpen\":\"\"},\"\"]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_33838613b9173a1e\",\"viewuuid\":\"33838613b9173a1e\",\"imgPath\":\"http://static.useevr.cn/147/works/33838613b9173a1e/thumb.jpg\",\"sceneTitle\":\"女孩房\"},{\"sceneName\":\"scene_859cb05893e739d9\",\"viewuuid\":\"859cb05893e739d9\",\"imgPath\":\"http://static.useevr.cn/147/works/859cb05893e739d9/thumb.jpg\",\"sceneTitle\":\"男孩房\"}]}]}', '1', '1', '{\"scene_33838613b9173a1e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"139.4763207558\",\"atv\":\"-2.359024267146\",\"name\":\"schp_kfrdd2pjhw\",\"linkedscene\":\"scene_859cb05893e739d9\",\"sceneTitle\":\"男孩房\",\"sceneImg\":\"http://static.useevr.cn/147/works/859cb05893e739d9/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_859cb05893e739d9\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"88.017105051279\",\"atv\":\"-0.38558319866466\",\"name\":\"schp_8ipmqr5eak\",\"linkedscene\":\"scene_33838613b9173a1e\",\"sceneTitle\":\"女孩房\",\"sceneImg\":\"http://static.useevr.cn/147/works/33838613b9173a1e/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('546', '561', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('547', '562', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('548', '563', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('549', '564', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('552', '567', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_47d8fc7f31477169\",\"hlookat\":\"14.401697199861\",\"vlookat\":\"9.0292128862496\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_9efce588d64b1157\",\"hlookat\":\"-3.3436963384788\",\"vlookat\":\"2.5002955881014\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_015d6fe8c0c18270\",\"hlookat\":\"-8.7585318387975\",\"vlookat\":\"2.7311387991006\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_3cf9a74344449158\",\"hlookat\":\"4.4332686183227\",\"vlookat\":\"7.655895083545\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_e982c585d7a25f72\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_9b82c7474c44dcad\",\"hlookat\":\"-8.3689478461072\",\"vlookat\":\"4.4231880997219\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_ebed650f659d7569\",\"hlookat\":\"3.5864875301863\",\"vlookat\":\"3.2842141181455\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_9b82c7474c44dcad\",\"viewuuid\":\"9b82c7474c44dcad\",\"imgPath\":\"http://static.useevr.cn/74/works/9b82c7474c44dcad/thumb.jpg\",\"sceneTitle\":\"客厅\"},{\"sceneName\":\"scene_47d8fc7f31477169\",\"viewuuid\":\"47d8fc7f31477169\",\"imgPath\":\"http://static.useevr.cn/74/works/47d8fc7f31477169/thumb.jpg\",\"sceneTitle\":\"厨房\"},{\"sceneName\":\"scene_ebed650f659d7569\",\"viewuuid\":\"ebed650f659d7569\",\"imgPath\":\"http://static.useevr.cn/74/works/ebed650f659d7569/thumb.jpg\",\"sceneTitle\":\"主卧\"},{\"sceneName\":\"scene_e982c585d7a25f72\",\"viewuuid\":\"e982c585d7a25f72\",\"imgPath\":\"http://static.useevr.cn/74/works/e982c585d7a25f72/thumb.jpg\",\"sceneTitle\":\"次卧\"},{\"sceneName\":\"scene_3cf9a74344449158\",\"viewuuid\":\"3cf9a74344449158\",\"imgPath\":\"http://static.useevr.cn/74/works/3cf9a74344449158/thumb.jpg\",\"sceneTitle\":\"儿童房\"},{\"sceneName\":\"scene_015d6fe8c0c18270\",\"viewuuid\":\"015d6fe8c0c18270\",\"imgPath\":\"http://static.useevr.cn/74/works/015d6fe8c0c18270/thumb.jpg\",\"sceneTitle\":\"书房\"},{\"sceneName\":\"scene_9efce588d64b1157\",\"viewuuid\":\"9efce588d64b1157\",\"imgPath\":\"http://static.useevr.cn/74/works/9efce588d64b1157/thumb.jpg\",\"sceneTitle\":\"卫生间\"}]}]}', '1', '1', '{\"scene_47d8fc7f31477169\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"123.26431233465\",\"atv\":\"0.44717892198144\",\"name\":\"schp_i8pedp5jzg\",\"linkedscene\":\"scene_4dd5af806ed9b7f9\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/4dd5af806ed9b7f9/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_9efce588d64b1157\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-131.41813143667\",\"atv\":\"-0.5730576837511\",\"name\":\"schp_dxc2xfqaqk\",\"linkedscene\":\"scene_4dd5af806ed9b7f9\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/4dd5af806ed9b7f9/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_015d6fe8c0c18270\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"166.53903823979\",\"atv\":\"0.214165031283\",\"name\":\"schp_prj3q8aymc\",\"linkedscene\":\"scene_4dd5af806ed9b7f9\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/4dd5af806ed9b7f9/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_3cf9a74344449158\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-104.67427839564\",\"atv\":\"0.005222174903791\",\"name\":\"schp_bpkrkkqe5w\",\"linkedscene\":\"scene_4dd5af806ed9b7f9\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/4dd5af806ed9b7f9/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_e982c585d7a25f72\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"113.14250704307\",\"atv\":\"0.91960680497164\",\"name\":\"schp_kwttm7aj7e\",\"linkedscene\":\"scene_4dd5af806ed9b7f9\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/4dd5af806ed9b7f9/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_9b82c7474c44dcad\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"110.26909858402\",\"atv\":\"-0.26586400940875\",\"name\":\"schp_eebartwdjh\",\"linkedscene\":\"scene_47d8fc7f31477169\",\"sceneTitle\":\"厨房\",\"sceneImg\":\"http://static.useevr.cn/74/works/47d8fc7f31477169/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-129.61980204621\",\"atv\":\"0.94808481314815\",\"name\":\"schp_pxtfndszzp\",\"linkedscene\":\"scene_0ebdec222c727a68\",\"sceneTitle\":\"主卧室\",\"sceneImg\":\"http://static.useevr.cn/74/works/0ebdec222c727a68/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-143.34295424258\",\"atv\":\"0.59816782210633\",\"name\":\"schp_ysk87eeyim\",\"linkedscene\":\"scene_3cf9a74344449158\",\"sceneTitle\":\"儿童房\",\"sceneImg\":\"http://static.useevr.cn/74/works/3cf9a74344449158/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-126.25182834266\",\"atv\":\"1.6834208131545\",\"name\":\"schp_exha6y5njj\",\"linkedscene\":\"scene_e982c585d7a25f72\",\"sceneTitle\":\"次卧\",\"sceneImg\":\"http://static.useevr.cn/74/works/e982c585d7a25f72/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-135.48446635435\",\"atv\":\"0.46361576135903\",\"name\":\"schp_dqg5qj3afa\",\"linkedscene\":\"scene_9efce588d64b1157\",\"sceneTitle\":\"卫生间\",\"sceneImg\":\"http://static.useevr.cn/74/works/9efce588d64b1157/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-140.33141915489\",\"atv\":\"-0.44336709523862\",\"name\":\"schp_irjdbjiydj\",\"linkedscene\":\"scene_015d6fe8c0c18270\",\"sceneTitle\":\"书房\",\"sceneImg\":\"http://static.useevr.cn/74/works/015d6fe8c0c18270/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_ebed650f659d7569\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-108.86944594424\",\"atv\":\"-1.3997687869918\",\"name\":\"schp_zns3yb2jnh\",\"linkedscene\":\"scene_015d6fe8c0c18270\",\"sceneTitle\":\"书房\",\"sceneImg\":\"http://static.useevr.cn/74/works/015d6fe8c0c18270/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('555', '570', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_0db9b1a01167a628\",\"hlookat\":\"-0.33487933325172\",\"vlookat\":\"8.2584022288402\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_bec1ac8e5093d556\",\"hlookat\":\"-4.5285191396382\",\"vlookat\":\"6.7905448539296\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_64a0aebc35025989\",\"hlookat\":\"1.7934460712334\",\"vlookat\":\"10.101132067982\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_44fa2d2cf075c299\",\"hlookat\":\"4.2584654542128\",\"vlookat\":\"8.6183402594746\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_6fd6fbdafba4e67e\",\"hlookat\":\"7.1246330757784\",\"vlookat\":\"15.397778684589\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_839ee3e1a0d56a02\",\"hlookat\":\"-11.027632784525\",\"vlookat\":\"2.4753315058149\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_95111270d60cf869\",\"hlookat\":\"20.007274503315\",\"vlookat\":\"6.449590176508\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_0db9b1a01167a628\",\"isOpen\":\"\"},{\"sceneName\":\"scene_bec1ac8e5093d556\",\"isOpen\":\"\"},\"\",{\"sceneName\":\"scene_44fa2d2cf075c299\",\"isOpen\":\"\"},\"\",\"\",{\"sceneName\":\"scene_95111270d60cf869\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_0db9b1a01167a628\",\"viewuuid\":\"0db9b1a01167a628\",\"imgPath\":\"http://static.useevr.cn/74/works/0db9b1a01167a628/thumb.jpg\",\"sceneTitle\":\"客餐厅\"},{\"sceneName\":\"scene_bec1ac8e5093d556\",\"viewuuid\":\"bec1ac8e5093d556\",\"imgPath\":\"http://static.useevr.cn/74/works/bec1ac8e5093d556/thumb.jpg\",\"sceneTitle\":\"厨房\"},{\"sceneName\":\"scene_64a0aebc35025989\",\"viewuuid\":\"64a0aebc35025989\",\"imgPath\":\"http://static.useevr.cn/74/works/64a0aebc35025989/thumb.jpg\",\"sceneTitle\":\"主卧\"},{\"sceneName\":\"scene_44fa2d2cf075c299\",\"viewuuid\":\"44fa2d2cf075c299\",\"imgPath\":\"http://static.useevr.cn/74/works/44fa2d2cf075c299/thumb.jpg\",\"sceneTitle\":\"次卧\"},{\"sceneName\":\"scene_6fd6fbdafba4e67e\",\"viewuuid\":\"6fd6fbdafba4e67e\",\"imgPath\":\"http://static.useevr.cn/74/works/6fd6fbdafba4e67e/thumb.jpg\",\"sceneTitle\":\"儿童房\"},{\"sceneName\":\"scene_839ee3e1a0d56a02\",\"viewuuid\":\"839ee3e1a0d56a02\",\"imgPath\":\"http://static.useevr.cn/74/works/839ee3e1a0d56a02/thumb.jpg\",\"sceneTitle\":\"书房\"},{\"sceneName\":\"scene_95111270d60cf869\",\"viewuuid\":\"95111270d60cf869\",\"imgPath\":\"http://static.useevr.cn/74/works/95111270d60cf869/thumb.jpg\",\"sceneTitle\":\"卫生间\"}]}]}', '1', '1', '{\"scene_0db9b1a01167a628\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-125.5463986419\",\"atv\":\"5.4133238509233\",\"name\":\"schp_p8c2hce77k\",\"linkedscene\":\"scene_44fa2d2cf075c299\",\"sceneTitle\":\"次卧\",\"sceneImg\":\"http://static.useevr.cn/74/works/44fa2d2cf075c299/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-128.19522235738\",\"atv\":\"-0.57881611952369\",\"name\":\"schp_wfzh6rn4zk\",\"linkedscene\":\"scene_2b093059688ee6a3\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/74/works/2b093059688ee6a3/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"-132.31479370464\",\"atv\":\"2.488185016293\",\"name\":\"schp_jnrsyzkbsq\",\"linkedscene\":\"scene_0f9f2dbc46891797\",\"sceneTitle\":\"书 房\",\"sceneImg\":\"http://static.useevr.cn/74/works/0f9f2dbc46891797/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-140.54406256646\",\"atv\":\"5.4997967318328\",\"name\":\"schp_kcgsb3wnef\",\"linkedscene\":\"scene_b64a48f40d285f47\",\"sceneTitle\":\"儿童 房\",\"sceneImg\":\"http://static.useevr.cn/74/works/b64a48f40d285f47/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-138.73654245117\",\"atv\":\"-0.78652073867819\",\"name\":\"schp_6nydx3xwg4\",\"linkedscene\":\"scene_95111270d60cf869\",\"sceneTitle\":\"卫生间\",\"sceneImg\":\"http://static.useevr.cn/74/works/95111270d60cf869/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"109.8784607909\",\"atv\":\"1.0235030803324\",\"name\":\"schp_zqjq6srxwn\",\"linkedscene\":\"scene_bec1ac8e5093d556\",\"sceneTitle\":\"厨房\",\"sceneImg\":\"http://static.useevr.cn/74/works/bec1ac8e5093d556/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_bec1ac8e5093d556\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"158.17303581345\",\"atv\":\"1.3478787062997\",\"name\":\"schp_sarejewxqn\",\"linkedscene\":\"scene_0db9b1a01167a628\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/0db9b1a01167a628/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_64a0aebc35025989\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-129.54904493533\",\"atv\":\"-0.1049758524295\",\"name\":\"schp_cet6ctkyxi\",\"linkedscene\":\"scene_b64a48f40d285f47\",\"sceneTitle\":\"儿童 房\",\"sceneImg\":\"http://static.useevr.cn/74/works/b64a48f40d285f47/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_44fa2d2cf075c299\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"112.33956467549\",\"atv\":\"0.6343902427981\",\"name\":\"schp_cywfkmffwc\",\"linkedscene\":\"scene_0db9b1a01167a628\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/0db9b1a01167a628/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_6fd6fbdafba4e67e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-107.8542415908\",\"atv\":\"8.8149749709547\",\"name\":\"schp_pwbhhwp2dc\",\"linkedscene\":\"scene_0f9f2dbc46891797\",\"sceneTitle\":\"书 房\",\"sceneImg\":\"http://static.useevr.cn/74/works/0f9f2dbc46891797/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_839ee3e1a0d56a02\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"167.4925640826\",\"atv\":\"3.2581472968561\",\"name\":\"schp_pqapxxxi38\",\"linkedscene\":\"scene_2b093059688ee6a3\",\"sceneTitle\":\"主卧\",\"sceneImg\":\"http://static.useevr.cn/74/works/2b093059688ee6a3/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_95111270d60cf869\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-136.17776972714\",\"atv\":\"-4.378637107326\",\"name\":\"schp_ebanwz3ym4\",\"linkedscene\":\"scene_0db9b1a01167a628\",\"sceneTitle\":\"客餐厅\",\"sceneImg\":\"http://static.useevr.cn/74/works/0db9b1a01167a628/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('556', '571', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"1\",\"useEndImg\":\"1\",\"points\":[{\"sceneName\":\"scene_1355625d7b889a8b\",\"sceneTitle\":\"gjkongjianzhan\",\"ath\":\"-14.383568260244\",\"atv\":\"-7.4765744499282\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_1355625d7b889a8b\",\"sceneTitle\":\"gjkongjianzhan\",\"ath\":\"17.153303911492\",\"atv\":\"1.2063733611552\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_1355625d7b889a8b\",\"sceneTitle\":\"gjkongjianzhan\",\"ath\":\"0.15623495776595\",\"atv\":\"4.6541037318528\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}],\"startImgUrl\":\"http://static.useevr.cn/12/media/img/7ebb3850b264c39c.jpg\",\"endImgUrl\":\"http://static.useevr.cn/12/media/img/509e6c39bc8c8a46.png\"}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"地址\",\"type\":\"0\",\"content\":{\"K\":\"23.130999\",\"G\":\"113.268535\",\"lng\":\"113.268535\",\"lat\":\"23.130999\"}},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"电话\",\"type\":\"1\",\"content\":\"12345670987\"},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"网站\",\"type\":\"1\",\"content\":\"www.baidu.com\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_1355625d7b889a8b\",\"hlookat\":\"-176.65833579524\",\"vlookat\":\"-3.2967922760931\",\"fov\":\"95\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_54a3b12535f7d2b6\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"95\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_a0e159a548420bb5\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"95\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_1355625d7b889a8b\",\"isOpen\":\"\"},{\"sceneName\":\"scene_54a3b12535f7d2b6\",\"isOpen\":\"\"},{\"sceneName\":\"scene_a0e159a548420bb5\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/3168cf7e89d3b089.jpg\",\"sceneOpt\":{\"scene_1355625d7b889a8b\":{\"rotate\":\"0\",\"hlookat\":\"0\",\"top\":\"31.14%\",\"left\":\"17.3%\",\"krpTop\":\"38.06%\",\"krpLeft\":\"24.22%\",\"sceneTitle\":\"gjkongjianzhan\"}}}]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/2f4d061b3181b08a.jpg\",\"logoLink\":\"http://www.baidu.com\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/navigation_w.png\",\"groupName\":\"分组1\",\"scenes\":[{\"sceneName\":\"scene_1355625d7b889a8b\",\"viewuuid\":\"1355625d7b889a8b\",\"imgPath\":\"http://static.useevr.cn/12/works/1355625d7b889a8b/thumb.jpg\",\"sceneTitle\":\"gjkongjianzhan\"},{\"sceneName\":\"scene_54a3b12535f7d2b6\",\"viewuuid\":\"54a3b12535f7d2b6\",\"imgPath\":\"http://static.useevr.cn/12/works/54a3b12535f7d2b6/thumb.jpg\",\"sceneTitle\":\"奥地利维也纳\"}]},{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/12/media/img/f4e6e3d00833b5af.png\",\"groupName\":\"分组2\",\"scenes\":[{\"sceneName\":\"scene_a0e159a548420bb5\",\"viewuuid\":\"a0e159a548420bb5\",\"imgPath\":\"http://static.useevr.cn/12/works/a0e159a548420bb5/thumb.jpg\",\"sceneTitle\":\"非洲沙漠\"}]}]}', '1', '1', '{\"scene_1355625d7b889a8b\":{\"scene\":[],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"0.6460617294515\",\"atv\":\"-15.504105932992\",\"name\":\"schp_ngxhccmyr7\",\"hotspotTitle\":\"百度(新窗口)\",\"link\":\"http://www.baidu.com\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-14.730766346217\",\"atv\":\"8.6915332864386\",\"name\":\"schp_fdbp5ebthy\",\"hotspotTitle\":\"百度\",\"link\":\"http://www.baidu.com\",\"isShowSpotName\":\"1\"}],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"9.9718471986077\",\"atv\":\"-3.3637393271359\",\"name\":\"schp_meppjcewrp\",\"hotspotTitle\":\"他\",\"galleryName\":\"glrschp_meppjcewrp\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/6129c4d12a6054a9.jpg\"},{\"src\":\"http://static.useevr.cn/12/media/img/15f26f2d0fb46596.jpg\"},{\"src\":\"http://static.useevr.cn/12/media/img/218749201e0cee79.jpg\"},{\"src\":\"http://static.useevr.cn/12/media/img/d28d96413a1d4386.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-17.878766054153\",\"atv\":\"-6.1329813651571\",\"name\":\"schp_bw4y7shk8z\",\"hotspotTitle\":\"环物\",\"objid\":\"9\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813938ieo.jpg\",\"isShowSpotName\":\"1\"}]},\"scene_54a3b12535f7d2b6\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_a0e159a548420bb5\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('557', '572', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('559', '574', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useMusic\":\"1\",\"imgUuid\":\"fccb6a9873c3f57c\",\"mediaUrl\":\"http://static.useevr.cn/150/media/msc/255c4e3b5de9e68a.mp3\",\"mediaTitle\":\"西厢词 - 于秋旋.mp3\"}]}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"购买作品\",\"type\":\"1\",\"content\":\"http://www.yjnhlpt.com/yijiaenshangcheng/wap_pro/3753645.html\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_fccb6a9873c3f57c\",\"hlookat\":\"3.6660528580159\",\"vlookat\":\"3.544840971835\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_fccb6a9873c3f57c\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/150/media/img/692fc1933dcd52d8.jpg\",\"logoLink\":\"http://www.yjnhlpt.com/yijiaenshangcheng/wap_pro/3753645.html\",\"user\":\"李智慧\"}', '{\"sceneGroups\":[]}', '1', '0', '{\"scene_fccb6a9873c3f57c\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793717338246ik.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371733846nom.png\",\"isDynamic\":\"1\",\"ath\":\"30.958523620186\",\"atv\":\"3.9093070746571\",\"name\":\"schp_nhjcdpnaep\",\"hotspotTitle\":\"红利有余\",\"galleryName\":\"glrschp_nhjcdpnaep\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/150/media/img/3a7859c4b9d0c964.JPG\"}]},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793717338246ik.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371733846nom.png\",\"isDynamic\":\"1\",\"ath\":\"42.407796363063\",\"atv\":\"4.7188876010972\",\"name\":\"schp_4zscqbmdaa\",\"hotspotTitle\":\"富贵满堂\",\"galleryName\":\"glrschp_4zscqbmdaa\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/150/media/img/a4d548c5192faf38.JPG\"}]},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793717338246ik.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371733846nom.png\",\"isDynamic\":\"1\",\"ath\":\"58.422158254803\",\"atv\":\"5.8703488286888\",\"name\":\"schp_xpekqbhhey\",\"hotspotTitle\":\"和气致祥\",\"galleryName\":\"glrschp_xpekqbhhey\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/150/media/img/3d2687d38292e89f.JPG\"}]},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793717338246ik.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371733846nom.png\",\"isDynamic\":\"1\",\"ath\":\"-91.19059365101\",\"atv\":\"0.066069799239907\",\"name\":\"schp_sc3wnxh5st\",\"hotspotTitle\":\"富贵满堂\",\"galleryName\":\"glrschp_sc3wnxh5st\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/150/media/img/a4d548c5192faf38.JPG\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('561', '576', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_0bedbac4d1fc0aff\",\"hlookat\":\"67.174178610694\",\"vlookat\":\"1.7595994720356\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"1\"},\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_0bedbac4d1fc0aff\",\"isOpen\":\"1\",\"effectType\":\"snowflakes\"},\"\"]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_0bedbac4d1fc0aff\",\"viewuuid\":\"0bedbac4d1fc0aff\",\"imgPath\":\"http://static.useevr.cn/154/works/0bedbac4d1fc0aff/thumb.jpg\",\"sceneTitle\":\"1\"},{\"sceneName\":\"scene_9e859a712b52c763\",\"viewuuid\":\"9e859a712b52c763\",\"imgPath\":\"http://static.useevr.cn/154/works/9e859a712b52c763/thumb.jpg\",\"sceneTitle\":\"1\"}]}]}', '1', '1', '{\"scene_0bedbac4d1fc0aff\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-17.548642416635\",\"atv\":\"19.756398100353\",\"name\":\"schp_erxj7jqxew\",\"linkedscene\":\"scene_0bedbac4d1fc0aff\",\"sceneTitle\":\"1\",\"sceneImg\":\"http://static.useevr.cn/154/works/0bedbac4d1fc0aff/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1477654230347rz7.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1477654230347rz7.png\",\"isDynamic\":\"0\",\"ath\":\"-29.513632191185\",\"atv\":\"20.051677735821\",\"name\":\"schp_f2yywemn2r\",\"hotspotTitle\":\"1111111111111\",\"musicSrc\":\"\",\"musicTitle\":\"\",\"isShowSpotName\":\"1\"}],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-22.4833182525\",\"atv\":\"20.211051875196\",\"name\":\"schp_4htrewj5cx\",\"hotspotTitle\":\"哈喽\",\"imgtext_wordContent\":\"PGVtYmVkIHNyYz0iaHR0cDovL3BsYXllci55b3VrdS5jb20vcGxheWVyLnBocC9UeXBlL0ZvbGRlci9GaWQvT2Ivc2lkL1hNVGcxTlRJMU56TXlOQT09L3Yuc3dmIiB0eXBlPSJhcHBsaWNhdGlvbi94LXNob2Nrd2F2ZS1mbGFzaCIgd2lkdGg9IjU1MCIgaGVpZ2h0PSI0MDAiIGF1dG9zdGFydD0idHJ1ZSIgbG9vcD0idHJ1ZSIgLz4=\",\"isShowSpotName\":\"1\"}],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('562', '577', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('563', '578', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('564', '579', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('565', '580', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('566', '581', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_18cf5600d087f9c5\",\"hlookat\":\"-104.03439848352\",\"vlookat\":\"-2.1531121802047\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_06a0106f027fe5c4\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_09276623fb414f40\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_f8820051467e361f\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_2f0f35b7c638a66b\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_99f8825d5e36a815\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_0d5362f995d20a40\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_36f71af43f8339db\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_18cf5600d087f9c5\",\"isOpen\":\"\"},{\"sceneName\":\"scene_06a0106f027fe5c4\",\"isOpen\":\"\"},{\"sceneName\":\"scene_09276623fb414f40\",\"isOpen\":\"\"},{\"sceneName\":\"scene_f8820051467e361f\",\"isOpen\":\"\"},{\"sceneName\":\"scene_2f0f35b7c638a66b\",\"isOpen\":\"\"},{\"sceneName\":\"scene_99f8825d5e36a815\",\"isOpen\":\"\"},{\"sceneName\":\"scene_0d5362f995d20a40\",\"isOpen\":\"\"},{\"sceneName\":\"scene_36f71af43f8339db\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_18cf5600d087f9c5\",\"viewuuid\":\"18cf5600d087f9c5\",\"imgPath\":\"http://static.useevr.cn/12/works/18cf5600d087f9c5/thumb.jpg\",\"sceneTitle\":\"Nipic_20815697_20151017182308523000\"},{\"sceneName\":\"scene_06a0106f027fe5c4\",\"viewuuid\":\"06a0106f027fe5c4\",\"imgPath\":\"http://static.useevr.cn/12/works/06a0106f027fe5c4/thumb.jpg\",\"sceneTitle\":\"Nipic_20815697_20151017182308539000\"},{\"sceneName\":\"scene_09276623fb414f40\",\"viewuuid\":\"09276623fb414f40\",\"imgPath\":\"http://static.useevr.cn/12/works/09276623fb414f40/thumb.jpg\",\"sceneTitle\":\"Nipic_20815697_20151017182308585000\"},{\"sceneName\":\"scene_f8820051467e361f\",\"viewuuid\":\"f8820051467e361f\",\"imgPath\":\"http://static.useevr.cn/12/works/f8820051467e361f/thumb.jpg\",\"sceneTitle\":\"Nipic_20815697_20151017182322329000\"},{\"sceneName\":\"scene_2f0f35b7c638a66b\",\"viewuuid\":\"2f0f35b7c638a66b\",\"imgPath\":\"http://static.useevr.cn/12/works/2f0f35b7c638a66b/thumb.jpg\",\"sceneTitle\":\"Nipic_20815697_20151017182324232000\"},{\"sceneName\":\"scene_99f8825d5e36a815\",\"viewuuid\":\"99f8825d5e36a815\",\"imgPath\":\"http://static.useevr.cn/12/works/99f8825d5e36a815/thumb.jpg\",\"sceneTitle\":\"Nipic_20815697_20151017182324747000\"},{\"sceneName\":\"scene_0d5362f995d20a40\",\"viewuuid\":\"0d5362f995d20a40\",\"imgPath\":\"http://static.useevr.cn/12/works/0d5362f995d20a40/thumb.jpg\",\"sceneTitle\":\"Nipic_20815697_20151017182340924000\"},{\"sceneName\":\"scene_36f71af43f8339db\",\"viewuuid\":\"36f71af43f8339db\",\"imgPath\":\"http://static.useevr.cn/12/works/36f71af43f8339db/thumb.jpg\",\"sceneTitle\":\"Nipic_20815697_20151017182340971000\"}]}]}', '1', '0', '{\"scene_18cf5600d087f9c5\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-10.696790410229\",\"atv\":\"13.005777648354\",\"name\":\"schp_ymtsthsctn\",\"hotspotTitle\":\"1212\",\"galleryName\":\"glrschp_ymtsthsctn\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/fa0bcb0c5270379d.png\"},{\"src\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg\"},{\"src\":\"http://static.useevr.cn/12/media/img/7ebb3850b264c39c.jpg\"}]},{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"5.8931503413131\",\"atv\":\"11.594048261731\",\"name\":\"schp_wrqrdxgcxi\",\"hotspotTitle\":\"34\",\"galleryName\":\"glrschp_wrqrdxgcxi\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_06a0106f027fe5c4\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_09276623fb414f40\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_f8820051467e361f\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_2f0f35b7c638a66b\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_99f8825d5e36a815\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_0d5362f995d20a40\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_36f71af43f8339db\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('567', '582', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('568', '583', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_c9d671429258a87f\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_c9d671429258a87f\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/navigation_w.png\",\"groupName\":\"分组2\",\"scenes\":[{\"sceneName\":\"scene_c9d671429258a87f\",\"viewuuid\":\"c9d671429258a87f\",\"imgPath\":\"http://static.useevr.cn/157/works/c9d671429258a87f/thumb.jpg\",\"sceneTitle\":\"依云小镇2\"}]},{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/navigation_w.png\",\"groupName\":\"分组1\",\"scenes\":[{\"sceneName\":\"scene_b996398a7d5b9f5e\",\"viewuuid\":\"b996398a7d5b9f5e\",\"imgPath\":\"http://static.useevr.cn/157/works/b996398a7d5b9f5e/thumb.jpg\",\"sceneTitle\":\"依云小镇1\"}]}]}', '1', '1', '{\"scene_c9d671429258a87f\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('569', '584', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('570', '585', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"0\",\"sceneSettings\":[{\"useMusic\":\"1\",\"imgUuid\":\"36f71af43f8339db\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1480326349643atm.mp3\",\"mediaTitle\":\"1128音乐.mp3\"},{\"useMusic\":\"1\",\"imgUuid\":\"dbb832ace43bd452\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1477451935532s3b.mp3\",\"mediaTitle\":\"图个啥地方.mp3\"},{\"useMusic\":\"1\",\"imgUuid\":\"b345e9cac0706dac\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1477449771880fnz.mp3\",\"mediaTitle\":\"DFsa.mp3\"},{\"useMusic\":\"0\",\"imgUuid\":\"54a3b12535f7d2b6\"},{\"useMusic\":\"0\",\"imgUuid\":\"550f00fd235bf205\"}]}', '{\"isWhole\":\"0\",\"shadeSetting\":[{\"useShade\":\"0\"},{\"useShade\":\"0\"},{\"useShade\":\"0\"},{\"useShade\":\"0\"},{\"useShade\":\"0\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/kr/navigation_b.png\",\"title\":\"11\",\"type\":\"1\",\"content\":\"11111\"},{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"1\",\"type\":\"1\",\"content\":\"111\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[\"\",\"\",\"\",\"\",\"\"]}', '{\"effectSettings\":[\"\",\"\",\"\",\"\",\"\"]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_36f71af43f8339db\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"54.295526677973\",\"atv\":\"10.3351838297\",\"name\":\"schp_gr58japk5p\",\"hotspotTitle\":\"1212\",\"galleryName\":\"glrschp_gr58japk5p\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_dbb832ace43bd452\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_b345e9cac0706dac\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_54a3b12535f7d2b6\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_550f00fd235bf205\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[{\"title\":\"11\",\"content\":\"12222222\"}]}'); INSERT INTO `u_pano_config` VALUES ('571', '586', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/147/media/msc/2dfa19601ac37c22.mp3\",\"mediaTitle\":\"萨克斯 - 回家.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_86e8f6cea25628a7\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_e59feee1958bdd40\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_68b9fad7fd95f260\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_e73744b0da61e697\",\"hlookat\":\"-207.55499005311\",\"vlookat\":\"6.3785163533446\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_1e7c2bb3e2f755c8\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_859cb05893e739d9\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_33838613b9173a1e\",\"hlookat\":\"-94.033876946792\",\"vlookat\":\"-1.4374770826614\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_86e8f6cea25628a7\",\"isOpen\":\"\"},\"\",\"\",\"\",\"\",\"\",\"\"]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"满书坤作品\"}', '{\"sceneGroups\":[]}', '0', '1', '{\"scene_86e8f6cea25628a7\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"27.184150995474\",\"atv\":\"-1.6853378380357\",\"name\":\"schp_y65pxtrzpq\",\"linkedscene\":\"scene_1e7c2bb3e2f755c8\",\"sceneTitle\":\"餐厅\",\"sceneImg\":\"http://static.useevr.cn/147/works/1e7c2bb3e2f755c8/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"60.798579524677\",\"atv\":\"-2.1296690587977\",\"name\":\"schp_5skdxmwx82\",\"linkedscene\":\"scene_33838613b9173a1e\",\"sceneTitle\":\"女孩房\",\"sceneImg\":\"http://static.useevr.cn/147/works/33838613b9173a1e/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"37.578170826774\",\"atv\":\"17.589352664631\",\"name\":\"schp_r5n3ctpfsw\",\"linkedscene\":\"scene_e73744b0da61e697\",\"sceneTitle\":\"走廊\",\"sceneImg\":\"http://static.useevr.cn/147/works/e73744b0da61e697/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_e59feee1958bdd40\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"9.462322211358\",\"atv\":\"-2.0279397231105\",\"name\":\"schp_y7gxcpyfks\",\"linkedscene\":\"scene_e73744b0da61e697\",\"sceneTitle\":\"走廊\",\"sceneImg\":\"http://static.useevr.cn/147/works/e73744b0da61e697/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-171.47065544382\",\"atv\":\"-41.078508415738\",\"name\":\"schp_5kfrrj5fin\",\"hotspotTitle\":\"吊顶可采用桑拿板吊顶\",\"wordContent\":\"吊顶可采用桑拿板吊顶\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_68b9fad7fd95f260\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"170.89783195735\",\"atv\":\"-8.1537323110127\",\"name\":\"schp_2rjej48zbh\",\"linkedscene\":\"scene_86e8f6cea25628a7\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/147/works/86e8f6cea25628a7/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_e73744b0da61e697\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"90.75735656083\",\"atv\":\"9.4932692941642\",\"name\":\"schp_mztztwrx2s\",\"linkedscene\":\"scene_86e8f6cea25628a7\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/147/works/86e8f6cea25628a7/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"143.0710594022\",\"atv\":\"-3.0655942047086\",\"name\":\"schp_d3mmr2hewk\",\"linkedscene\":\"scene_e59feee1958bdd40\",\"sceneTitle\":\"主卧室\",\"sceneImg\":\"http://static.useevr.cn/147/works/e59feee1958bdd40/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"163.74826138019\",\"atv\":\"-4.2365513183674\",\"name\":\"schp_xsfwym4ftw\",\"linkedscene\":\"scene_859cb05893e739d9\",\"sceneTitle\":\"男孩房\",\"sceneImg\":\"http://static.useevr.cn/147/works/859cb05893e739d9/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"153.21555672839\",\"atv\":\"-6.1562958506094\",\"name\":\"schp_fdnzzmdryq\",\"linkedscene\":\"scene_68b9fad7fd95f260\",\"sceneTitle\":\"卫生间\",\"sceneImg\":\"http://static.useevr.cn/147/works/68b9fad7fd95f260/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-161.68321732167\",\"atv\":\"-6.4542713956971\",\"name\":\"schp_ebxhzesyqa\",\"linkedscene\":\"scene_1e7c2bb3e2f755c8\",\"sceneTitle\":\"餐厅\",\"sceneImg\":\"http://static.useevr.cn/147/works/1e7c2bb3e2f755c8/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-86.713335898189\",\"atv\":\"2.5315839707906\",\"name\":\"schp_mnrjppad45\",\"linkedscene\":\"scene_33838613b9173a1e\",\"sceneTitle\":\"女孩房\",\"sceneImg\":\"http://static.useevr.cn/147/works/33838613b9173a1e/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-18.591308076967\",\"atv\":\"-48.657604818314\",\"name\":\"schp_6jk6wwdnfz\",\"hotspotTitle\":\"后期添加镂空雕花花格,内置灯\",\"wordContent\":\"后期添加镂空雕花花格,内置灯\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_1e7c2bb3e2f755c8\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"44.486282279072\",\"atv\":\"-3.0753466016522\",\"name\":\"schp_mnzywgndws\",\"linkedscene\":\"scene_e59feee1958bdd40\",\"sceneTitle\":\"主卧室\",\"sceneImg\":\"http://static.useevr.cn/147/works/e59feee1958bdd40/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"57.918006165268\",\"atv\":\"-4.7067594142511\",\"name\":\"schp_xcctw5xkzt\",\"linkedscene\":\"scene_68b9fad7fd95f260\",\"sceneTitle\":\"卫生间\",\"sceneImg\":\"http://static.useevr.cn/147/works/68b9fad7fd95f260/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-1.1556626930243\",\"atv\":\"5.3911413735467\",\"name\":\"schp_im7cndpm4t\",\"linkedscene\":\"scene_86e8f6cea25628a7\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/147/works/86e8f6cea25628a7/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_859cb05893e739d9\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"90.960237772799\",\"atv\":\"-0.72564725110543\",\"name\":\"schp_hatpcje2tp\",\"linkedscene\":\"scene_86e8f6cea25628a7\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/147/works/86e8f6cea25628a7/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_33838613b9173a1e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"138.40606867225\",\"atv\":\"-2.1713216349768\",\"name\":\"schp_msjg7j8nse\",\"linkedscene\":\"scene_86e8f6cea25628a7\",\"sceneTitle\":\"客厅\",\"sceneImg\":\"http://static.useevr.cn/147/works/86e8f6cea25628a7/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('572', '587', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('574', '589', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1477451935532s3b.mp3\",\"mediaTitle\":\"图个啥地方.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"Gary\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_145f9eff6afb3f5c\",\"viewuuid\":\"145f9eff6afb3f5c\",\"imgPath\":\"http://static.useevr.cn/161/works/145f9eff6afb3f5c/thumb.jpg\",\"sceneTitle\":\"407全景\"}]}]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('575', '590', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/163/media/msc/b04eb7be28858200.mp3\",\"mediaTitle\":\"音乐.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"名品云跃新中式\",\"type\":\"1\",\"content\":\"15823991911\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/163/media/img/ba6b13341d857dc1.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('576', '591', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"\",\"sceneSettings\":[{\"useMusic\":\"1\",\"imgUuid\":\"a107213394ee586e\",\"mediaUrl\":\"http://static.useevr.cn/163/media/msc/d2f2d5d88591f1cc.mp3\",\"mediaTitle\":\"Zachary Bruno - Oak.mp3\"},{\"useMusic\":\"1\",\"imgUuid\":\"abd5cd1bb8184aa6\",\"mediaUrl\":\"http://static.useevr.cn/163/media/msc/d2f2d5d88591f1cc.mp3\",\"mediaTitle\":\"Zachary Bruno - Oak.mp3\"},{\"useMusic\":\"1\",\"imgUuid\":\"6ed29820b34c71ed\",\"mediaUrl\":\"http://static.useevr.cn/163/media/msc/d2f2d5d88591f1cc.mp3\",\"mediaTitle\":\"Zachary Bruno - Oak.mp3\"},{\"useMusic\":\"1\",\"imgUuid\":\"a1e7a29bbb1dcc90\",\"mediaUrl\":\"http://static.useevr.cn/163/media/msc/b04eb7be28858200.mp3\",\"mediaTitle\":\"音乐.mp3\"}]}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_a107213394ee586e\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_abd5cd1bb8184aa6\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_6ed29820b34c71ed\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_a1e7a29bbb1dcc90\",\"hlookat\":\"-13.844191835821\",\"vlookat\":\"1.1040784200764\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_a107213394ee586e\",\"isOpen\":\"\"},{\"sceneName\":\"scene_abd5cd1bb8184aa6\",\"isOpen\":\"\"},{\"sceneName\":\"scene_6ed29820b34c71ed\",\"isOpen\":\"\"},{\"sceneName\":\"scene_a1e7a29bbb1dcc90\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/163/media/img/ba6b13341d857dc1.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_a107213394ee586e\",\"viewuuid\":\"a107213394ee586e\",\"imgPath\":\"http://static.useevr.cn/163/works/a107213394ee586e/thumb.jpg\",\"sceneTitle\":\"负一层次卧\"},{\"sceneName\":\"scene_abd5cd1bb8184aa6\",\"viewuuid\":\"abd5cd1bb8184aa6\",\"imgPath\":\"http://static.useevr.cn/163/works/abd5cd1bb8184aa6/thumb.jpg\",\"sceneTitle\":\"负一层钢琴卧室\"},{\"sceneName\":\"scene_6ed29820b34c71ed\",\"viewuuid\":\"6ed29820b34c71ed\",\"imgPath\":\"http://static.useevr.cn/163/works/6ed29820b34c71ed/thumb.jpg\",\"sceneTitle\":\"负一层客厅\"},{\"sceneName\":\"scene_a1e7a29bbb1dcc90\",\"viewuuid\":\"a1e7a29bbb1dcc90\",\"imgPath\":\"http://static.useevr.cn/163/works/a1e7a29bbb1dcc90/thumb.jpg\",\"sceneTitle\":\"负一层室外\"}]}]}', '1', '1', '{\"scene_a107213394ee586e\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-66.438062421852\",\"atv\":\"15.73441240757\",\"name\":\"schp_fbzsamf7ht\",\"linkedscene\":\"scene_6ed29820b34c71ed\",\"sceneTitle\":\"负一层客厅\",\"sceneImg\":\"http://static.useevr.cn/163/works/6ed29820b34c71ed/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_abd5cd1bb8184aa6\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"159.50120180299\",\"atv\":\"16.177769156781\",\"name\":\"schp_nkzqxfyth6\",\"linkedscene\":\"scene_6ed29820b34c71ed\",\"sceneTitle\":\"负一层客厅\",\"sceneImg\":\"http://static.useevr.cn/163/works/6ed29820b34c71ed/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_6ed29820b34c71ed\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"31.104879998204\",\"atv\":\"14.424721782939\",\"name\":\"schp_wscgnmstcp\",\"linkedscene\":\"scene_abd5cd1bb8184aa6\",\"sceneTitle\":\"负一层钢琴卧室\",\"sceneImg\":\"http://static.useevr.cn/163/works/abd5cd1bb8184aa6/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"50.382942293873\",\"atv\":\"20.469333612055\",\"name\":\"schp_66kxhkfmw5\",\"linkedscene\":\"scene_a107213394ee586e\",\"sceneTitle\":\"负一层次卧\",\"sceneImg\":\"http://static.useevr.cn/163/works/a107213394ee586e/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"99.788143800338\",\"atv\":\"31.725618247166\",\"name\":\"schp_3haytwwkhn\",\"linkedscene\":\"scene_a1e7a29bbb1dcc90\",\"sceneTitle\":\"负一层室外\",\"sceneImg\":\"http://static.useevr.cn/163/works/a1e7a29bbb1dcc90/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_a1e7a29bbb1dcc90\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-111.40544286607\",\"atv\":\"33.933993193411\",\"name\":\"schp_ptydqbcayc\",\"linkedscene\":\"scene_6ed29820b34c71ed\",\"sceneTitle\":\"负一层客厅\",\"sceneImg\":\"http://static.useevr.cn/163/works/6ed29820b34c71ed/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('577', '592', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/163/media/msc/9f0d142fc7b617bb.mp3\",\"mediaTitle\":\"寂静之音 - 好听轻音乐网.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('578', '593', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_c2b24f0134233f0a\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"1\"},{\"sceneName\":\"scene_2d0f44ff964be3e7\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_6924411d7fcdb18f\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_c2b24f0134233f0a\",\"isOpen\":\"\"},{\"sceneName\":\"scene_2d0f44ff964be3e7\",\"isOpen\":\"\"},{\"sceneName\":\"scene_6924411d7fcdb18f\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_c2b24f0134233f0a\",\"viewuuid\":\"c2b24f0134233f0a\",\"imgPath\":\"http://static.useevr.cn/163/works/c2b24f0134233f0a/thumb.jpg\",\"sceneTitle\":\"科技研发\"},{\"sceneName\":\"scene_2d0f44ff964be3e7\",\"viewuuid\":\"2d0f44ff964be3e7\",\"imgPath\":\"http://static.useevr.cn/163/works/2d0f44ff964be3e7/thumb.jpg\",\"sceneTitle\":\"调度室\"},{\"sceneName\":\"scene_6924411d7fcdb18f\",\"viewuuid\":\"6924411d7fcdb18f\",\"imgPath\":\"http://static.useevr.cn/163/works/6924411d7fcdb18f/thumb.jpg\",\"sceneTitle\":\"业务应用\"}]}]}', '1', '1', '{\"scene_c2b24f0134233f0a\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-5.6190419824435\",\"atv\":\"15.645620575195\",\"name\":\"schp_xx8ykaqmfr\",\"linkedscene\":\"scene_6924411d7fcdb18f\",\"sceneTitle\":\"业务应用\",\"sceneImg\":\"http://static.useevr.cn/163/works/6924411d7fcdb18f/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"179.75498612741\",\"atv\":\"12.189646074931\",\"name\":\"schp_fjeypagegk\",\"linkedscene\":\"scene_2d0f44ff964be3e7\",\"sceneTitle\":\"调度室\",\"sceneImg\":\"http://static.useevr.cn/163/works/2d0f44ff964be3e7/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_2d0f44ff964be3e7\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-51.232116460152\",\"atv\":\"4.3212000294218\",\"name\":\"schp_8wn7qfrmsx\",\"linkedscene\":\"scene_c2b24f0134233f0a\",\"sceneTitle\":\"科技研发\",\"sceneImg\":\"http://static.useevr.cn/163/works/c2b24f0134233f0a/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_6924411d7fcdb18f\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-59.763740707275\",\"atv\":\"25.115242611972\",\"name\":\"schp_adk4ydjqjr\",\"linkedscene\":\"scene_c2b24f0134233f0a\",\"sceneTitle\":\"科技研发\",\"sceneImg\":\"http://static.useevr.cn/163/works/c2b24f0134233f0a/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('579', '594', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/163/media/msc/d2f2d5d88591f1cc.mp3\",\"mediaTitle\":\"Zachary Bruno - Oak.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"手机\",\"type\":\"1\",\"content\":\"15823991911\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/163/media/img/ba6b13341d857dc1.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('580', '595', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1480326349643atm.mp3\",\"mediaTitle\":\"1128音乐.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"网站\",\"type\":\"1\",\"content\":\"www.baidu.com\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('581', '596', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_15f3dc9acac77ad0\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_15f3dc9acac77ad0\",\"isOpen\":\"1\",\"effectType\":\"money\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_15f3dc9acac77ad0\",\"viewuuid\":\"15f3dc9acac77ad0\",\"imgPath\":\"http://static.useevr.cn/12/works/15f3dc9acac77ad0/thumb.jpg\",\"sceneTitle\":\"1\"}]}]}', '1', '1', '{\"scene_15f3dc9acac77ad0\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('582', '597', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_cda892c2ebe41948\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_cda892c2ebe41948\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_cda892c2ebe41948\",\"viewuuid\":\"cda892c2ebe41948\",\"imgPath\":\"http://static.useevr.cn/12/works/cda892c2ebe41948/thumb.jpg\",\"sceneTitle\":\"73f398b2c0272a08\"}]}]}', '1', '1', '{\"scene_cda892c2ebe41948\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-0.16370177594501\",\"atv\":\"-5.3862282256642\",\"name\":\"schp_wgxfhpz5pa\",\"linkedscene\":\"scene_cda892c2ebe41948\",\"sceneTitle\":\"73f398b2c0272a08\",\"sceneImg\":\"http://static.useevr.cn/12/works/cda892c2ebe41948/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"0.001426533512074\",\"atv\":\"0\",\"name\":\"schp_76aq3qfysk\",\"hotspotTitle\":\"1223\",\"objid\":\"15\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161209/14812583551409l0.jpg\",\"isShowSpotName\":\"\"}]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('583', '598', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('584', '599', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_854b2cb6cd3cbea4\",\"sceneTitle\":\"et_pano\",\"ath\":\"-6.3718284032655\",\"atv\":\"8.0502027917349\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_b2e8bcbb9466e5e0\",\"sceneTitle\":\"kt_pano\",\"ath\":\"56.39625676054\",\"atv\":\"0.42235824031462\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_3689896ed5bb987d\",\"sceneTitle\":\"sf_pano\",\"ath\":\"0\",\"atv\":\"0\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_cef3b1fb02242efd\",\"sceneTitle\":\"ws_pano\",\"ath\":\"103.77710176665\",\"atv\":\"-9.2283391747427\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_854b2cb6cd3cbea4\",\"hlookat\":\"-338.44646277454\",\"vlookat\":\"14.748064940589\",\"fov\":\"105\",\"fovmin\":\"12\",\"fovmax\":\"113\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_b2e8bcbb9466e5e0\",\"hlookat\":\"-0.31641362280539\",\"vlookat\":\"11.78037367354\",\"fov\":\"105\",\"fovmin\":\"12\",\"fovmax\":\"113\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_3689896ed5bb987d\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"105\",\"fovmin\":\"12\",\"fovmax\":\"113\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_cef3b1fb02242efd\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"105\",\"fovmin\":\"12\",\"fovmax\":\"113\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_854b2cb6cd3cbea4\",\"isOpen\":\"1\",\"effectType\":\"snowflakes\"},{\"sceneName\":\"scene_b2e8bcbb9466e5e0\",\"isOpen\":\"1\",\"effectType\":\"goldenstars\"},{\"sceneName\":\"scene_3689896ed5bb987d\",\"isOpen\":\"1\",\"effectType\":\"heavyrain\"},{\"sceneName\":\"scene_cef3b1fb02242efd\",\"isOpen\":\"1\",\"effectType\":\"money\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_854b2cb6cd3cbea4\",\"viewuuid\":\"854b2cb6cd3cbea4\",\"imgPath\":\"http://static.useevr.cn/12/works/854b2cb6cd3cbea4/thumb.jpg\",\"sceneTitle\":\"et_pano\"},{\"sceneName\":\"scene_b2e8bcbb9466e5e0\",\"viewuuid\":\"b2e8bcbb9466e5e0\",\"imgPath\":\"http://static.useevr.cn/12/works/b2e8bcbb9466e5e0/thumb.jpg\",\"sceneTitle\":\"kt_pano\"},{\"sceneName\":\"scene_3689896ed5bb987d\",\"viewuuid\":\"3689896ed5bb987d\",\"imgPath\":\"http://static.useevr.cn/12/works/3689896ed5bb987d/thumb.jpg\",\"sceneTitle\":\"sf_pano\"},{\"sceneName\":\"scene_cef3b1fb02242efd\",\"viewuuid\":\"cef3b1fb02242efd\",\"imgPath\":\"http://static.useevr.cn/12/works/cef3b1fb02242efd/thumb.jpg\",\"sceneTitle\":\"ws_pano\"}]}]}', '1', '1', '{\"scene_854b2cb6cd3cbea4\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478931345365thl.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478931345365thl.png\",\"isDynamic\":\"0\",\"ath\":\"153.42187314384\",\"atv\":\"11.783906782531\",\"name\":\"schp_e7iejwseae\",\"linkedscene\":\"scene_b2e8bcbb9466e5e0\",\"sceneTitle\":\"kt_pano\",\"sceneImg\":\"http://static.useevr.cn/12/works/b2e8bcbb9466e5e0/thumb.jpg\"},{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg\",\"thumbPath\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg\",\"isDynamic\":\"0\",\"ath\":\"-166.28599697394\",\"atv\":\"10.312541548404\",\"name\":\"schp_jm8m2enadr\",\"linkedscene\":\"scene_cef3b1fb02242efd\",\"sceneTitle\":\"ws_pano\",\"sceneImg\":\"http://static.useevr.cn/12/works/cef3b1fb02242efd/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-10.382089230155\",\"atv\":\"3.6515177750886\",\"name\":\"schp_zwrfjmy4kc\",\"hotspotTitle\":\"床\",\"wordContent\":\"这是一张儿童床\",\"isShowSpotName\":\"1\"}],\"voice\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793711015413sy.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371101562kqp.png\",\"isDynamic\":\"1\",\"ath\":\"-174.28186777588\",\"atv\":\"12.16429557931\",\"name\":\"schp_t2x2dzgczn\",\"hotspotTitle\":\"123\",\"musicSrc\":\"http://static.useevr.cn/12/media/msc/e56374e5100514ca.mp3\",\"musicTitle\":\"北京爱情故事(求婚歌曲).mp3\",\"isShowSpotName\":\"\"}],\"imgtext\":[],\"obj\":[]},\"scene_b2e8bcbb9466e5e0\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_3689896ed5bb987d\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_cef3b1fb02242efd\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('585', '600', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('586', '601', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_c860320ab3dc7938\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_fc4afafd35bf9599\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_c860320ab3dc7938\",\"isOpen\":\"\"},{\"sceneName\":\"scene_fc4afafd35bf9599\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_c860320ab3dc7938\",\"viewuuid\":\"c860320ab3dc7938\",\"imgPath\":\"http://static.useevr.cn/12/works/c860320ab3dc7938/thumb.jpg\",\"sceneTitle\":\"3\"},{\"sceneName\":\"scene_fc4afafd35bf9599\",\"viewuuid\":\"fc4afafd35bf9599\",\"imgPath\":\"http://static.useevr.cn/12/works/fc4afafd35bf9599/thumb.jpg\",\"sceneTitle\":\"2\"}]}]}', '1', '1', '{\"scene_c860320ab3dc7938\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-21.341708172328\",\"atv\":\"-6.3649866334713\",\"name\":\"schp_jbt6fkb2xn\",\"linkedscene\":\"scene_fc4afafd35bf9599\",\"sceneTitle\":\"2\",\"sceneImg\":\"http://static.useevr.cn/12/works/fc4afafd35bf9599/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"9.6724223815517\",\"atv\":\"8.7902089140244\",\"name\":\"schp_x4be6prkkp\",\"hotspotTitle\":\"侧卧vwe\",\"wordContent\":\"分为氛围\",\"isShowSpotName\":\"1\"}],\"voice\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-22.821423159496\",\"atv\":\"9.3161864070028\",\"name\":\"schp_tcd5agara6\",\"hotspotTitle\":\"语音\",\"musicSrc\":\"http://static.useevr.cn/12/media/msc/fbadacc36ff926b5.mp3\",\"musicTitle\":\"爱是你我 - 苏伦图,甘雅丹.mp3\",\"isShowSpotName\":\"1\"}],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_cnxhzewbhm\",\"hotspotTitle\":\"测试\",\"imgtext_wordContent\":\"\",\"isShowSpotName\":\"1\"}],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-7.1727284660566\",\"atv\":\"10.28361141631\",\"name\":\"schp_8d8zbipafn\",\"hotspotTitle\":\"环物\",\"objid\":\"11\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627964a2f.JPG\",\"isShowSpotName\":\"1\"}]},\"scene_fc4afafd35bf9599\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('588', '603', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1477449771880fnz.mp3\",\"mediaTitle\":\"DFsa.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"1\",\"isDefault\":\"\",\"imgPath\":\"http://static.useevr.cn/167/media/img/84f3ae2b00cbd595.png\",\"location\":\"1\",\"imgName\":\"888888888888.png\",\"imgUuid\":\"437725a6cf8871e7\"},{\"useShade\":\"1\",\"isDefault\":\"\",\"imgPath\":\"http://static.useevr.cn/167/media/img/84f3ae2b00cbd595.png\",\"location\":\"1\",\"imgName\":\"888888888888.png\",\"imgUuid\":\"24e767391448e60b\"},{\"useShade\":\"1\",\"isDefault\":\"\",\"imgPath\":\"http://static.useevr.cn/167/media/img/84f3ae2b00cbd595.png\",\"location\":\"1\",\"imgName\":\"888888888888.png\",\"imgUuid\":\"cd7898d535f3750b\"},{\"useShade\":\"1\",\"isDefault\":\"\",\"imgPath\":\"http://static.useevr.cn/167/media/img/84f3ae2b00cbd595.png\",\"location\":\"1\",\"imgName\":\"888888888888.png\",\"imgUuid\":\"8a590b265389caee\"},{\"useShade\":\"1\",\"isDefault\":\"\",\"imgPath\":\"http://static.useevr.cn/167/media/img/84f3ae2b00cbd595.png\",\"location\":\"1\",\"imgName\":\"888888888888.png\",\"imgUuid\":\"571ea2d0f3aa1ee6\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/167/media/img/3a363846a0002288.jpg\",\"title\":\"林\",\"type\":\"1\",\"content\":\"18063902338\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_437725a6cf8871e7\",\"hlookat\":\"-172.38349557448\",\"vlookat\":\"11\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"1\"},{\"sceneName\":\"scene_24e767391448e60b\",\"hlookat\":\"-202.18249624915\",\"vlookat\":\"-5\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"1\"},{\"sceneName\":\"scene_cd7898d535f3750b\",\"hlookat\":\"-7.8790289830685\",\"vlookat\":\"14.268452938304\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"1\"},{\"sceneName\":\"scene_8a590b265389caee\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"1\"},{\"sceneName\":\"scene_571ea2d0f3aa1ee6\",\"hlookat\":\"9.9169504993039\",\"vlookat\":\"1.8508057534333\",\"fov\":\"120\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"1\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_437725a6cf8871e7\",\"isOpen\":\"\"},\"\",\"\",\"\",\"\"]}', '1', '1', '{\"isOpen\":\"0\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/167/media/img/84f3ae2b00cbd595.png\",\"logoLink\":\"http://http://www.baidu.com\",\"user\":\"辉昂全景科技\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_437725a6cf8871e7\",\"viewuuid\":\"437725a6cf8871e7\",\"imgPath\":\"http://static.useevr.cn/167/works/437725a6cf8871e7/thumb.jpg\",\"sceneTitle\":\"楼顶\"},{\"sceneName\":\"scene_24e767391448e60b\",\"viewuuid\":\"24e767391448e60b\",\"imgPath\":\"http://static.useevr.cn/167/works/24e767391448e60b/thumb.jpg\",\"sceneTitle\":\"屋内\"},{\"sceneName\":\"scene_cd7898d535f3750b\",\"viewuuid\":\"cd7898d535f3750b\",\"imgPath\":\"http://static.useevr.cn/167/works/cd7898d535f3750b/thumb.jpg\",\"sceneTitle\":\"荣杰肠腊\"},{\"sceneName\":\"scene_8a590b265389caee\",\"viewuuid\":\"8a590b265389caee\",\"imgPath\":\"http://static.useevr.cn/167/works/8a590b265389caee/thumb.jpg\",\"sceneTitle\":\"楼顶旁\"},{\"sceneName\":\"scene_571ea2d0f3aa1ee6\",\"viewuuid\":\"571ea2d0f3aa1ee6\",\"imgPath\":\"http://static.useevr.cn/167/works/571ea2d0f3aa1ee6/thumb.jpg\",\"sceneTitle\":\"房间\"}]}]}', '1', '0', '{\"scene_437725a6cf8871e7\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-170.17266802238\",\"atv\":\"15.146593018904\",\"name\":\"schp_6dpjdybga3\",\"linkedscene\":\"scene_cd7898d535f3750b\",\"sceneTitle\":\"128_symax360_0\",\"sceneImg\":\"http://static.useevr.cn/167/works/cd7898d535f3750b/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-125.48914103416\",\"atv\":\"25.676408995809\",\"name\":\"schp_tzn85p4xfq\",\"linkedscene\":\"scene_24e767391448e60b\",\"sceneTitle\":\"123_symax360_0\",\"sceneImg\":\"http://static.useevr.cn/167/works/24e767391448e60b/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"159.14728928515\",\"atv\":\"36.083033988007\",\"name\":\"schp_cmnd25ibwt\",\"linkedscene\":\"scene_8a590b265389caee\",\"sceneTitle\":\"楼顶旁\",\"sceneImg\":\"http://static.useevr.cn/167/works/8a590b265389caee/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_24e767391448e60b\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-30.384469075462\",\"atv\":\"5.9346325135275\",\"name\":\"schp_7sktbwxw7a\",\"linkedscene\":\"scene_571ea2d0f3aa1ee6\",\"sceneTitle\":\"121219352_symax360_0\",\"sceneImg\":\"http://static.useevr.cn/167/works/571ea2d0f3aa1ee6/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"146.98527129527\",\"atv\":\"22.196243672813\",\"name\":\"schp_g62ks4fjtt\",\"linkedscene\":\"scene_437725a6cf8871e7\",\"sceneTitle\":\"楼顶\",\"sceneImg\":\"http://static.useevr.cn/167/works/437725a6cf8871e7/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_cd7898d535f3750b\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"28.395756347885\",\"atv\":\"38.976143246558\",\"name\":\"schp_3dwikxpghk\",\"linkedscene\":\"scene_437725a6cf8871e7\",\"sceneTitle\":\"楼顶\",\"sceneImg\":\"http://static.useevr.cn/167/works/437725a6cf8871e7/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-10.041552261785\",\"atv\":\"14.224118500869\",\"name\":\"schp_yahxhhr8m8\",\"hotspotTitle\":\"荣杰腊肠\",\"wordContent\":\"定购热线18063902338\",\"isShowSpotName\":\"\"}],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_8a590b265389caee\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-7.6603990419707\",\"atv\":\"28.42961553656\",\"name\":\"schp_pnqyfejbda\",\"linkedscene\":\"scene_437725a6cf8871e7\",\"sceneTitle\":\"楼顶\",\"sceneImg\":\"http://static.useevr.cn/167/works/437725a6cf8871e7/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[]},\"scene_571ea2d0f3aa1ee6\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-143.98101318577\",\"atv\":\"9.8649454484829\",\"name\":\"schp_7sahss7dac\",\"linkedscene\":\"scene_24e767391448e60b\",\"sceneTitle\":\"屋内\",\"sceneImg\":\"http://static.useevr.cn/167/works/24e767391448e60b/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('589', '604', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"电话\",\"type\":\"1\",\"content\":\"18682568777\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_610506c78966b888\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"85\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_610506c78966b888\",\"isOpen\":\"1\",\"effectType\":\"snowballs\"}]}', '1', '0', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_610506c78966b888\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-0.42432807866112\",\"atv\":\"-3.6049436396289E-9\",\"name\":\"schp_beg8hssnef\",\"hotspotTitle\":\"户型简介\",\"imgtext_wordContent\":\"5aW9\",\"isShowSpotName\":\"\"}],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('590', '605', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/163/media/msc/d2f2d5d88591f1cc.mp3\",\"mediaTitle\":\"Zachary Bruno - Oak.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('591', '606', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('592', '607', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1477449771880fnz.mp3\",\"mediaTitle\":\"DFsa.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"www\",\"type\":\"1\",\"content\":\"www.baidu.com\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('593', '608', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_1b03a21de6669879\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_1b03a21de6669879\",\"isOpen\":\"\"}]}', '1', '0', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_1b03a21de6669879\":{\"scene\":[],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_pxmdrzjzbs\",\"hotspotTitle\":\"1\",\"link\":\"http://www.baidu.com/\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"4.2793501812475\",\"atv\":\"0.076334015158501\",\"name\":\"schp_mizxarccxy\",\"hotspotTitle\":\"2\",\"link\":\"http://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-4.7351377253299\",\"atv\":\"0.15257220097761\",\"name\":\"schp_bakpyz4xye\",\"hotspotTitle\":\"3\",\"link\":\"http://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"9.3379964474929\",\"atv\":\"-0.00012161009579398\",\"name\":\"schp_k86bd5wsf4\",\"hotspotTitle\":\"4\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"24.797565078946\",\"atv\":\"-0.00012617527922437\",\"name\":\"schp_ztjejtktzc\",\"hotspotTitle\":\"5\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"15.306583698398\",\"atv\":\"1.9134965622501\",\"name\":\"schp_j4hyjgpxfx\",\"hotspotTitle\":\"6\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"12.887457847343\",\"atv\":\"11.799380517749\",\"name\":\"schp_bawfrskyew\",\"hotspotTitle\":\"7\",\"link\":\"http://http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"0.61635668786647\",\"atv\":\"8.7677664193723\",\"name\":\"schp_46eiwmrhhj\",\"hotspotTitle\":\"8\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-1.1692067214904\",\"atv\":\"16.435794111885\",\"name\":\"schp_n8xas45xme\",\"hotspotTitle\":\"88\",\"link\":\"http://http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"25.144308254612\",\"atv\":\"10.189166801507\",\"name\":\"schp_5xxhzeebyi\",\"hotspotTitle\":\"888\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"49.757215327217\",\"atv\":\"8.280747018113\",\"name\":\"schp_iizrtybbr8\",\"hotspotTitle\":\"88\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"41.964875026176\",\"atv\":\"23.931070165401\",\"name\":\"schp_jpbhj8echb\",\"hotspotTitle\":\"8\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"63.363057564556\",\"atv\":\"17.905092815905\",\"name\":\"schp_25hfhszhhb\",\"hotspotTitle\":\"44\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-32.911898322594\",\"atv\":\"36.522323310919\",\"name\":\"schp_xt2w2kp66k\",\"hotspotTitle\":\"5\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-39.47424190374\",\"atv\":\"56.666316779415\",\"name\":\"schp_4xz3t3mfxh\",\"hotspotTitle\":\"7\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"1.187569682416\",\"atv\":\"53.448939905748\",\"name\":\"schp_c8pwacznc3\",\"hotspotTitle\":\"7\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-10.962895527291\",\"atv\":\"6.6582316173577\",\"name\":\"schp_6pzha7efqj\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-57.330440506792\",\"atv\":\"2.3587796802137\",\"name\":\"schp_hd7bcsr8fj\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-75.33867378656\",\"atv\":\"8.3389319685081\",\"name\":\"schp_awaw5ycwxc\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-48.167573683753\",\"atv\":\"9.471929782634\",\"name\":\"schp_ns8dbwwkts\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-67.971141437473\",\"atv\":\"2.2822322088633\",\"name\":\"schp_czzxtdfykt\",\"hotspotTitle\":\"1\",\"link\":\"http://http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-103.96113368305\",\"atv\":\"8.3286929553059\",\"name\":\"schp_zazdmbkaaj\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-89.417114010544\",\"atv\":\"8.6348716211779\",\"name\":\"schp_sdrbbncdxw\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-99.801788395072\",\"atv\":\"20.966980075785\",\"name\":\"schp_gxhtyyrnjg\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"-116.71509521012\",\"atv\":\"29.173245938442\",\"name\":\"schp_tbffixyc2f\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-149.1714594731\",\"atv\":\"27.971609570723\",\"name\":\"schp_mhymibth6h\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-141.95626806223\",\"atv\":\"24.041246319024\",\"name\":\"schp_8sctfiyfwy\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-127.65166313634\",\"atv\":\"6.398886515417\",\"name\":\"schp_pqpdsyxyhy\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-128.64343071435\",\"atv\":\"21.770472761787\",\"name\":\"schp_zjyx3cbxzs\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-117.59408486407\",\"atv\":\"16.647731746392\",\"name\":\"schp_2e2t8nzee6\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-107.36117649931\",\"atv\":\"25.76713039258\",\"name\":\"schp_wbath8cbek\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-24.452669739436\",\"atv\":\"39.436492506446\",\"name\":\"schp_armcddsj4f\",\"hotspotTitle\":\"1\",\"link\":\"http://https://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"-36.109875767202\",\"atv\":\"81.213440567469\",\"name\":\"schp_adzts3pjtd\",\"hotspotTitle\":\"1\",\"link\":\"http://http://720yun.com/t/6b3jOryutn0\",\"isShowSpotName\":\"1\"}],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"-17.495863736333\",\"atv\":\"4.4418016147355\",\"name\":\"schp_xfnag2c654\",\"hotspotTitle\":\"视频\",\"location\":\"http://static.useevr.cn/12/video/14818722429540yj.mp4\",\"isShowSpotName\":\"1\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1478931345365thl.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1478931345365thl.png\",\"isDynamic\":\"0\",\"ath\":\"-21.800720162801\",\"atv\":\"-4.7251425540198\",\"name\":\"schp_hfin7ypmwz\",\"hotspotTitle\":\"55555555555\",\"location\":\"http://static.useevr.cn/12/video/14818722429540yj.mp4\",\"isShowSpotName\":\"1\"}]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('594', '609', '{\"useAlert\":\"1\",\"isDefault\":\"1\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/170/media/msc/4a56436cde6f3732.mp3\",\"mediaTitle\":\"JasonEMI.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '0', '{\"useStartImg\":\"1\",\"useEndImg\":\"1\",\"points\":[{\"sceneName\":\"scene_b1dc65bbb3657ea2\",\"sceneTitle\":\"u623fu5b501\",\"ath\":\"-19.938454779181\",\"atv\":\"-1.1458275934886\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}],\"startImgUrl\":\"http://static.useevr.cn/170/media/img/b26c27d26d2a3925.jpg\",\"endImgUrl\":\"http://static.useevr.cn/170/media/img/4fb1f1ca09b89d22.jpg\"}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"联系电话\",\"type\":\"1\",\"content\":\"18819493884\"},{\"imgPath\":\"/static/images/kr/navigation_w.png\",\"title\":\"广州\",\"type\":\"0\",\"content\":{\"K\":\"23.082149\",\"G\":\"113.280665\",\"lng\":\"113.280665\",\"lat\":\"23.082149\"}}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_b1dc65bbb3657ea2\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_c6695755cf18f6be\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_df4e1d610f1a4597\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_b1dc65bbb3657ea2\",\"isOpen\":\"\"},{\"sceneName\":\"scene_c6695755cf18f6be\",\"isOpen\":\"\"},{\"sceneName\":\"scene_df4e1d610f1a4597\",\"isOpen\":\"\"},\"\"]}', '1', '1', '{\"isOpen\":\"0\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/170/media/img/c231de39789e6337.jpg\",\"user\":\"SoBan\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_650c30e586d26afc\",\"viewuuid\":\"650c30e586d26afc\",\"imgPath\":\"http://static.useevr.cn/170/works/650c30e586d26afc/thumb.jpg\",\"sceneTitle\":\"房子1\"},{\"sceneName\":\"scene_df4e1d610f1a4597\",\"viewuuid\":\"df4e1d610f1a4597\",\"imgPath\":\"http://static.useevr.cn/170/works/df4e1d610f1a4597/thumb.jpg\",\"sceneTitle\":\"房子2\"},{\"sceneName\":\"scene_c6695755cf18f6be\",\"viewuuid\":\"c6695755cf18f6be\",\"imgPath\":\"http://static.useevr.cn/170/works/c6695755cf18f6be/thumb.jpg\",\"sceneTitle\":\"房子3\"},{\"sceneName\":\"scene_b1dc65bbb3657ea2\",\"viewuuid\":\"b1dc65bbb3657ea2\",\"imgPath\":\"http://static.useevr.cn/170/works/b1dc65bbb3657ea2/thumb.jpg\",\"sceneTitle\":\"房子4\"}]}]}', '1', '1', '{\"scene_b1dc65bbb3657ea2\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-2.1927984037467\",\"atv\":\"6.0094001629208\",\"name\":\"schp_d62b42sf2p\",\"linkedscene\":\"scene_650c30e586d26afc\",\"sceneTitle\":\"房子1\",\"sceneImg\":\"http://static.useevr.cn/170/works/650c30e586d26afc/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_c6695755cf18f6be\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"9.4772556142682\",\"atv\":\"8.050068834122\",\"name\":\"schp_xpx3txc3ax\",\"linkedscene\":\"scene_b1dc65bbb3657ea2\",\"sceneTitle\":\"房子4\",\"sceneImg\":\"http://static.useevr.cn/170/works/b1dc65bbb3657ea2/thumb.jpg\"}],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"25.691122774543\",\"atv\":\"-3.3317469585693\",\"name\":\"schp_fy5szk7sj7\",\"hotspotTitle\":\"aa\",\"galleryName\":\"glrschp_fy5szk7sj7\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/170/media/img/c231de39789e6337.jpg\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_df4e1d610f1a4597\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"82.612665585159\",\"atv\":\"4.6304403194193\",\"name\":\"schp_aftte38ias\",\"linkedscene\":\"scene_c6695755cf18f6be\",\"sceneTitle\":\"房子3\",\"sceneImg\":\"http://static.useevr.cn/170/works/c6695755cf18f6be/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_650c30e586d26afc\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"-43.725774905486\",\"atv\":\"19.208161675512\",\"name\":\"schp_rkrfnamdxw\",\"linkedscene\":\"scene_df4e1d610f1a4597\",\"sceneTitle\":\"房子2\",\"sceneImg\":\"http://static.useevr.cn/170/works/df4e1d610f1a4597/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('595', '610', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '0', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '0', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '0', '0', '{}', '0', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('596', '611', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('597', '612', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1480326349643atm.mp3\",\"mediaTitle\":\"1128音乐.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"0\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/skin1/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_a425625a59d1519c\",\"viewuuid\":\"a425625a59d1519c\",\"imgPath\":\"http://static.useevr.cn/12/works/a425625a59d1519c/thumb.jpg\",\"sceneTitle\":\"客厅\"},{\"sceneName\":\"scene_b9e8606a570aaf99\",\"viewuuid\":\"b9e8606a570aaf99\",\"imgPath\":\"http://static.useevr.cn/12/works/b9e8606a570aaf99/thumb.jpg\",\"sceneTitle\":\"主卧\"},{\"sceneName\":\"scene_c3a12c03ddf93703\",\"viewuuid\":\"c3a12c03ddf93703\",\"imgPath\":\"http://static.useevr.cn/12/works/c3a12c03ddf93703/thumb.jpg\",\"sceneTitle\":\"次卧\"}]}]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('599', '614', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_6afe8a1d9be0603a\",\"viewuuid\":\"6afe8a1d9be0603a\",\"imgPath\":\"http://static.useevr.cn/12/works/6afe8a1d9be0603a/thumb.jpg\",\"sceneTitle\":\"ct_pano\"},{\"sceneName\":\"scene_62b6134bed9da969\",\"viewuuid\":\"62b6134bed9da969\",\"imgPath\":\"http://static.useevr.cn/12/works/62b6134bed9da969/thumb.jpg\",\"sceneTitle\":\"et_pano\"},{\"sceneName\":\"scene_22c2996ac0588b10\",\"viewuuid\":\"22c2996ac0588b10\",\"imgPath\":\"http://static.useevr.cn/12/works/22c2996ac0588b10/thumb.jpg\",\"sceneTitle\":\"kt_pano\"},{\"sceneName\":\"scene_9134d30a9b34524f\",\"viewuuid\":\"9134d30a9b34524f\",\"imgPath\":\"http://static.useevr.cn/12/works/9134d30a9b34524f/thumb.jpg\",\"sceneTitle\":\"sf_pano\"},{\"sceneName\":\"scene_d5b8f41bb60a0879\",\"viewuuid\":\"d5b8f41bb60a0879\",\"imgPath\":\"http://static.useevr.cn/12/works/d5b8f41bb60a0879/thumb.jpg\",\"sceneTitle\":\"ws_pano\"}]}]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('600', '615', '{\"useAlert\":\"\",\"isDefault\":\"\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_47c2fb2c1b1a0797\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_a90819c56bca4b38\",\"hlookat\":\"4.5946003683957\",\"vlookat\":\"-1.2235075423219\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_bd0815e6afd257b4\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_3b70f67887e7e2f7\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_dfa6f17b943d7194\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_e2f0eb5ee52606c9\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_c09dbff42af07bca\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_408673bbb65c82a6\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"},{\"sceneName\":\"scene_3a85b0511cc1bcda\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_47c2fb2c1b1a0797\",\"isOpen\":\"\"},{\"sceneName\":\"scene_a90819c56bca4b38\",\"isOpen\":\"\"},{\"sceneName\":\"scene_bd0815e6afd257b4\",\"isOpen\":\"\"},{\"sceneName\":\"scene_3b70f67887e7e2f7\",\"isOpen\":\"\"},{\"sceneName\":\"scene_dfa6f17b943d7194\",\"isOpen\":\"\"},{\"sceneName\":\"scene_e2f0eb5ee52606c9\",\"isOpen\":\"\"},{\"sceneName\":\"scene_c09dbff42af07bca\",\"isOpen\":\"\"},{\"sceneName\":\"scene_408673bbb65c82a6\",\"isOpen\":\"\"},{\"sceneName\":\"scene_3a85b0511cc1bcda\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"\",\"sandTables\":[]}', '{\"useCustomLogo\":\"\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"沐涟渔\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_3a85b0511cc1bcda\",\"viewuuid\":\"3a85b0511cc1bcda\",\"imgPath\":\"http://static.useevr.cn/171/works/3a85b0511cc1bcda/thumb.jpg\",\"sceneTitle\":\"展示中心vr\"},{\"sceneName\":\"scene_47c2fb2c1b1a0797\",\"viewuuid\":\"47c2fb2c1b1a0797\",\"imgPath\":\"http://static.useevr.cn/171/works/47c2fb2c1b1a0797/thumb.jpg\",\"sceneTitle\":\"俯瞰图vr\"},{\"sceneName\":\"scene_a90819c56bca4b38\",\"viewuuid\":\"a90819c56bca4b38\",\"imgPath\":\"http://static.useevr.cn/171/works/a90819c56bca4b38/thumb.jpg\",\"sceneTitle\":\"1号入口vr\"},{\"sceneName\":\"scene_bd0815e6afd257b4\",\"viewuuid\":\"bd0815e6afd257b4\",\"imgPath\":\"http://static.useevr.cn/171/works/bd0815e6afd257b4/thumb.jpg\",\"sceneTitle\":\"2号入口vr\"},{\"sceneName\":\"scene_3b70f67887e7e2f7\",\"viewuuid\":\"3b70f67887e7e2f7\",\"imgPath\":\"http://static.useevr.cn/171/works/3b70f67887e7e2f7/thumb.jpg\",\"sceneTitle\":\"3号入口vr\"},{\"sceneName\":\"scene_dfa6f17b943d7194\",\"viewuuid\":\"dfa6f17b943d7194\",\"imgPath\":\"http://static.useevr.cn/171/works/dfa6f17b943d7194/thumb.jpg\",\"sceneTitle\":\"4号入口vr\"},{\"sceneName\":\"scene_e2f0eb5ee52606c9\",\"viewuuid\":\"e2f0eb5ee52606c9\",\"imgPath\":\"http://static.useevr.cn/171/works/e2f0eb5ee52606c9/thumb.jpg\",\"sceneTitle\":\"PE课堂vr\"},{\"sceneName\":\"scene_c09dbff42af07bca\",\"viewuuid\":\"c09dbff42af07bca\",\"imgPath\":\"http://static.useevr.cn/171/works/c09dbff42af07bca/thumb.jpg\",\"sceneTitle\":\"PE展示vr\"},{\"sceneName\":\"scene_408673bbb65c82a6\",\"viewuuid\":\"408673bbb65c82a6\",\"imgPath\":\"http://static.useevr.cn/171/works/408673bbb65c82a6/thumb.jpg\",\"sceneTitle\":\"二层休息咖啡吧vr\"}]}]}', '1', '1', '{\"scene_47c2fb2c1b1a0797\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"6.327378129914\",\"atv\":\"15.817875364306\",\"name\":\"schp_7hccdgddr5\",\"linkedscene\":\"scene_a90819c56bca4b38\",\"sceneTitle\":\"1号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/a90819c56bca4b38/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"16.689865173184\",\"atv\":\"-11.905173038081\",\"name\":\"schp_f7saj2rim3\",\"linkedscene\":\"scene_bd0815e6afd257b4\",\"sceneTitle\":\"2号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/bd0815e6afd257b4/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-22.659365641086\",\"atv\":\"11.254014589336\",\"name\":\"schp_f3mf5sh6ea\",\"linkedscene\":\"scene_3b70f67887e7e2f7\",\"sceneTitle\":\"3号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/3b70f67887e7e2f7/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-13.07551330237\",\"atv\":\"-17.277879408639\",\"name\":\"schp_4xqf4izxtd\",\"linkedscene\":\"scene_dfa6f17b943d7194\",\"sceneTitle\":\"4号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/dfa6f17b943d7194/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-11.608555637497\",\"atv\":\"-11.296785206163\",\"name\":\"schp_bkcxmpj28t\",\"linkedscene\":\"scene_408673bbb65c82a6\",\"sceneTitle\":\"二层休息咖啡吧vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/408673bbb65c82a6/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"4.562919246276\",\"atv\":\"-11.397979093019\",\"name\":\"schp_nxgn2n2nfy\",\"linkedscene\":\"scene_c09dbff42af07bca\",\"sceneTitle\":\"PE展示vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/c09dbff42af07bca/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-7.0885549545688\",\"atv\":\"-7.0427069585161\",\"name\":\"schp_zsdqhdtdjq\",\"linkedscene\":\"scene_e2f0eb5ee52606c9\",\"sceneTitle\":\"PE课堂vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/e2f0eb5ee52606c9/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-0.34268506767722\",\"atv\":\"0.70426155406537\",\"name\":\"schp_dewxx28tnj\",\"linkedscene\":\"scene_3a85b0511cc1bcda\",\"sceneTitle\":\"展示中心vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/3a85b0511cc1bcda/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_a90819c56bca4b38\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-13.743503450302\",\"atv\":\"9.9895582797222\",\"name\":\"schp_4fnpre4b6y\",\"linkedscene\":\"scene_3a85b0511cc1bcda\",\"sceneTitle\":\"展示中心vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/3a85b0511cc1bcda/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"31.466918940808\",\"atv\":\"3.2294581818422\",\"name\":\"schp_py3ecrtxih\",\"linkedscene\":\"scene_bd0815e6afd257b4\",\"sceneTitle\":\"2号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/bd0815e6afd257b4/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-61.31474397921\",\"atv\":\"5.5921753701555\",\"name\":\"schp_inkz8bmkh6\",\"linkedscene\":\"scene_3b70f67887e7e2f7\",\"sceneTitle\":\"3号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/3b70f67887e7e2f7/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_bd0815e6afd257b4\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"7.1617824113567\",\"atv\":\"11.307323626735\",\"name\":\"schp_etyzribtt3\",\"linkedscene\":\"scene_3a85b0511cc1bcda\",\"sceneTitle\":\"展示中心vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/3a85b0511cc1bcda/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-33.376523014219\",\"atv\":\"7.4573504461429\",\"name\":\"schp_zfk6bz3mef\",\"linkedscene\":\"scene_a90819c56bca4b38\",\"sceneTitle\":\"1号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/a90819c56bca4b38/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"52.596614035146\",\"atv\":\"5.4331434177738\",\"name\":\"schp_g8hpwaebwn\",\"linkedscene\":\"scene_dfa6f17b943d7194\",\"sceneTitle\":\"4号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/dfa6f17b943d7194/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_3b70f67887e7e2f7\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_dfa6f17b943d7194\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"40.061898414684\",\"atv\":\"3.6034681681191\",\"name\":\"schp_kyeziftd8e\",\"linkedscene\":\"scene_3b70f67887e7e2f7\",\"sceneTitle\":\"3号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/3b70f67887e7e2f7/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-43.875423643651\",\"atv\":\"5.4855412472303\",\"name\":\"schp_5xjpb4knbn\",\"linkedscene\":\"scene_bd0815e6afd257b4\",\"sceneTitle\":\"2号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/bd0815e6afd257b4/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_e2f0eb5ee52606c9\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"175.2193254961\",\"atv\":\"17.897788792343\",\"name\":\"schp_ttykbepcbb\",\"linkedscene\":\"scene_c09dbff42af07bca\",\"sceneTitle\":\"PE展示vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/c09dbff42af07bca/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_c09dbff42af07bca\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"0.088330790471332\",\"atv\":\"18.564534612433\",\"name\":\"schp_dzjetmmc3x\",\"linkedscene\":\"scene_e2f0eb5ee52606c9\",\"sceneTitle\":\"PE课堂vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/e2f0eb5ee52606c9/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"167.03923969828\",\"atv\":\"15.831210651027\",\"name\":\"schp_cydb4gxi4g\",\"linkedscene\":\"scene_bd0815e6afd257b4\",\"sceneTitle\":\"2号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/bd0815e6afd257b4/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-86.631444910214\",\"atv\":\"18.497612780837\",\"name\":\"schp_gxfdci5yaa\",\"linkedscene\":\"scene_3a85b0511cc1bcda\",\"sceneTitle\":\"展示中心vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/3a85b0511cc1bcda/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_408673bbb65c82a6\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"51.287263047033\",\"atv\":\"12.622410536271\",\"name\":\"schp_5q67sepitw\",\"linkedscene\":\"scene_3a85b0511cc1bcda\",\"sceneTitle\":\"展示中心vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/3a85b0511cc1bcda/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_3a85b0511cc1bcda\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-94.381953333236\",\"atv\":\"8.2667462035959\",\"name\":\"schp_qcjmb6bqwf\",\"linkedscene\":\"scene_3b70f67887e7e2f7\",\"sceneTitle\":\"3号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/3b70f67887e7e2f7/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"49.401949974256\",\"atv\":\"12.449498789534\",\"name\":\"schp_kwwejkrfgx\",\"linkedscene\":\"scene_c09dbff42af07bca\",\"sceneTitle\":\"PE展示vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/c09dbff42af07bca/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"-166.43906008336\",\"atv\":\"14.14151565326\",\"name\":\"schp_7myfjrmm6m\",\"linkedscene\":\"scene_a90819c56bca4b38\",\"sceneTitle\":\"1号入口vr\",\"sceneImg\":\"http://static.useevr.cn/171/works/a90819c56bca4b38/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('603', '618', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"1\",\"useEndImg\":\"1\",\"points\":[{\"sceneName\":\"scene_4d224ef524b4ded0\",\"sceneTitle\":\"A1\",\"ath\":\"-22.109427476841\",\"atv\":\"1.9494641952524\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_4d224ef524b4ded0\",\"sceneTitle\":\"A1\",\"ath\":\"27.297741025182\",\"atv\":\"-3.1289947115181\",\"moveTime\":\"1\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_4d224ef524b4ded0\",\"sceneTitle\":\"A1\",\"ath\":\"45.770021244137\",\"atv\":\"1.1672709089344\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_4d224ef524b4ded0\",\"sceneTitle\":\"A1\",\"ath\":\"75.364135984517\",\"atv\":\"7.5243188928607\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_4d224ef524b4ded0\",\"sceneTitle\":\"A1\",\"ath\":\"81.294055431476\",\"atv\":\"25.211066621559\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_4d224ef524b4ded0\",\"sceneTitle\":\"A1\",\"ath\":\"111.79995643718\",\"atv\":\"-7.2453715862076\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_4d224ef524b4ded0\",\"sceneTitle\":\"A1\",\"ath\":\"2.8818458032933\",\"atv\":\"16.26038548023\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}],\"startImgUrl\":\"http://static.useevr.cn/12/media/img/8fc94408bb335dad.png?imageView2/2/w/100\",\"endImgUrl\":\"http://static.useevr.cn/12/media/img/fa0bcb0c5270379d.png?imageView2/2/w/100\"}', '{\"linkSettings\":[]}', '{\"isWhole\":\"0\",\"sceneSettings\":[{\"useSpeech\":\"0\",\"imgUuid\":\"4d224ef524b4ded0\"},{\"useSpeech\":\"0\",\"imgUuid\":\"897890fe413b7547\"},{\"useSpeech\":\"0\",\"imgUuid\":\"1f127250f9431e31\"},{\"useSpeech\":\"0\",\"imgUuid\":\"f46d95db9a08c4ff\"},{\"useSpeech\":\"0\",\"imgUuid\":\"242b25e5401cbc1a\"},{\"useSpeech\":\"0\",\"imgUuid\":\"6176b3189da17efc\"},{\"useSpeech\":\"0\",\"imgUuid\":\"a458317aed7aff47\"},{\"useSpeech\":\"0\",\"imgUuid\":\"ac09bf44184c2500\"}]}', '{\"viewSettings\":[{\"sceneName\":\"scene_897890fe413b7547\",\"hlookat\":\"59.446805148681\",\"vlookat\":\"8.2317184242846\",\"fov\":\"90\",\"fovmin\":\"53\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_4d224ef524b4ded0\",\"hlookat\":\"45.790470843255\",\"vlookat\":\"-8.6907252444053\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_1f127250f9431e31\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"53\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_f46d95db9a08c4ff\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"53\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_242b25e5401cbc1a\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"53\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_6176b3189da17efc\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"53\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_a458317aed7aff47\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"53\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_ac09bf44184c2500\",\"hlookat\":\"0\",\"vlookat\":\"1\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_897890fe413b7547\",\"isOpen\":\"\"},{\"sceneName\":\"scene_4d224ef524b4ded0\",\"isOpen\":\"\"},{\"sceneName\":\"scene_1f127250f9431e31\",\"isOpen\":\"\"},{\"sceneName\":\"scene_f46d95db9a08c4ff\",\"isOpen\":\"\"},{\"sceneName\":\"scene_242b25e5401cbc1a\",\"isOpen\":\"\"},{\"sceneName\":\"scene_6176b3189da17efc\",\"isOpen\":\"\"},{\"sceneName\":\"scene_a458317aed7aff47\",\"isOpen\":\"\"},{\"sceneName\":\"scene_ac09bf44184c2500\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/d3f279819c61f29b.png?imageView2/2/w/100\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_897890fe413b7547\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/715CFD367DEAFFC9.06\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/B318626858717C5B.gif\",\"isDynamic\":\"1\",\"ath\":\"86.018353378736\",\"atv\":\"23.534328007468\",\"name\":\"schp_2czhmpxnkw\",\"hotspotTitle\":\"脾气\",\"galleryName\":\"glrschp_2czhmpxnkw\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/d4b589dc19dc2513.jpg\"},{\"src\":\"http://static.useevr.cn/12/media/img/28b20a9d57542b45.jpg\"},{\"src\":\"http://static.useevr.cn/12/media/img/16b48f8f37973e12.jpg\"}]}],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"99.5010864124\",\"atv\":\"11.477790912895\",\"name\":\"schp_ibb7n8fjbd\",\"hotspotTitle\":\"白\",\"wordContent\":\"折\",\"isShowSpotName\":\"1\"}],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_4d224ef524b4ded0\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"46.38381252245\",\"atv\":\"-9.0647861844351\",\"name\":\"schp_spfg7eqesj\",\"hotspotTitle\":\"jjj\",\"objid\":\"25\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161214/1481706853190cyd.jpg\",\"isShowSpotName\":\"\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371395671x5c.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371395690710.png\",\"isDynamic\":\"1\",\"ath\":\"45.790027124994\",\"atv\":\"8.6907248557849\",\"name\":\"schp_rket4yfb8s\",\"hotspotTitle\":\"1\",\"objid\":\"13\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161205/1480936728256zfa.JPG\",\"isShowSpotName\":\"\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"51.892548473327\",\"atv\":\"6.7100480147648\",\"name\":\"schp_ewfmtz3kww\",\"hotspotTitle\":\"2\",\"objid\":\"9\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480647813938ieo.jpg\",\"isShowSpotName\":\"\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"41.325210197831\",\"atv\":\"6.3711727331763\",\"name\":\"schp_hznkjjfxhx\",\"hotspotTitle\":\"3\",\"objid\":\"15\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161209/14812583551409l0.jpg\",\"isShowSpotName\":\"\"}],\"video\":[]},\"scene_1f127250f9431e31\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_f46d95db9a08c4ff\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_242b25e5401cbc1a\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_6176b3189da17efc\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_a458317aed7aff47\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_ac09bf44184c2500\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('605', '620', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_fcd3ba9c034c8440\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_0dca862bc2eddc10\",\"hlookat\":\"229.39281125895\",\"vlookat\":\"35.67494446878\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_e93f659ed65f18bc\",\"hlookat\":\"379.63566430975\",\"vlookat\":\"25.682908635079\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_1349f0cb53f23169\",\"hlookat\":\"-116.83804046857\",\"vlookat\":\"8.7693394896318\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_ae2a2e4d9d7aec03\",\"hlookat\":\"19.809644677407\",\"vlookat\":\"7.0704917071503\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_3cd051660f487fa0\",\"hlookat\":\"2.3530424572343\",\"vlookat\":\"21.617105455737\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_fcd3ba9c034c8440\",\"isOpen\":\"\"},{\"sceneName\":\"scene_0dca862bc2eddc10\",\"isOpen\":\"\"},\"\",\"\",\"\",\"\"]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/061e0d261dbed993.png?imageView2/2/w/100\",\"logoLink\":\"http://http://crm.pxsj.com/cmsjh\",\"user\":\"景和千城\"}', '{\"sceneGroups\":[]}', '1', '0', '{\"scene_fcd3ba9c034c8440\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_0dca862bc2eddc10\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[{\"title\":\"景和千城\",\"content\":\"crm.pxsj.com/cmsjh\"}]}'); INSERT INTO `u_pano_config` VALUES ('606', '621', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"0\",\"sceneSettings\":[{\"useMusic\":\"0\",\"imgUuid\":\"0dca862bc2eddc10\"}]}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_0dca862bc2eddc10\",\"hlookat\":\"-0.00052854122640501\",\"vlookat\":\"0\",\"fov\":\"66\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_0dca862bc2eddc10\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_0dca862bc2eddc10\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_s8h425jbdz\",\"hotspotTitle\":\"上的\",\"objid\":\"10\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485459nrj.JPG\",\"isShowSpotName\":\"\"}]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('607', '622', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('608', '623', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('609', '624', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/8fc94408bb335dad.png?imageView2/2/w/100\",\"title\":\"景和千城\",\"type\":\"1\",\"content\":\"crm.pxsj.com/cmsjh\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_1349f0cb53f23169\",\"hlookat\":\"242.02243479294\",\"vlookat\":\"-2.7904072684953\",\"fov\":\"80\",\"fovmin\":\"30\",\"fovmax\":\"100\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_0dca862bc2eddc10\",\"hlookat\":\"266.84196502881\",\"vlookat\":\"-27.353134479312\",\"fov\":\"80\",\"fovmin\":\"30\",\"fovmax\":\"100\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_fcd3ba9c034c8440\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"80\",\"fovmin\":\"30\",\"fovmax\":\"100\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_ae2a2e4d9d7aec03\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"80\",\"fovmin\":\"30\",\"fovmax\":\"100\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_3cd051660f487fa0\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"80\",\"fovmin\":\"30\",\"fovmax\":\"100\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_e93f659ed65f18bc\",\"hlookat\":\"28.463617231055\",\"vlookat\":\"-7.9847832950226\",\"fov\":\"80\",\"fovmin\":\"30\",\"fovmax\":\"100\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_34e0ecf09e263fb8\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"80\",\"fovmin\":\"30\",\"fovmax\":\"100\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_1349f0cb53f23169\",\"isOpen\":\"\"},\"\",\"\",\"\",\"\",\"\",\"\"]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/1e74a3513d46c359.png?imageView2/2/w/100\",\"logoLink\":\"http://http://crm.pxsj.com/cmsjh\",\"user\":\"景和千城\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_1349f0cb53f23169\",\"viewuuid\":\"1349f0cb53f23169\",\"imgPath\":\"http://static.useevr.cn/12/works/1349f0cb53f23169/thumb.jpg\",\"sceneTitle\":\"前台\"},{\"sceneName\":\"scene_0dca862bc2eddc10\",\"viewuuid\":\"0dca862bc2eddc10\",\"imgPath\":\"http://static.useevr.cn/12/works/0dca862bc2eddc10/thumb.jpg\",\"sceneTitle\":\"茶水间\"},{\"sceneName\":\"scene_fcd3ba9c034c8440\",\"viewuuid\":\"fcd3ba9c034c8440\",\"imgPath\":\"http://static.useevr.cn/12/works/fcd3ba9c034c8440/thumb.jpg\",\"sceneTitle\":\"办公区\"},{\"sceneName\":\"scene_ae2a2e4d9d7aec03\",\"viewuuid\":\"ae2a2e4d9d7aec03\",\"imgPath\":\"http://static.useevr.cn/12/works/ae2a2e4d9d7aec03/thumb.jpg\",\"sceneTitle\":\"会议室\"},{\"sceneName\":\"scene_3cd051660f487fa0\",\"viewuuid\":\"3cd051660f487fa0\",\"imgPath\":\"http://static.useevr.cn/12/works/3cd051660f487fa0/thumb.jpg\",\"sceneTitle\":\"财务室\"},{\"sceneName\":\"scene_e93f659ed65f18bc\",\"viewuuid\":\"e93f659ed65f18bc\",\"imgPath\":\"http://static.useevr.cn/12/works/e93f659ed65f18bc/thumb.jpg\",\"sceneTitle\":\"总裁办公室\"},{\"sceneName\":\"scene_34e0ecf09e263fb8\",\"viewuuid\":\"34e0ecf09e263fb8\",\"imgPath\":\"http://static.useevr.cn/12/works/34e0ecf09e263fb8/thumb.jpg\",\"sceneTitle\":\"走廊\"}]}]}', '0', '0', '{\"scene_1349f0cb53f23169\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"8.049740931772\",\"atv\":\"7.8394455798854\",\"name\":\"schp_55znrmmktz\",\"linkedscene\":\"scene_fcd3ba9c034c8440\",\"sceneTitle\":\"办公区\",\"sceneImg\":\"http://static.useevr.cn/12/works/fcd3ba9c034c8440/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-10.928676445585\",\"atv\":\"2.8342708848616\",\"name\":\"schp_awbrdf2hwm\",\"linkedscene\":\"scene_0dca862bc2eddc10\",\"sceneTitle\":\"茶水间\",\"sceneImg\":\"http://static.useevr.cn/12/works/0dca862bc2eddc10/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-150.27183313781\",\"atv\":\"8.8950130678166\",\"name\":\"schp_eztqkwfnk3\",\"linkedscene\":\"scene_34e0ecf09e263fb8\",\"sceneTitle\":\"走廊\",\"sceneImg\":\"http://static.useevr.cn/12/works/34e0ecf09e263fb8/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_0dca862bc2eddc10\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"92.694185971184\",\"atv\":\"10.037653118138\",\"name\":\"schp_mzrzxhdcs3\",\"linkedscene\":\"scene_fcd3ba9c034c8440\",\"sceneTitle\":\"办公区\",\"sceneImg\":\"http://static.useevr.cn/12/works/fcd3ba9c034c8440/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"61.437855662537\",\"atv\":\"10.42611220956\",\"name\":\"schp_xcckybrs27\",\"linkedscene\":\"scene_e93f659ed65f18bc\",\"sceneTitle\":\"总裁办公室\",\"sceneImg\":\"http://static.useevr.cn/12/works/e93f659ed65f18bc/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[]},\"scene_fcd3ba9c034c8440\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"86.900535018269\",\"atv\":\"4.6582355437148\",\"name\":\"schp_qzbtsdbchn\",\"linkedscene\":\"scene_0dca862bc2eddc10\",\"sceneTitle\":\"茶水间\",\"sceneImg\":\"http://static.useevr.cn/12/works/0dca862bc2eddc10/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-72.601658573175\",\"atv\":\"3.5150344735926\",\"name\":\"schp_rykktpkrhi\",\"linkedscene\":\"scene_1349f0cb53f23169\",\"sceneTitle\":\"前台\",\"sceneImg\":\"http://static.useevr.cn/12/works/1349f0cb53f23169/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-125.17760083943\",\"atv\":\"4.6826663694064\",\"name\":\"schp_bzznbbcqk3\",\"linkedscene\":\"scene_ae2a2e4d9d7aec03\",\"sceneTitle\":\"会议室\",\"sceneImg\":\"http://static.useevr.cn/12/works/ae2a2e4d9d7aec03/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-41.184570160404\",\"atv\":\"3.9593840621214\",\"name\":\"schp_8z8fb8zewk\",\"linkedscene\":\"scene_3cd051660f487fa0\",\"sceneTitle\":\"财务室\",\"sceneImg\":\"http://static.useevr.cn/12/works/3cd051660f487fa0/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"100.37800907063\",\"atv\":\"3.9201526494402\",\"name\":\"schp_xesq7d44cp\",\"linkedscene\":\"scene_e93f659ed65f18bc\",\"sceneTitle\":\"总裁办公室\",\"sceneImg\":\"http://static.useevr.cn/12/works/e93f659ed65f18bc/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[]},\"scene_ae2a2e4d9d7aec03\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-103.03974803891\",\"atv\":\"4.6695624793953\",\"name\":\"schp_yaejxwyhec\",\"linkedscene\":\"scene_fcd3ba9c034c8440\",\"sceneTitle\":\"办公区\",\"sceneImg\":\"http://static.useevr.cn/12/works/fcd3ba9c034c8440/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[]},\"scene_3cd051660f487fa0\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-156.59572838064\",\"atv\":\"5.0116493962086\",\"name\":\"schp_iy6yfxwfgb\",\"linkedscene\":\"scene_fcd3ba9c034c8440\",\"sceneTitle\":\"办公区\",\"sceneImg\":\"http://static.useevr.cn/12/works/fcd3ba9c034c8440/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[]},\"scene_e93f659ed65f18bc\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"173.76800185928\",\"atv\":\"9.8365011541814\",\"name\":\"schp_bn72kekkgd\",\"linkedscene\":\"scene_fcd3ba9c034c8440\",\"sceneTitle\":\"办公区\",\"sceneImg\":\"http://static.useevr.cn/12/works/fcd3ba9c034c8440/thumb.jpg\"},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-111.77414262393\",\"atv\":\"7.5846610963809\",\"name\":\"schp_cecbtkqhrk\",\"linkedscene\":\"scene_0dca862bc2eddc10\",\"sceneTitle\":\"茶水间\",\"sceneImg\":\"http://static.useevr.cn/12/works/0dca862bc2eddc10/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[]},\"scene_34e0ecf09e263fb8\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-32.675927634609\",\"atv\":\"7.1949829619232\",\"name\":\"schp_8ycrgxypbx\",\"linkedscene\":\"scene_1349f0cb53f23169\",\"sceneTitle\":\"前台\",\"sceneImg\":\"http://static.useevr.cn/12/works/1349f0cb53f23169/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[]}}', '1', '{}', '{\"linkSettings\":[{\"title\":\"景和千城\",\"content\":\"crm.pxsj.com/cmsjh\"}]}'); INSERT INTO `u_pano_config` VALUES ('610', '625', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('612', '627', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('613', '628', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('614', '629', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_dac29e194874b8c8\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_dac29e194874b8c8\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"0\",\"sandTables\":[]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_dac29e194874b8c8\",\"viewuuid\":\"dac29e194874b8c8\",\"imgPath\":\"http://static.useevr.cn/12/works/dac29e194874b8c8/thumb.jpg\",\"sceneTitle\":\"dwyc1\"}]}]}', '1', '1', '{\"scene_dac29e194874b8c8\":{\"scene\":[],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/14793715017525cs.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371501771an6.png\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_tdp5qfxxae\",\"hotspotTitle\":\"2\",\"link\":\"http://https://www.baidu.com/\",\"isShowSpotName\":\"1\"}],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('616', '631', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '0', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/061e0d261dbed993.png?imageView2/2/w/100\",\"user\":\"景和千城\"}', '{\"sceneGroups\":[]}', '0', '0', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('617', '632', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1480326349643atm.mp3\",\"mediaTitle\":\"1128音乐.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/1e74a3513d46c359.png?imageView2/2/w/100\",\"title\":\"电话\",\"type\":\"1\",\"content\":\"110\"},{\"imgPath\":\"/static/images/kr/navigation_b.png\",\"title\":\"网站\",\"type\":\"1\",\"content\":\"www.baidu.com\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_a109a9beba69b836\",\"hlookat\":\"8.7477501843396\",\"vlookat\":\"-7.4136577810572\",\"fov\":\"80\",\"fovmin\":\"42\",\"fovmax\":\"120\",\"vlookatmin\":\"-25\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_a109a9beba69b836\",\"isOpen\":\"1\",\"effectType\":\"hearts\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/3168cf7e89d3b089.jpg?imageView2/2/w/100\",\"sceneOpt\":{\"scene_a109a9beba69b836\":{\"rotate\":\"-7\",\"hlookat\":\"-7.8322266581562\",\"top\":\"29.07%\",\"left\":\"59.86%\",\"krpTop\":\"35.99%\",\"krpLeft\":\"66.78%\",\"sceneTitle\":\"未命名-1\"}}}]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_a109a9beba69b836\",\"viewuuid\":\"a109a9beba69b836\",\"imgPath\":\"http://static.useevr.cn/12/works/a109a9beba69b836/thumb.jpg\",\"sceneTitle\":\"未命名-1\"}]}]}', '1', '1', '{\"scene_a109a9beba69b836\":{\"scene\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371336302tpw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793713363205f3.png\",\"isDynamic\":\"1\",\"ath\":\"5.8018081998075\",\"atv\":\"-1.8119161573535\",\"name\":\"schp_m3fprramtz\",\"linkedscene\":\"scene_a109a9beba69b836\",\"sceneTitle\":\"未命名-1\",\"sceneImg\":\"http://static.useevr.cn/12/works/a109a9beba69b836/thumb.jpg\"}],\"link\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"-6.2080034222389\",\"atv\":\"-11.850395265615\",\"name\":\"schp_ank4p6rfeq\",\"hotspotTitle\":\"513\",\"link\":\"http://13121\",\"isShowSpotName\":\"\"}],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('618', '633', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('619', '634', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('620', '635', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('621', '636', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('622', '637', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('623', '638', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"0\",\"shadeSetting\":[{\"useShade\":\"1\",\"isDefault\":\"0\",\"imgPath\":\"http://static.useevr.cn/12/media/img/c2ecf4108f404edf.png?imageView2/2/w/100\",\"location\":\"1\",\"imgName\":\"582140b80a797.png\",\"imgUuid\":\"14a03a46e5dd95dd\"},{\"useShade\":\"0\"},{\"useShade\":\"0\"},{\"useShade\":\"0\"},{\"useShade\":\"0\"},{\"useShade\":\"0\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_14a03a46e5dd95dd\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},\"\",\"\",\"\",\"\",\"\"]}', '{\"effectSettings\":[{\"sceneName\":\"scene_14a03a46e5dd95dd\",\"isOpen\":\"\"},\"\",\"\",\"\",\"\",\"\"]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[{\"imgPath\":\"http://static.useevr.cn/12/media/img/2d0ffa38850b6519.jpg?imageView2/2/w/100\",\"sceneOpt\":{\"scene_14a03a46e5dd95dd\":{\"rotate\":\"0\",\"hlookat\":\"0\",\"top\":\"40%\",\"left\":\"40%\",\"krpTop\":\"48%\",\"krpLeft\":\"48%\",\"sceneTitle\":\"Bedroom\"}}}]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_14a03a46e5dd95dd\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"2.0614263112342\",\"atv\":\"5.9417662888703\",\"name\":\"schp_rqik6ztesb\",\"hotspotTitle\":\"纠结\",\"objid\":\"15\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161209/14812583551409l0.jpg\",\"isShowSpotName\":\"\"}]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('624', '639', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('625', '640', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"0\",\"sceneSettings\":[{\"useMusic\":\"1\",\"imgUuid\":\"c53a6063edde33ba\",\"mediaUrl\":\"http://static.useevr.cn/150/media/msc/255c4e3b5de9e68a.mp3\",\"mediaTitle\":\"西厢词 - 于秋旋.mp3\"}]}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"购买作品\",\"type\":\"1\",\"content\":\"www.yjnhlpt.com/yijiaenshangcheng/wap_pro/14127105_1046196_1046297_0.html?style=3&sort=default&u_u_id=0\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_c53a6063edde33ba\",\"hlookat\":\"88.577986395801\",\"vlookat\":\"3.3534379817262\",\"fov\":\"105\",\"fovmin\":\"70\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[\"\"]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/150/media/img/33f25451b09cd944.png?imageView2/2/w/100\",\"logoLink\":\"http://www.yjnhlpt.com/yijiaenshangcheng/wap_pro/14127105_1046196_1046297_0.html?style=3&sort=default&u_u_id=0\",\"user\":\"闫玉琛\"}', '{\"sceneGroups\":[]}', '1', '0', '{\"scene_c53a6063edde33ba\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('627', '642', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/1acbbdac6ca9d8fd.mp3\",\"mediaTitle\":\"北京爱情故事(求婚歌曲).mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_57a4c229ab76eb8d\",\"hlookat\":\"109.41835058686\",\"vlookat\":\"-1.9820359284604\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_e1565f750e99d62e\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_2ad37b6fd12540cc\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_57a4c229ab76eb8d\",\"isOpen\":\"\"},{\"sceneName\":\"scene_e1565f750e99d62e\",\"isOpen\":\"\"},{\"sceneName\":\"scene_2ad37b6fd12540cc\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/navigation_b.png\",\"groupName\":\"r322\",\"scenes\":[{\"sceneName\":\"scene_57a4c229ab76eb8d\",\"viewuuid\":\"57a4c229ab76eb8d\",\"imgPath\":\"http://static.useevr.cn/12/works/57a4c229ab76eb8d/thumb.jpg\",\"sceneTitle\":\"操场\"}]},{\"iconType\":\"system\",\"imgPath\":\"/static/images/kr/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_e1565f750e99d62e\",\"viewuuid\":\"e1565f750e99d62e\",\"imgPath\":\"http://static.useevr.cn/12/works/e1565f750e99d62e/thumb.jpg\",\"sceneTitle\":\"川美湖\"},{\"sceneName\":\"scene_2ad37b6fd12540cc\",\"viewuuid\":\"2ad37b6fd12540cc\",\"imgPath\":\"http://static.useevr.cn/12/works/2ad37b6fd12540cc/thumb.jpg\",\"sceneTitle\":\"美术馆\"}]}]}', '1', '1', '{\"scene_57a4c229ab76eb8d\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"33.870953907032\",\"atv\":\"1.9681115195818\",\"name\":\"schp_2x7x7j7pxr\",\"hotspotTitle\":\"tt\",\"galleryName\":\"glrschp_2x7x7j7pxr\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/4404fab3b4014fcd.jpg?imageView2/2/w/100\"},{\"src\":\"http://static.useevr.cn/12/media/img/28b20a9d57542b45.jpg?imageView2/2/w/100\"},{\"src\":\"http://static.useevr.cn/12/media/img/16b48f8f37973e12.jpg?imageView2/2/w/100\"},{\"src\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg?imageView2/2/w/100\"},{\"src\":\"http://static.useevr.cn/12/media/img/38d0b09de8e7f531.jpg?imageView2/2/w/100\"}]},{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371775056gqw.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371775075eag.png\",\"isDynamic\":\"1\",\"ath\":\"-173.95260888417\",\"atv\":\"8.6266597570478\",\"name\":\"schp_5mwiqxyeib\",\"hotspotTitle\":\"图片\",\"galleryName\":\"glrschp_5mwiqxyeib\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/d4b589dc19dc2513.jpg?imageView2/2/w/100\"},{\"src\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg?imageView2/2/w/100\"},{\"src\":\"http://static.useevr.cn/12/media/img/3168cf7e89d3b089.jpg?imageView2/2/w/100\"},{\"src\":\"http://static.useevr.cn/12/media/img/38d0b09de8e7f531.jpg?imageView2/2/w/100\"}]}],\"text\":[],\"voice\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"170.63573791502\",\"atv\":\"2.4448158086265\",\"name\":\"schp_sfajjefena\",\"hotspotTitle\":\"声音\",\"musicSrc\":\"http://static.useevr.cn/12/media/msc/fbadacc36ff926b5.mp3\",\"musicTitle\":\"\",\"isShowSpotName\":\"1\"}],\"imgtext\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-127.28143564403\",\"atv\":\"3.8784722321593\",\"name\":\"schp_xfraseht2f\",\"hotspotTitle\":\"图文\",\"imgtext_wordContent\":\"5L+655qE5rKZ5Y+R55qE5Y+R55Sf55qE5Y+R55Sf5Zyw5pa56Zi/5pav6aG/5Y+R55Sf55qEPGJyIC8+CjxwPgoJPGltZyBzcmM9Imh0dHA6Ly9zdGF0aWMudXNlZXZyLmNuLzEyL21lZGlhL2ltZy85YTE1NTAzNzFlMTAzNGI3LmpwZz9pbWFnZVZpZXcyLzIvdy8xMDAiIHdpZHRoPSIyMDBweCIgLz48YnIgLz4KPGEgaHJlZj0iaHR0cDovL3d3dy50YW9iYW8uY29tIiB0YXJnZXQ9Il9ibGFuayI+54K55Ye76ZO+5o6lPC9hPiAKPC9wPg==\",\"isShowSpotName\":\"1\"}],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-161.4654679182\",\"atv\":\"8.9220376152952\",\"name\":\"schp_shezy66tkw\",\"hotspotTitle\":\"环物\",\"objid\":\"10\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480656485459nrj.JPG\",\"isShowSpotName\":\"1\"}]},\"scene_e1565f750e99d62e\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_2ad37b6fd12540cc\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('628', '643', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"0\",\"sceneSettings\":[{\"useMusic\":\"1\",\"imgUuid\":\"fc7c30a663402bd8\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1480326349643atm.mp3\",\"mediaTitle\":\"1128音乐.mp3\"}]}', '{\"isWhole\":\"1\",\"useShade\":\"\",\"shadeSetting\":[]}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"baidu\",\"type\":\"1\",\"content\":\"www.baidu.com\"}]}', '{\"isWhole\":\"0\",\"sceneSettings\":[{\"useSpeech\":\"0\",\"imgUuid\":\"fc7c30a663402bd8\"}]}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('629', '644', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('631', '646', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('635', '650', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '0', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_41882ac7bc079f33\",\"hlookat\":\"-70.246595506531\",\"vlookat\":\"83.355255456808\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_0a8da33d1f8e89da\",\"hlookat\":\"-208.3368328581\",\"vlookat\":\"54.537115269473\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_63a1f12bed1ec279\",\"hlookat\":\"-60.535715267665\",\"vlookat\":\"46.258141059141\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_5d23fd0ddd9d7461\",\"hlookat\":\"-311.57373996154\",\"vlookat\":\"51.049351064994\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_b7b4164bfec49a2a\",\"hlookat\":\"55.356884198953\",\"vlookat\":\"41.56292593676\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_1463011cff051085\",\"hlookat\":\"-184.21150506019\",\"vlookat\":\"23.993193111129\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_0ddd775014d12961\",\"hlookat\":\"71.977632058914\",\"vlookat\":\"16.564731929017\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_8fbddba4a790b60f\",\"hlookat\":\"145.97068849508\",\"vlookat\":\"11.329720880067\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_001a7bc1f16c3828\",\"hlookat\":\"101.94420650599\",\"vlookat\":\"19.143436542578\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_7c113a8e9be03690\",\"hlookat\":\"-44.806565187391\",\"vlookat\":\"7.3811083370671\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_2572b6c369bd1f72\",\"hlookat\":\"4.3491755810732\",\"vlookat\":\"48.630449919524\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_5893c5ae5f38a954\",\"hlookat\":\"158.98092681027\",\"vlookat\":\"49.014270984686\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_dae536a82104f991\",\"hlookat\":\"-49.601713387021\",\"vlookat\":\"40.375888984288\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_9b94dbdfdaf6823a\",\"hlookat\":\"-360.63699437454\",\"vlookat\":\"42.839340232104\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_4e62928ea006a3fa\",\"hlookat\":\"-217.74878963036\",\"vlookat\":\"14.727350249479\",\"fov\":\"120\",\"fovmin\":\"49\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_41882ac7bc079f33\",\"isOpen\":\"\"},{\"sceneName\":\"scene_0a8da33d1f8e89da\",\"isOpen\":\"\"},{\"sceneName\":\"scene_63a1f12bed1ec279\",\"isOpen\":\"\"},{\"sceneName\":\"scene_5d23fd0ddd9d7461\",\"isOpen\":\"\"},{\"sceneName\":\"scene_b7b4164bfec49a2a\",\"isOpen\":\"\"},{\"sceneName\":\"scene_1463011cff051085\",\"isOpen\":\"\"},{\"sceneName\":\"scene_0ddd775014d12961\",\"isOpen\":\"\"},{\"sceneName\":\"scene_8fbddba4a790b60f\",\"isOpen\":\"\"},{\"sceneName\":\"scene_001a7bc1f16c3828\",\"isOpen\":\"\"},{\"sceneName\":\"scene_7c113a8e9be03690\",\"isOpen\":\"\"},{\"sceneName\":\"scene_2572b6c369bd1f72\",\"isOpen\":\"\"},{\"sceneName\":\"scene_5893c5ae5f38a954\",\"isOpen\":\"\"},{\"sceneName\":\"scene_dae536a82104f991\",\"isOpen\":\"\"},{\"sceneName\":\"scene_9b94dbdfdaf6823a\",\"isOpen\":\"\"},{\"sceneName\":\"scene_4e62928ea006a3fa\",\"isOpen\":\"\"}]}', '0', '0', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/skin1/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_41882ac7bc079f33\",\"viewuuid\":\"41882ac7bc079f33\",\"imgPath\":\"http://static.useevr.cn/178/works/41882ac7bc079f33/thumb.jpg\",\"sceneTitle\":\"B区\"},{\"sceneName\":\"scene_0a8da33d1f8e89da\",\"viewuuid\":\"0a8da33d1f8e89da\",\"imgPath\":\"http://static.useevr.cn/178/works/0a8da33d1f8e89da/thumb.jpg\",\"sceneTitle\":\"A1\"},{\"sceneName\":\"scene_63a1f12bed1ec279\",\"viewuuid\":\"63a1f12bed1ec279\",\"imgPath\":\"http://static.useevr.cn/178/works/63a1f12bed1ec279/thumb.jpg\",\"sceneTitle\":\"B1\"},{\"sceneName\":\"scene_5d23fd0ddd9d7461\",\"viewuuid\":\"5d23fd0ddd9d7461\",\"imgPath\":\"http://static.useevr.cn/178/works/5d23fd0ddd9d7461/thumb.jpg\",\"sceneTitle\":\"B2\"},{\"sceneName\":\"scene_b7b4164bfec49a2a\",\"viewuuid\":\"b7b4164bfec49a2a\",\"imgPath\":\"http://static.useevr.cn/178/works/b7b4164bfec49a2a/thumb.jpg\",\"sceneTitle\":\"B3\"},{\"sceneName\":\"scene_1463011cff051085\",\"viewuuid\":\"1463011cff051085\",\"imgPath\":\"http://static.useevr.cn/178/works/1463011cff051085/thumb.jpg\",\"sceneTitle\":\"B4\"},{\"sceneName\":\"scene_0ddd775014d12961\",\"viewuuid\":\"0ddd775014d12961\",\"imgPath\":\"http://static.useevr.cn/178/works/0ddd775014d12961/thumb.jpg\",\"sceneTitle\":\"B5\"},{\"sceneName\":\"scene_8fbddba4a790b60f\",\"viewuuid\":\"8fbddba4a790b60f\",\"imgPath\":\"http://static.useevr.cn/178/works/8fbddba4a790b60f/thumb.jpg\",\"sceneTitle\":\"B6\"},{\"sceneName\":\"scene_001a7bc1f16c3828\",\"viewuuid\":\"001a7bc1f16c3828\",\"imgPath\":\"http://static.useevr.cn/178/works/001a7bc1f16c3828/thumb.jpg\",\"sceneTitle\":\"B7\"},{\"sceneName\":\"scene_7c113a8e9be03690\",\"viewuuid\":\"7c113a8e9be03690\",\"imgPath\":\"http://static.useevr.cn/178/works/7c113a8e9be03690/thumb.jpg\",\"sceneTitle\":\"B8\"},{\"sceneName\":\"scene_2572b6c369bd1f72\",\"viewuuid\":\"2572b6c369bd1f72\",\"imgPath\":\"http://static.useevr.cn/178/works/2572b6c369bd1f72/thumb.jpg\",\"sceneTitle\":\"B9\"},{\"sceneName\":\"scene_5893c5ae5f38a954\",\"viewuuid\":\"5893c5ae5f38a954\",\"imgPath\":\"http://static.useevr.cn/178/works/5893c5ae5f38a954/thumb.jpg\",\"sceneTitle\":\"B11\"},{\"sceneName\":\"scene_dae536a82104f991\",\"viewuuid\":\"dae536a82104f991\",\"imgPath\":\"http://static.useevr.cn/178/works/dae536a82104f991/thumb.jpg\",\"sceneTitle\":\"B12\"},{\"sceneName\":\"scene_9b94dbdfdaf6823a\",\"viewuuid\":\"9b94dbdfdaf6823a\",\"imgPath\":\"http://static.useevr.cn/178/works/9b94dbdfdaf6823a/thumb.jpg\",\"sceneTitle\":\"B13\"},{\"sceneName\":\"scene_4e62928ea006a3fa\",\"viewuuid\":\"4e62928ea006a3fa\",\"imgPath\":\"http://static.useevr.cn/178/works/4e62928ea006a3fa/thumb.jpg\",\"sceneTitle\":\"D10\"}]}]}', '1', '1', '{\"scene_41882ac7bc079f33\":{\"scene\":[{\"iconType\":\"custom\",\"imgPath\":\"http://static.useevr.cn/178/media/img/bc5143826bb35ac5.png?imageView2/2/w/100\",\"thumbPath\":\"http://static.useevr.cn/178/media/img/bc5143826bb35ac5.png?imageView2/2/w/100\",\"isDynamic\":\"0\",\"ath\":\"2.0812167323706\",\"atv\":\"57.924656759579\",\"name\":\"schp_nceibyxptz\",\"linkedscene\":\"scene_7c113a8e9be03690\",\"sceneTitle\":\"B8\",\"sceneImg\":\"http://static.useevr.cn/178/works/7c113a8e9be03690/thumb.jpg\"}],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_0a8da33d1f8e89da\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_63a1f12bed1ec279\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_5d23fd0ddd9d7461\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_b7b4164bfec49a2a\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_1463011cff051085\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_0ddd775014d12961\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_8fbddba4a790b60f\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_001a7bc1f16c3828\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_7c113a8e9be03690\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_2572b6c369bd1f72\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_5893c5ae5f38a954\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_dae536a82104f991\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_9b94dbdfdaf6823a\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_4e62928ea006a3fa\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '0', '{}', '{\"linkSettings\":[{\"title\":\"德瑞传媒\",\"content\":\"18747881905\"}]}'); INSERT INTO `u_pano_config` VALUES ('639', '654', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"0\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"},{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_1c6af4f4d9a531d3\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_df7cb337b118f12c\",\"hlookat\":\"32.071173904603\",\"vlookat\":\"2.2664680886252\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_1c6af4f4d9a531d3\",\"isOpen\":\"\"},{\"sceneName\":\"scene_df7cb337b118f12c\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"0\",\"sandTables\":[]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/skin1/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_1c6af4f4d9a531d3\",\"viewuuid\":\"1c6af4f4d9a531d3\",\"imgPath\":\"http://static.useevr.cn/185/works/1c6af4f4d9a531d3/thumb.jpg\",\"sceneTitle\":\"地面\"},{\"sceneName\":\"scene_df7cb337b118f12c\",\"viewuuid\":\"df7cb337b118f12c\",\"imgPath\":\"http://static.useevr.cn/185/works/df7cb337b118f12c/thumb.jpg\",\"sceneTitle\":\"航拍1\"}]}]}', '1', '1', '{\"scene_1c6af4f4d9a531d3\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371592791jc3.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371592813nhq.png\",\"isDynamic\":\"1\",\"ath\":\"6.2532015089024\",\"atv\":\"-5.256553072224\",\"name\":\"schp_dc73re5tyc\",\"hotspotTitle\":\"图片\",\"galleryName\":\"glrschp_dc73re5tyc\",\"isShowSpotName\":\"1\",\"imgs\":[{\"src\":\"http://static.useevr.cn/185/media/img/21e982542af05a70.jpg?imageView2/2/w/100\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_df7cb337b118f12c\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('640', '655', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/fbadacc36ff926b5.mp3\",\"mediaTitle\":\"爱是你我 - 苏伦图,甘雅丹.mp3\"}', '{\"isWhole\":\"1\",\"useShade\":\"1\",\"shadeSetting\":{\"isDefault\":\"\",\"imgPath\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg?imageView2/2/w/100\",\"location\":\"1\",\"imgName\":\"2f999313-d576-49b1-98da-43750663728b.jpg\"}}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_51329cde1b1711f3\",\"sceneTitle\":\"01\",\"ath\":\"0\",\"atv\":\"0\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_bfeaddac11d259d5\",\"sceneTitle\":\"02\",\"ath\":\"0.00052854122805002\",\"atv\":\"0\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_85e26c7d7ef99c1c\",\"sceneTitle\":\"03\",\"ath\":\"0\",\"atv\":\"0\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"},{\"sceneName\":\"scene_247a70a28dc768d3\",\"sceneTitle\":\"04\",\"ath\":\"0\",\"atv\":\"0\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_51329cde1b1711f3\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_bfeaddac11d259d5\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_85e26c7d7ef99c1c\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"},{\"sceneName\":\"scene_247a70a28dc768d3\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_51329cde1b1711f3\",\"isOpen\":\"\"},{\"sceneName\":\"scene_bfeaddac11d259d5\",\"isOpen\":\"\"},{\"sceneName\":\"scene_85e26c7d7ef99c1c\",\"isOpen\":\"\"},{\"sceneName\":\"scene_247a70a28dc768d3\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"0\",\"sandTables\":[]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[]}', '1', '1', '{\"scene_51329cde1b1711f3\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_bfeaddac11d259d5\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_85e26c7d7ef99c1c\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]},\"scene_247a70a28dc768d3\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('641', '656', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('643', '658', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"0\",\"sceneSettings\":[{\"useMusic\":\"1\",\"imgUuid\":\"288edbd5fe4ee1a5\",\"mediaUrl\":\"http://static.useevr.cn/12/media/msc/e56374e5100514ca.mp3\",\"mediaTitle\":\"北京爱情故事(求婚歌曲).mp3\"}]}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{\"linkSettings\":[]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_288edbd5fe4ee1a5\",\"hlookat\":\"324.22101150511\",\"vlookat\":\"3.9999112814279\",\"fov\":\"102\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"0\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_288edbd5fe4ee1a5\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"0\",\"logoImgPath\":\"/plugin/custom_logo/images/custom_logo.png\",\"user\":\"\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/skin1/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_288edbd5fe4ee1a5\",\"viewuuid\":\"288edbd5fe4ee1a5\",\"imgPath\":\"http://static.useevr.cn/12/works/288edbd5fe4ee1a5/thumb.jpg\",\"sceneTitle\":\"成品图\"}]}]}', '1', '1', '{\"scene_288edbd5fe4ee1a5\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('644', '659', '{\"useAlert\":\"0\",\"isDefault\":\"0\",\"imgPath\":\"/plugin/open_alert/images/openalert.png\"}', '{\"isWhole\":\"1\",\"useMusic\":\"1\",\"mediaUrl\":\"http://static.useevr.cn/def_material/1480326349643atm.mp3\",\"mediaTitle\":\"1128音乐.mp3\"}', '{\"isWhole\":\"\",\"shadeSetting\":[{\"useShade\":\"\"}]}', '1', '{\"useStartImg\":\"1\",\"useEndImg\":\"\",\"points\":[{\"sceneName\":\"scene_b7c6cafdc38a212c\",\"sceneTitle\":\"7u2014u9526u79c0u4e2du534eu2014u8c03u8272\",\"ath\":\"-131.6086506418\",\"atv\":\"-11.690789113682\",\"moveTime\":\"5\",\"musicTitle\":\"u65e0\"}],\"startImgUrl\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg?imageView2/2/w/100\"}', '{\"linkSettings\":[{\"imgPath\":\"/static/images/skin1/iconfont-link.png\",\"title\":\"百度\",\"type\":\"1\",\"content\":\"www.baidu.com\"}]}', '{\"isWhole\":\"1\",\"useSpeech\":\"0\"}', '{\"viewSettings\":[{\"sceneName\":\"scene_b7c6cafdc38a212c\",\"hlookat\":\"77.988103749976\",\"vlookat\":\"9.9259408057777\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_b7c6cafdc38a212c\",\"isOpen\":\"1\",\"effectType\":\"heavyrain\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"useCustomLogo\":\"1\",\"logoImgPath\":\"http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg?imageView2/2/w/100\",\"user\":\"测试\"}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/skin1/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_b7c6cafdc38a212c\",\"viewuuid\":\"b7c6cafdc38a212c\",\"imgPath\":\"http://static.useevr.cn/12/works/b7c6cafdc38a212c/thumb.jpg\",\"sceneTitle\":\"7—锦秀中华—调色\"}]}]}', '1', '1', '{\"scene_b7c6cafdc38a212c\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371527803e8e.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/1479371527809xmn.png\",\"isDynamic\":\"1\",\"ath\":\"5.4376349149538\",\"atv\":\"5.659826516147\",\"name\":\"schp_hqm3bryzxh\",\"hotspotTitle\":\"对萨达\",\"wordContent\":\"撒打算\",\"isShowSpotName\":\"\"}],\"voice\":[],\"imgtext\":[],\"obj\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.ivrpano.com/defaultmedia/3105704A4862AB78.png\",\"thumbPath\":\"http://static.ivrpano.com/defaultmedia/02E3359802FA8512.png\",\"isDynamic\":\"1\",\"ath\":\"9.7395664468117\",\"atv\":\"10.966500757089\",\"name\":\"schp_4i8kmdhstq\",\"hotspotTitle\":\"21\",\"objid\":\"11\",\"thumb\":\"http://static.useevr.cn/12/obj3d/20161202/1480657627964a2f.JPG\",\"isShowSpotName\":\"1\"}],\"video\":[]}}', '1', '{}', '{\"linkSettings\":[]}'); INSERT INTO `u_pano_config` VALUES ('645', '660', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_44d25985d77f0a3c\",\"hlookat\":\"220.83361477408\",\"vlookat\":\"7.9035671869603\",\"fov\":\"80\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_44d25985d77f0a3c\",\"isOpen\":\"1\",\"effectType\":\"snowballs\"}]}', '1', '1', '{\"isOpen\":\"1\",\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/skin1/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_44d25985d77f0a3c\",\"viewuuid\":\"44d25985d77f0a3c\",\"imgPath\":\"http://static.useevr.cn/12/works/44d25985d77f0a3c/thumb.jpg\",\"sceneTitle\":\"福塔航拍\"},{\"sceneName\":\"scene_85e26c7d7ef99c1c\",\"viewuuid\":\"85e26c7d7ef99c1c\",\"imgPath\":\"http://static.useevr.cn/12/works/85e26c7d7ef99c1c/thumb.jpg\",\"sceneTitle\":\"03\"}]}]}', '1', '1', '{\"scene_44d25985d77f0a3c\":{\"scene\":[],\"link\":[],\"image\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371693431741.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716934523hl.png\",\"isDynamic\":\"1\",\"ath\":\"-139.16638433855\",\"atv\":\"7.9035671077069\",\"name\":\"schp_r8zztxsjge\",\"hotspotTitle\":\"123\",\"galleryName\":\"glrschp_r8zztxsjge\",\"isShowSpotName\":\"\",\"imgs\":[{\"src\":\"http://static.useevr.cn/12/media/img/f9867627466cb9d2.jpg?imageView2/2/w/100\"},{\"src\":\"http://static.useevr.cn/12/media/img/0f5f72df00e00b7a.jpg?imageView2/2/w/100\"}]}],\"text\":[],\"voice\":[],\"imgtext\":[],\"obj\":[]}}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('648', '663', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('650', '665', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\": false,\"useEndImg\": false,\"points\": []}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\": []}', '{}', '1', '1', '{\"sandTables\": [],\"isOpen\": false}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\": []}', '1', '1', '{}', '1', '{}', '{}'); INSERT INTO `u_pano_config` VALUES ('651', '666', '{}', '{\"useMusic\": false,\"isWhole\": true}', '{ \"useShade\": false,\"isWhole\": true}', '1', '{\"useStartImg\":\"\",\"useEndImg\":\"\",\"points\":[]}', '{}', '{\"isWhole\": true,\"useSpeech\": false}', '{\"viewSettings\":[{\"sceneName\":\"scene_d1e3440ba556ec72\",\"hlookat\":\"0\",\"vlookat\":\"0\",\"fov\":\"90\",\"fovmin\":\"5\",\"fovmax\":\"120\",\"vlookatmin\":\"-90\",\"vlookatmax\":\"90\",\"keepView\":\"0\"}]}', '{\"effectSettings\":[{\"sceneName\":\"scene_d1e3440ba556ec72\",\"isOpen\":\"\"}]}', '1', '1', '{\"isOpen\":\"0\",\"sandTables\":[]}', '{\"logoImgPath\": \"\",\"useCustomLogo\": false}', '{\"sceneGroups\":[{\"iconType\":\"system\",\"imgPath\":\"/static/images/skin1/vr-btn-scene.png\",\"groupName\":\"场景选择\",\"scenes\":[{\"sceneName\":\"scene_d1e3440ba556ec72\",\"viewuuid\":\"d1e3440ba556ec72\",\"imgPath\":\"http://static.useevr.cn/191/works/d1e3440ba556ec72/thumb.jpg\",\"sceneTitle\":\"IMG_05030\"}]}]}', '1', '1', '{\"scene_d1e3440ba556ec72\":{\"scene\":[],\"link\":[],\"image\":[],\"text\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"-0.00052854122805002\",\"atv\":\"0\",\"name\":\"schp_ewcnfybewt\",\"hotspotTitle\":\"rdf\",\"wordContent\":\"sfdfsdf\",\"isShowSpotName\":\"\"}],\"voice\":[],\"imgtext\":[],\"obj\":[],\"video\":[{\"iconType\":\"system\",\"imgPath\":\"http://static.useevr.cn/def_material/1479371653144xkz.png\",\"thumbPath\":\"http://static.useevr.cn/def_material/14793716531696yi.png\",\"isDynamic\":\"1\",\"ath\":\"0\",\"atv\":\"0\",\"name\":\"schp_sh8bt7g5tn\",\"hotspotTitle\":\"视频\",\"location\":\"http://static.useevr.cn/191/video/1482223688619mix.mp4\",\"isShowSpotName\":\"1\"}]}}', '1', '{}', '{}'); -- ---------------------------- -- Table structure for `u_worksmain` -- ---------------------------- DROP TABLE IF EXISTS `u_worksmain`; CREATE TABLE `u_worksmain` ( `pk_works_main` int(11) NOT NULL AUTO_INCREMENT, `pk_user_main` int(11) NOT NULL, `name` varchar(30) NOT NULL, `profile` text COMMENT '场景简介', `thumb_path` varchar(255) NOT NULL COMMENT '缩略图', `pk_atlas_main` int(11) NOT NULL COMMENT '类别', `view_uuid` varchar(16) NOT NULL, `photo_date` datetime NOT NULL, `privacy_flag` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否设置为公开浏览 0 公开 1私有', `privacy_password` varchar(32) DEFAULT NULL COMMENT '私有密码', `hidelogo_flag` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'logo隐藏', `hideuser_flag` tinyint(1) NOT NULL DEFAULT '0' COMMENT '作者隐藏', `flag_publish` tinyint(1) NOT NULL DEFAULT '0', `browsing_num` int(11) NOT NULL DEFAULT '0' COMMENT '浏览量', `praised_num` int(11) NOT NULL DEFAULT '0' COMMENT '点赞', `hideshare_flag` tinyint(1) NOT NULL DEFAULT '0' COMMENT '隐藏分享', `hidevrglasses_flag` tinyint(1) NOT NULL DEFAULT '0' COMMENT '隐藏vr眼镜', `hideprofile_flag` tinyint(1) NOT NULL DEFAULT '0', `hidepraise_flag` tinyint(1) NOT NULL DEFAULT '0', `hideviewnum_flag` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '隐藏人气', `create_time` datetime NOT NULL, `sort` smallint(4) NOT NULL DEFAULT '999' COMMENT '管理员定义的排序', `recommend` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否推荐 0 不推荐 1推荐', `user_sort` smallint(4) NOT NULL DEFAULT '999', `user_recommend` tinyint(1) NOT NULL DEFAULT '0', `flag_allowed_recomm` tinyint(1) NOT NULL DEFAULT '1', `cdn_host` varchar(100) NOT NULL, PRIMARY KEY (`pk_works_main`) ) ENGINE=InnoDB AUTO_INCREMENT=667 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_worksmain -- ---------------------------- INSERT INTO `u_worksmain` VALUES ('74', '47', '测试样板间', '本户型简约而不简单,大气而不浮夸,适合小资的年轻夫妻。', 'http://static.useevr.cn/47/works/3ac173b230506fa0/thumb.jpg', '31', 'b3b2915e12cfcaab', '2016-10-02 16:11:31', '0', '', '0', '0', '1', '942', '44', '0', '0', '0', '0', '0', '2016-10-02 16:11:31', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('129', '52', '测试01', '这是一个美好的屋子', 'http://static.useevr.cn/52/works/e4f87afa344de4ce/thumb.jpg', '38', '00d9f123cb08f1e0', '2016-10-06 15:25:58', '0', '', '0', '0', '1', '134', '1', '0', '0', '0', '0', '0', '2016-10-06 15:25:58', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('130', '51', '测试', null, 'http://static.useevr.cn/51/works/e7181034657b4dfb/thumb.jpg', '37', 'cdca417041f4b9b5', '2016-10-06 15:57:12', '0', '', '0', '0', '1', '98', '3', '0', '0', '0', '0', '0', '2016-10-06 15:57:12', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('188', '55', '职大校门', '2008年8月,河池市委、市政府整合河池机电工程学校、河池民族中等专业学校、河池财经学校、河池经贸学校等4所中专学校,组建成立河池市职业教育中心学校。\n\n传承4所学校40年的办学历史,历经6年的艰苦创业,学校实现化蛹为蝶的完美蜕变。一所陷入办学困境、名不见经传的学校实现了办学层次、办学模式、办学实力、办学理念、办学内涵的全面升级,学校发展成为自治区重点中等职业学校、广西中等职业教育特色示范学校、国家重点中等职业学校、教育部教育信息化试点学校、广西中等职业学校民族文化(民族服饰)技术技能人才培训基地、国家中等职业教育改革发展示范学校,成为广西中等职业教育的一颗新星。\n\n基础设施日益完善。2013年5月,占地500亩、建筑面积18万平方米的新校区投入使用。新校园数字化建设、绿化美化、校园文化景观同步规划设计,校园功能布局科学合理,环境优美、设施完善。学校投入1000多万元,建成技术先进、扩展性强、安全可靠、高速畅通、覆盖全校的数字化校园。校内信息高速公路畅通,互动智能平板电脑进入课堂,实现学校管理信息化。\n\n专业建设成效显著。经过长期的办学积淀,学校建立了以工科和商贸服务专业为主、门类较全、优势互补的专业体系。现有5大专业方向20多个专业,会计、机电设备安装与维修、汽车运用与维修、电子技术应用等4个专业是自治区级示范专业。\n\n实训设备齐全精良。实践教学基地建设得到加强。汽车维修技术、机械加工技术、会计等3个实训基地是自治区示范实训基地,电工电子技术、服装设计与工艺实训基地入选“十二五”广西中职教育第一批立项建设实训基地,学校建有数控加工中心、计算机、机电一体化、汽车运用与维修、会计实训、模拟银行等50多个实训室,设备价值7000多万元。\n\n师资队伍实力雄厚。师资队伍整体水平较高,教师队伍的职称结构、学历结构、年龄结构得到进一步优化。现有教职工368人,高级职称72人,“双师型”', 'http://static.useevr.cn/55/works/de559700a12f37a3/thumb.jpg', '46', '8e48d75314ff6c35', '2016-10-14 13:50:00', '0', '', '0', '0', '1', '208', '2', '0', '0', '0', '0', '0', '2016-10-14 13:50:00', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('206', '46', '1', '', 'http://static.useevr.cn/46/works/e39f8eb60ad86590/thumb.jpg', '28', '3b7ba4c3bc8022b3', '2016-10-18 13:14:54', '0', '', '1', '1', '1', '286', '0', '0', '0', '0', '0', '1', '2016-10-18 13:14:54', '999', '0', '999', '0', '0', ''); INSERT INTO `u_worksmain` VALUES ('215', '56', '平梁', null, 'http://static.useevr.cn/56/works/c5b892bb581db02f/thumb.jpg', '0', '1ef9ebad91a7983d', '2016-10-23 21:51:41', '0', null, '0', '0', '1', '80', '2', '0', '0', '0', '0', '0', '2016-10-23 21:51:41', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('224', '60', '长沙', null, 'http://static.useevr.cn/60/works/7b295628375673d1/thumb.jpg', '59', '4a3d8be33b8e1148', '2016-10-25 15:03:19', '0', null, '0', '0', '1', '44', '1', '0', '0', '0', '0', '0', '2016-10-25 15:03:19', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('225', '59', '111', null, 'http://static.useevr.cn/59/works/8c9f693f4985a66c/thumb.jpg', '60', '39e9f4eee2cdd44a', '2016-10-25 15:04:55', '0', null, '0', '0', '1', '17', '0', '0', '0', '0', '0', '0', '2016-10-25 15:04:55', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('227', '61', 'THLGY', null, 'http://static.useevr.cn/61/works/32998b27d3d0a5ab/thumb.jpg', '61', '697ea7d9cf10eb6a', '2016-10-25 15:35:46', '0', null, '0', '0', '1', '106', '5', '0', '0', '0', '0', '0', '2016-10-25 15:35:46', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('235', '47', '丽兹行测试-1', '此房是南北双通透三居室,主卧、客厅和次卧整体朝南,主卧带卫生间;次卧室、厨房和餐厅整体朝北,厨房带一个小凉台,主次卧南北通透,客厅和餐厅南北通透。', 'http://static.useevr.cn/47/works/a8624dcf6e05a4e8/thumb.jpg', '66', 'e51deacbdf62b94e', '2016-10-27 13:53:21', '0', '', '0', '0', '1', '99', '2', '0', '0', '0', '0', '0', '2016-10-27 13:53:21', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('242', '47', '丽兹行测试-2', '本房为大两居,商品房满五唯一,税费非常低,非常适合年轻购房者。房屋距离天通苑地铁走路不到十分钟,交通方便。小区里有京客隆超市,超市发,天通尾货等,购物非常方便。客厅大落地窗,主卧为飘窗,客厅与卧室视野非常好,无遮挡,天气晴朗时可以看到西山。本楼层住户都为自住,无租房住户,不乱。平时白天与周末均可看房。', 'http://static.useevr.cn/47/works/86691dee192b50d1/thumb.jpg', '66', '0eceeae1fa9fda0b', '2016-10-27 20:36:26', '0', '', '0', '0', '1', '29', '2', '0', '0', '0', '0', '0', '2016-10-27 20:36:26', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('275', '62', '样板房', '', 'http://static.useevr.cn/62/works/9ec47d7b64d8a1ee/thumb.jpg', '68', 'e7040b71131ed822', '2016-11-01 11:46:42', '0', '', '0', '0', '1', '18', '0', '0', '0', '0', '0', '0', '2016-11-01 11:46:42', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('277', '62', '123', null, 'http://static.useevr.cn/62/works/94aca9abb81a060e/thumb.jpg', '68', 'e0c6009eb1ef382b', '2016-11-02 14:20:12', '0', null, '0', '0', '1', '16', '0', '0', '0', '0', '0', '0', '2016-11-02 14:20:12', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('278', '62', '123', null, 'http://static.useevr.cn/62/works/a1c6a8a778026972/thumb.jpg', '68', '448b71acbc77b86b', '2016-11-02 14:20:33', '0', null, '0', '0', '1', '38', '0', '0', '0', '0', '0', '0', '2016-11-02 14:20:33', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('279', '67', '5345345', null, 'http://static.useevr.cn/67/works/cbf083aabab8acdf/thumb.jpg', '71', '5a899b2fbeba47f7', '2016-11-02 14:44:50', '0', null, '0', '0', '1', '21', '2', '0', '0', '0', '0', '0', '2016-11-02 14:44:50', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('280', '69', 'thf', null, 'http://static.useevr.cn/69/works/fc0f967e9d627df8/thumb.jpg', '73', '35033fa1124efaf2', '2016-11-02 16:13:53', '0', null, '0', '0', '1', '36', '1', '0', '0', '0', '0', '0', '2016-11-02 16:13:53', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('283', '65', '星牌优时吉建筑材料有限公司产品VR展示', null, 'http://static.useevr.cn/65/works/ed7207d47757f49f/thumb.jpg', '81', '4e0a31abd409c401', '2016-11-04 09:44:17', '0', null, '0', '0', '1', '508', '5', '0', '0', '0', '0', '0', '2016-11-04 09:44:17', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('286', '65', '三景', '', 'http://static.useevr.cn/65/works/7a731c063a8dacc3/thumb.jpg', '69', '7c04f3d0bc2d23d5', '2016-11-07 09:19:34', '0', '', '0', '0', '1', '83', '3', '0', '0', '0', '0', '0', '2016-11-07 09:19:34', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('311', '73', '123', null, 'http://static.useevr.cn/73/works/d7103bace3a142e2/thumb.jpg', '78', '4a2e34811f2ae62b', '2016-11-14 16:55:20', '0', null, '0', '0', '1', '14', '0', '0', '0', '0', '0', '0', '2016-11-14 16:55:20', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('312', '65', '北欧简约', null, 'http://static.useevr.cn/65/works/882c742bc5395bb3/thumb.jpg', '80', '6db0bfd09759398f', '2016-11-14 17:00:09', '0', null, '0', '0', '1', '194', '2', '0', '0', '0', '0', '0', '2016-11-14 17:00:09', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('315', '65', '简欧风格', null, 'http://static.useevr.cn/65/works/bed565b7bb65aab9/thumb.jpg', '80', '4c6b58d5da965ba5', '2016-11-14 17:23:18', '0', null, '0', '0', '1', '391', '1', '0', '0', '0', '0', '0', '2016-11-14 17:23:18', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('316', '65', '现代风格', null, 'http://static.useevr.cn/65/works/6cbedbfd16b67854/thumb.jpg', '80', '56806b5148b2ac52', '2016-11-14 17:31:01', '0', null, '0', '0', '1', '1010', '7', '0', '0', '0', '0', '0', '2016-11-14 17:31:01', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('317', '65', '现代中式', null, 'http://static.useevr.cn/65/works/ced179a8bcdeae09/thumb.jpg', '80', 'c19b25ddde7a3926', '2016-11-14 17:35:19', '0', null, '0', '0', '1', '972', '13', '0', '0', '0', '0', '0', '2016-11-14 17:35:19', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('318', '65', '休闲美式', null, 'http://static.useevr.cn/65/works/422cc436a9f2983e/thumb.jpg', '80', '1f8d95515981dd04', '2016-11-14 17:42:14', '0', null, '0', '0', '1', '614', '9', '0', '0', '0', '0', '0', '2016-11-14 17:42:14', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('320', '65', '宜华现代风格', null, 'http://static.useevr.cn/65/works/c5d3a283f5c9ae39/thumb.jpg', '80', '517d63bb3697187f', '2016-11-14 18:13:08', '0', null, '0', '0', '1', '431', '8', '0', '0', '0', '0', '0', '2016-11-14 18:13:08', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('321', '65', '宜华新中式', null, 'http://static.useevr.cn/65/works/442331f07556ec20/thumb.jpg', '80', 'fb899a2e642651d5', '2016-11-14 18:16:41', '0', null, '0', '0', '1', '396', '4', '0', '0', '0', '0', '0', '2016-11-14 18:16:41', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('322', '65', '硅藻泥项目', null, 'http://static.useevr.cn/65/works/31eb8798967ce39b/thumb.jpg', '69', 'cd63f5551145825c', '2016-11-14 18:41:22', '0', null, '0', '0', '1', '256', '7', '0', '0', '0', '0', '0', '2016-11-14 18:41:22', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('323', '65', '韩式浪漫', null, 'http://static.useevr.cn/65/works/d559d8f275f435ca/thumb.jpg', '80', '22a57469ff0f6cfb', '2016-11-15 09:08:45', '0', null, '0', '0', '1', '421', '8', '0', '0', '0', '0', '0', '2016-11-15 09:08:45', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('324', '65', '多功能家居', null, 'http://static.useevr.cn/65/works/6d4dc0f460804484/thumb.jpg', '69', 'efede17c7b102525', '2016-11-15 11:19:56', '0', null, '0', '0', '1', '366', '3', '0', '0', '0', '0', '0', '2016-11-15 11:19:56', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('326', '75', '酒店', null, 'http://static.useevr.cn/75/works/7301c854ee5572a5/thumb.jpg', '83', '0b9233e8a53a6c10', '2016-11-15 20:17:47', '0', null, '0', '0', '1', '19', '1', '0', '0', '0', '0', '0', '2016-11-15 20:17:47', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('327', '75', '666666', null, 'http://static.useevr.cn/75/works/036113f921d45b3b/thumb.jpg', '83', '392f9fdba7c5531d', '2016-11-15 20:29:46', '0', null, '0', '0', '1', '24', '1', '0', '0', '0', '0', '0', '2016-11-15 20:29:46', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('329', '77', '宝体', '', 'http://static.useevr.cn/77/works/39b8e053c3869a00/thumb.jpg', '85', '754fba64aa52d1d9', '2016-11-16 11:54:35', '0', '', '0', '0', '1', '14', '0', '0', '1', '0', '0', '0', '2016-11-16 11:54:35', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('330', '78', '13师全景', '', 'http://static.useevr.cn/78/works/5b23ffd699803ce1/thumb.jpg', '86', '73e779af480fba12', '2016-11-16 13:28:53', '0', '', '0', '0', '1', '31', '0', '0', '0', '0', '0', '0', '2016-11-16 13:28:53', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('332', '79', '商城', '', 'http://static.useevr.cn/79/works/4ee546f30986e9cb/thumb.jpg', '89', '304ee366577cad7e', '2016-11-16 15:52:51', '0', '', '0', '0', '1', '9', '0', '0', '0', '0', '0', '0', '2016-11-16 15:52:51', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('333', '79', '外景', '外景进入商场', 'http://static.useevr.cn/79/works/6227e4337f79bff3/thumb.jpg', '89', '4e7af7a5ffce7f22', '2016-11-16 16:23:40', '0', '', '0', '0', '1', '163', '2', '0', '0', '0', '0', '0', '2016-11-16 16:23:40', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('334', '79', '场景3', null, 'http://static.useevr.cn/79/works/8768c723c699fc3c/thumb.jpg', '89', 'e14d98c7ae043bb2', '2016-11-16 16:27:47', '0', null, '0', '0', '1', '3', '0', '0', '0', '0', '0', '0', '2016-11-16 16:27:47', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('335', '79', '场景4', null, 'http://static.useevr.cn/79/works/f4d4683bba69d9ec/thumb.jpg', '89', '77d9b979d7cf0106', '2016-11-16 16:30:48', '0', null, '0', '0', '1', '10', '0', '0', '0', '0', '0', '0', '2016-11-16 16:30:48', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('336', '79', '店内', null, 'http://static.useevr.cn/79/works/a8897d831a930513/thumb.jpg', '89', '52dbc8c3b75ad76f', '2016-11-16 16:33:24', '0', null, '0', '0', '1', '8', '0', '0', '0', '0', '0', '0', '2016-11-16 16:33:24', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('337', '79', '场景6', null, 'http://static.useevr.cn/79/works/22e9bcd42cf9287e/thumb.jpg', '89', 'f3142c0551b1b883', '2016-11-16 16:35:22', '0', null, '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '2016-11-16 16:35:22', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('338', '79', '场景7', null, 'http://static.useevr.cn/79/works/57d970b31c2cca34/thumb.jpg', '89', '6434bec2086f4896', '2016-11-16 16:38:13', '0', null, '0', '0', '1', '21', '0', '0', '0', '0', '0', '0', '2016-11-16 16:38:13', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('339', '79', '场景8', null, 'http://static.useevr.cn/79/works/95f7d1e65aafdc92/thumb.jpg', '89', 'f76479aa22b11f0e', '2016-11-16 16:39:51', '0', null, '0', '0', '1', '10', '0', '0', '0', '0', '0', '0', '2016-11-16 16:39:51', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('340', '77', '宝体2', '', 'http://static.useevr.cn/77/works/164b6667f42e051d/thumb.jpg', '85', 'a4c5d0d3f1941131', '2016-11-16 16:41:03', '0', '', '0', '0', '1', '11', '0', '0', '0', '0', '0', '0', '2016-11-16 16:41:03', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('341', '79', '场景9', null, 'http://static.useevr.cn/79/works/c3464a88fc188fb8/thumb.jpg', '89', 'ee92fe7fe8731fb6', '2016-11-16 16:42:45', '0', null, '0', '0', '1', '5', '0', '0', '0', '0', '0', '0', '2016-11-16 16:42:45', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('343', '81', '测试', null, 'http://static.useevr.cn/81/works/2d7e74f7d96d032c/thumb.jpg', '91', '88c9ea85782e3b0c', '2016-11-16 17:28:12', '0', null, '0', '0', '1', '299', '2', '0', '0', '0', '0', '0', '2016-11-16 17:28:12', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('347', '83', '食安居', null, 'http://static.useevr.cn/83/works/d50e751108e298b0/thumb.jpg', '92', 'e0f17a06045ee3f8', '2016-11-17 11:06:25', '0', null, '0', '0', '1', '516', '8', '0', '0', '0', '0', '0', '2016-11-17 11:06:25', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('348', '87', '鼎山公园', null, 'http://static.useevr.cn/87/works/3f57f423d8d8631e/thumb.jpg', '97', '567684b3681a77b7', '2016-11-17 12:42:38', '0', null, '0', '0', '1', '11', '1', '0', '0', '0', '0', '0', '2016-11-17 12:42:38', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('352', '88', 'lalalala', null, 'http://static.useevr.cn/88/works/7360d58dd032d675/thumb.jpg', '98', 'e0cceec2154f9d7b', '2016-11-17 15:06:42', '0', null, '0', '0', '1', '12', '0', '0', '0', '0', '0', '0', '2016-11-17 15:06:42', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('356', '89', '大鹏试一试', '就当这是另一个神器。', 'http://static.useevr.cn/89/works/69d85aff995aeecc/thumb.jpg', '99', 'e10efd9c7392bf18', '2016-11-17 17:20:46', '0', '', '0', '0', '1', '59', '2', '0', '0', '0', '0', '0', '2016-11-17 17:20:46', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('357', '79', 'Omega店', null, 'http://static.useevr.cn/79/works/6d9be3720daf7fb2/thumb.jpg', '89', '0fd0bde316f72b78', '2016-11-17 20:19:04', '0', null, '0', '0', '1', '19', '1', '0', '0', '0', '0', '0', '2016-11-17 20:19:04', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('370', '74', '宜华加蓬榄逸中式风格套餐', '', 'http://static.useevr.cn/74/works/2ee8ea5b90cb0690/thumb.jpg', '79', '2be6008e18308d1f', '2016-11-18 16:13:03', '0', '', '0', '0', '1', '727', '12', '0', '0', '0', '0', '0', '2016-11-18 16:13:03', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('371', '90', '冬装新时尚——依朵服饰', '依朵品牌服饰以流畅简约、清新靓丽、高贵典雅为主要风格,融合欧洲最流行元素,加入东方文化底蕴,专为25-50岁女性提供优雅时尚服饰,创造出新一代都市女性的独特魅力。\n电话:13739528877\n地址:宁夏中卫市怀远东路黄河花园三期72号依朵服饰。\n微信号:A-yiduofushi', 'http://static.useevr.cn/90/media/img/0d0270239d62bea6.jpg', '100', '1313b975197760b4', '2016-11-18 16:47:39', '0', '', '0', '0', '1', '977', '39', '0', '1', '0', '0', '0', '2016-11-18 16:47:39', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('378', '93', 'sfsfd', '试一下手', 'http://static.useevr.cn/93/works/6baf513e54c44db8/thumb.jpg', '106', '9c52e2e96f1c9996', '2016-11-19 16:07:51', '0', '', '0', '0', '1', '276', '4', '0', '1', '0', '0', '0', '2016-11-19 16:07:51', '999', '1', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('383', '94', 'DGDGD', null, 'http://static.useevr.cn/94/works/153617206edc4bc0/thumb.jpg', '108', '60f0452ee3ba50c2', '2016-11-19 19:55:22', '0', null, '0', '0', '1', '33', '0', '0', '0', '0', '0', '0', '2016-11-19 19:55:22', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('390', '97', '全景', null, 'http://static.useevr.cn/97/works/624eaea5b62327a9/thumb.jpg', '119', '8b40411978cc4f62', '2016-11-21 09:39:34', '0', null, '0', '0', '1', '16', '0', '0', '0', '0', '0', '0', '2016-11-21 09:39:34', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('403', '99', '77777', '制作电话:7777777\n4444\n222', 'http://static.useevr.cn/99/works/d195c90e71b3a2a3/thumb.jpg', '120', '538aced7af189907', '2016-11-21 16:57:33', '0', '', '0', '0', '1', '95', '4', '0', '0', '0', '0', '0', '2016-11-21 16:57:33', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('406', '12', '演示全景漫游', '123', 'http://static.useevr.cn/12/media/img/c85f6f35602a7b21.jpg', '1', '5a6ffa65adc0200b', '2016-11-21 18:11:37', '0', '', '0', '0', '1', '12040', '59', '0', '0', '0', '0', '0', '2016-11-21 18:11:37', '5', '1', '999', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('407', '12', '123', '', 'http://static.useevr.cn/12/works/57cf7181458218ce/thumb.jpg', '1', 'f833597efae08c0c', '2016-11-21 19:08:24', '0', '', '1', '0', '1', '50', '0', '0', '0', '0', '0', '0', '2016-11-21 19:08:24', '999', '0', '999', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('409', '12', '测测', null, 'http://static.useevr.cn/12/works/e296ac22eb381aef/thumb.jpg', '1', '36213bd5d137cc33', '2016-11-22 08:40:38', '0', null, '0', '0', '1', '62', '1', '0', '0', '0', '0', '0', '2016-11-22 08:40:38', '999', '0', '999', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('410', '12', '对方杨贵妃', '', 'http://static.useevr.cn/12/works/95a0bee3bbb1dbdb/thumb.jpg', '1', '68e8065d8afbe7b1', '2016-11-22 12:00:56', '0', '', '0', '0', '1', '52', '3', '0', '0', '0', '0', '0', '2016-11-22 12:00:56', '999', '0', '999', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('412', '65', '华洛思模型--美式系列', null, 'http://static.useevr.cn/65/works/5e4cb6d9088d190f/thumb.jpg', '69', '20762a0fc82e6102', '2016-11-22 14:00:22', '0', null, '0', '0', '1', '17', '0', '0', '0', '0', '0', '0', '2016-11-22 14:00:22', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('413', '12', 'bb', '', 'http://static.useevr.cn/12/works/2fd13d5a37940072/thumb.jpg', '1', '4ba8afdea6df7772', '2016-11-22 21:03:13', '0', '', '0', '0', '1', '336', '7', '0', '0', '0', '0', '0', '2016-11-22 21:03:13', '50', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('416', '105', 'test', null, 'http://static.useevr.cn/105/works/14aebaa15e03cb19/thumb.jpg', '125', 'f5a5a7f9c9850bc4', '2016-11-23 16:57:16', '0', null, '0', '0', '1', '636', '23', '0', '0', '0', '0', '0', '2016-11-23 16:57:16', '50', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('418', '12', 'ddd', '', 'http://static.useevr.cn/12/works/42d8516b5e2b5a47/thumb.jpg', '1', '16436973b324fd46', '2016-11-23 22:13:12', '0', '', '0', '0', '1', '245', '0', '0', '0', '0', '0', '0', '2016-11-23 22:13:12', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('419', '12', 'sdaf', null, 'http://static.useevr.cn/12/works/c7e0763c7c09ab43/thumb.jpg', '1', '255a93438753cf3d', '2016-11-23 23:07:06', '0', null, '0', '0', '1', '307', '7', '0', '0', '0', '0', '0', '2016-11-23 23:07:06', '50', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('420', '12', 'dfgdf', '', 'http://static.useevr.cn/12/works/45651f95ba613141/thumb.jpg', '1', '78b8dd05e05fd613', '2016-11-24 00:14:08', '0', '', '0', '0', '1', '198', '0', '0', '1', '0', '1', '0', '2016-11-24 00:14:08', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('421', '12', '2111651165651', '', 'http://static.useevr.cn/12/works/8afd4010cdf096b7/thumb.jpg', '1', 'bf234882437bec2f', '2016-11-24 16:05:11', '0', '', '1', '1', '1', '58', '0', '0', '1', '0', '1', '1', '2016-11-24 16:05:11', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('424', '92', '123', '', 'http://static.useevr.cn/92/works/3653f4332876bc23/thumb.jpg', '103', '29b85dfa55716a83', '2016-11-24 18:32:27', '0', '', '0', '0', '1', '9', '0', '0', '0', '0', '0', '0', '2016-11-24 18:32:27', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('425', '12', '家装e站--国色天香2期水电全景图》全景', '', 'http://static.useevr.cn/12/works/bc9d0d49c5e698eb/thumb.jpg', '1', '30587bcca4f07dc7', '2016-11-24 19:06:39', '0', '', '0', '0', '1', '62', '0', '0', '0', '0', '0', '0', '2016-11-24 19:06:39', '999', '0', '999', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('427', '65', '北欧风格样板房', null, 'http://static.useevr.cn/65/works/e0a0a5661fd23fad/thumb.jpg', '69', '3f1b6e5cbd00a7fd', '2016-11-24 20:22:31', '0', null, '0', '0', '1', '112', '0', '0', '0', '0', '0', '0', '2016-11-24 20:22:31', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('429', '12', 'MyTest_001', 'MyTest_001 项目简介信息', 'http://static.useevr.cn/12/media/img/c85f6f35602a7b21.jpg', '1', '32121b0aee1db7f9', '2016-11-25 14:25:34', '0', '', '1', '1', '1', '37', '0', '0', '1', '0', '1', '1', '2016-11-25 14:25:34', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('430', '12', '\'\'ll', null, 'http://static.useevr.cn/12/works/309fc38a0e1b30c5/thumb.jpg', '1', 'ecb95acd0cf5aed1', '2016-11-25 14:38:49', '0', null, '0', '0', '1', '12', '0', '0', '0', '0', '0', '0', '2016-11-25 14:38:49', '999', '0', '999', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('432', '107', '新医院小区住宅室内设计', null, 'http://static.useevr.cn/107/works/5e54ae4493688f28/thumb.jpg', '139', '4ae46049f65a3e56', '2016-11-26 13:13:19', '0', null, '0', '0', '1', '10', '1', '0', '0', '0', '0', '0', '2016-11-26 13:13:19', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('434', '109', 'test', '', 'http://static.useevr.cn/109/works/d59dfa6baf047940/thumb.jpg', '146', '0eb645c39f88badd', '2016-11-26 22:21:08', '0', '', '1', '1', '1', '3', '0', '1', '1', '1', '1', '1', '2016-11-26 22:21:08', '999', '0', '999', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('435', '12', '龙涟纸业新花色VR全景效果展示', '龙涟纸业新花色VR全景效果展示(联系电话:13563927999)', 'http://static.useevr.cn/12/works/a571da389d5fe82b/thumb.jpg', '1', '45a12ad9a5799069', '2016-11-27 10:01:03', '0', '', '0', '0', '1', '92', '3', '0', '0', '0', '0', '0', '2016-11-27 10:01:03', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('436', '112', '龙涟纸业新花色VR全景效果展示', '龙涟纸业新花色VR全景效果展示(联系电话:13563927999)', 'http://static.useevr.cn/112/works/cc3009c4ab4b2d4c/thumb.jpg', '144', 'bbd6df0b7a25c0ee', '2016-11-27 10:54:03', '0', '', '0', '0', '1', '56', '1', '0', '0', '0', '0', '0', '2016-11-27 10:54:03', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('438', '12', '111', null, 'http://static.useevr.cn/12/works/d2c3b1760ad8ff34/thumb.jpg', '1', '01f42c9f88d67d90', '2016-11-27 11:22:45', '0', null, '0', '0', '1', '7', '0', '0', '0', '0', '0', '0', '2016-11-27 11:22:45', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('441', '109', 'test2', '', 'http://static.useevr.cn/109/works/f51ab226308f79fa/thumb.jpg', '146', '7d561c7e658a50c7', '2016-11-27 15:16:47', '0', '', '0', '0', '1', '21', '1', '0', '0', '0', '0', '0', '2016-11-27 15:16:47', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('442', '12', '试试效果', '这是我们的测试品。', 'http://static.useevr.cn/12/works/c384a25943753c97/thumb.jpg', '1', '3bbbf07360e0d3e4', '2016-11-27 19:14:53', '0', '', '0', '0', '1', '597', '12', '0', '0', '0', '0', '0', '2016-11-27 19:14:53', '999', '1', '20', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('443', '117', 'xxxx', null, 'http://static.useevr.cn/117/works/b4078541cd956cec/thumb.jpg', '150', '7416c2241dc5c546', '2016-11-28 14:12:59', '0', null, '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '2016-11-28 14:12:59', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('444', '12', 'fangzi', 'fangzi', 'http://static.useevr.cn/12/works/1d82a0f440fef205/thumb.jpg', '1', '882e847700879b85', '2016-11-28 14:25:14', '0', '', '0', '0', '1', '19', '1', '0', '0', '0', '0', '0', '2016-11-28 14:25:14', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('445', '12', '房子u', '', 'http://static.useevr.cn/12/works/d0d6083381a94e0e/thumb.jpg', '1', 'e02361b654f01ea9', '2016-11-28 14:33:54', '0', '', '0', '0', '1', '9', '0', '0', '0', '0', '0', '0', '2016-11-28 14:33:54', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('446', '12', '卧室', null, 'http://static.useevr.cn/12/works/b6966f08e5580494/thumb.jpg', '1', 'cf2054d66011f786', '2016-11-28 14:55:26', '0', null, '0', '0', '1', '8', '0', '0', '0', '0', '0', '0', '2016-11-28 14:55:26', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('447', '12', '书房', null, 'http://static.useevr.cn/12/works/09cc9def03a91998/thumb.jpg', '1', '335b00ecee49414f', '2016-11-28 15:00:45', '0', null, '0', '0', '1', '11', '1', '0', '0', '0', '0', '0', '2016-11-28 15:00:45', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('448', '121', 'test', '', 'http://static.useevr.cn/121/works/aa91c1cd7fe7cf80/thumb.jpg', '156', '871e5e9ac02e488c', '2016-11-28 16:40:59', '0', '', '0', '0', '1', '30', '1', '0', '0', '0', '0', '0', '2016-11-28 16:40:59', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('451', '12', '航拍文化广场', null, 'http://static.useevr.cn/12/works/4c2c20b626aac21c/thumb.jpg', '1', 'b74d4b286a68545d', '2016-11-29 00:29:05', '0', null, '0', '0', '1', '15', '0', '0', '0', '0', '0', '0', '2016-11-29 00:29:05', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('452', '112', '龙涟国际展厅全景VR', '龙涟国际展厅全景VR(联系电话18853990999)', 'http://static.useevr.cn/112/works/14d59090828bfc19/thumb.jpg', '144', '2423c4902fd5d90c', '2016-11-29 08:59:07', '0', '', '0', '0', '1', '22', '0', '0', '0', '0', '0', '0', '2016-11-29 08:59:07', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('454', '12', '新123', null, 'http://static.useevr.cn/12/works/106ed526d34e3fde/thumb.jpg', '1', '0e8cb3a417fb9567', '2016-11-29 09:36:40', '0', null, '0', '0', '1', '9', '0', '0', '0', '0', '0', '0', '2016-11-29 09:36:40', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('455', '12', '淮河文化广场', null, 'http://static.useevr.cn/12/works/862fec2398d6b403/thumb.jpg', '1', '570dbc5142b6dc5c', '2016-11-29 11:08:29', '0', null, '0', '0', '1', '31', '2', '0', '0', '0', '0', '0', '2016-11-29 11:08:29', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('456', '12', '测测', '', 'http://static.useevr.cn/12/works/fadf039dc0cfd934/thumb.jpg', '1', '03fa6cd88a4c8ca2', '2016-11-29 13:57:07', '0', '', '0', '0', '1', '24', '0', '0', '0', '0', '0', '0', '2016-11-29 13:57:07', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('457', '128', 'tett', '', 'http://static.useevr.cn/128/works/09a31d222bbc29dd/thumb.jpg', '165', 'e4f4e72633497f3b', '2016-11-29 14:30:18', '0', '', '0', '0', '1', '7', '0', '0', '0', '0', '0', '0', '2016-11-29 14:30:18', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('458', '12', '1111', null, 'http://static.useevr.cn/12/works/1f743ed46404bf05/thumb.jpg', '1', '52e5a8d1c73be44e', '2016-11-29 17:41:06', '0', null, '0', '0', '1', '15', '0', '0', '0', '0', '0', '0', '2016-11-29 17:41:06', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('459', '12', 'vr全景', '', 'http://static.useevr.cn/12/works/4edd531043cbc147/thumb.jpg', '1', 'bd10bb3d35b03c38', '2016-11-29 18:11:01', '0', '', '0', '1', '0', '10', '0', '0', '1', '0', '0', '0', '2016-11-29 18:11:01', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('460', '12', '测试VR', '', 'http://static.useevr.cn/12/works/8386d3fe12adf01f/thumb.jpg', '1', 'a79c180046a403cc', '2016-11-29 19:49:16', '0', '', '0', '0', '1', '50', '0', '0', '0', '0', '0', '0', '2016-11-29 19:49:16', '999', '0', '999', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('461', '12', 'VR全景-天津通商科技开发有限公司', '天津通商科技开发有限公司成立于2000年,位于天津市南开区鞍山西道时代广场A座9层,属于天津高科技产业园区。注册资金100万元,经国家批准颁发电信与信息服务业务ICP(津B2-20030131)许可证书及北京红盾315证书,并被天津互联网协会荣纳为“会员单位”。天津总部在廊坊、唐山、保定、石家庄、沧州及北京地区都设有分支服务机构。业务范围覆盖华北地区100多个城市,占有华北地区80%的市场份额。公司主要以网站建设、网站推广、微信营销、VR全景、720°全景视频、电子商务、局域网组建为主。并与慧聪网合作,成为华北地区第一家核心代理;并与北京新网合作,成为天津地区一级域名注册代理商;与北京世纪互联数据中心合作,为我公司提供100兆带宽接入服务,同时我们成为慧聪、新浪、搜狐、CNNIC、GOOGLE、中国电信、中国搜索等国内最重要的合作伙伴之一。天津通商具有独特的核心理念和运作模式,成为华北地区最有影响力的互联网运营公司。拍摄热线:13503249592', 'http://static.useevr.cn/12/works/759b7c6c587be46c/thumb.jpg', '1', 'a1856095a101974d', '2016-11-29 21:02:14', '0', '', '0', '0', '1', '159587', '9570', '0', '0', '0', '0', '0', '2016-11-29 21:02:14', '8', '1', '999', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('462', '12', '室内', '', 'http://static.useevr.cn/12/works/559cf3883135c29f/thumb.jpg', '1', '4bbda835e0966d81', '2016-11-29 21:40:52', '0', '', '1', '0', '1', '67', '1', '0', '0', '0', '0', '0', '2016-11-29 21:40:52', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('463', '12', 'VR全景', null, 'http://static.useevr.cn/12/works/01142ec541f9c1b6/thumb.jpg', '1', '0dcacddff024f201', '2016-11-30 07:52:17', '0', null, '0', '0', '1', '80', '1', '0', '0', '0', '0', '0', '2016-11-30 07:52:17', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('466', '12', '测试zm', null, 'http://static.useevr.cn/12/works/95960b56f8868ba0/thumb.jpg', '1', '89fcaac08fcb3c4a', '2016-11-30 09:06:37', '0', null, '0', '0', '1', '16', '0', '0', '0', '0', '0', '0', '2016-11-30 09:06:37', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('467', '12', 'ceshi', '', 'http://static.useevr.cn/12/works/dd66ff6a0e59dab5/thumb.jpg', '1', '3921f23a192c6f1e', '2016-11-30 09:28:54', '0', '', '0', '0', '1', '18', '1', '0', '0', '0', '0', '0', '2016-11-30 09:28:54', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('468', '92', '22', '', 'http://static.useevr.cn/92/works/f0549ab62329b807/thumb.jpg', '103', '64359cd9a6b1ee3c', '2016-11-30 10:04:43', '0', '', '0', '0', '1', '13', '1', '0', '0', '0', '0', '0', '2016-11-30 10:04:43', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('470', '12', '正门', null, 'http://static.useevr.cn/12/works/33d81a2bd835ea77/thumb.jpg', '1', '57ceab6d4d71b0d7', '2016-11-30 10:55:52', '0', null, '0', '0', '1', '50', '1', '0', '0', '0', '0', '0', '2016-11-30 10:55:52', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('471', '12', '走廊', '', 'http://static.useevr.cn/12/works/5b057f00aec1fcb6/thumb.jpg', '1', '9fb0a1c948fe7b52', '2016-11-30 10:58:40', '0', '', '1', '1', '1', '27', '0', '1', '1', '1', '1', '1', '2016-11-30 10:58:40', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('472', '130', '1', '', 'http://static.useevr.cn/130/works/e033e5bdb5c728e8/thumb.jpg', '170', '190029cc9daa69f8', '2016-11-30 12:05:04', '0', '', '0', '0', '1', '15', '0', '0', '0', '0', '0', '0', '2016-11-30 12:05:04', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('473', '131', 'km', '', 'http://static.useevr.cn/131/works/f9b7ea0b1ff8c8d0/thumb.jpg', '171', 'f3e8f33ca26ba443', '2016-11-30 13:20:57', '0', '', '1', '1', '1', '61', '1', '0', '0', '0', '0', '1', '2016-11-30 13:20:57', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('474', '12', '2', null, 'http://static.useevr.cn/12/works/6f4671f98274a3d4/thumb.jpg', '1', 'fd0422f0a8c09d2c', '2016-11-30 14:32:37', '0', null, '0', '0', '1', '10', '0', '0', '0', '0', '0', '0', '2016-11-30 14:32:37', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('475', '135', 'vcvxcv', null, 'http://static.useevr.cn/135/works/3809aaf89f72c51f/thumb.jpg', '175', '4efcda0afc35b186', '2016-11-30 16:07:54', '0', null, '0', '0', '1', '4', '0', '0', '0', '0', '0', '0', '2016-11-30 16:07:54', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('478', '12', '街景', '', 'http://static.useevr.cn/12/works/5b5f91368b458a3b/thumb.jpg', '1', '6f0c7e2170e28645', '2016-11-30 17:50:35', '0', '', '0', '1', '1', '27', '0', '0', '0', '0', '0', '0', '2016-11-30 17:50:35', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('480', '134', '测试01', null, 'http://static.useevr.cn/134/works/a22341beaf747032/thumb.jpg', '174', '7f8fdae3ab671a58', '2016-11-30 18:24:13', '0', null, '0', '0', '1', '9', '0', '0', '0', '0', '0', '0', '2016-11-30 18:24:13', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('483', '12', 'hehe', '', 'http://static.useevr.cn/12/works/87377ade25914fb9/thumb.jpg', '1', 'c18b4dee986dd8c4', '2016-12-01 09:34:50', '0', '', '0', '0', '1', '23', '0', '0', '0', '0', '0', '0', '2016-12-01 09:34:50', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('485', '12', '8uj', '', 'http://static.useevr.cn/12/works/a5d6a783f326ee3e/thumb.jpg', '1', '600bf6f42bcc7f2b', '2016-12-01 14:20:20', '0', '', '0', '0', '1', '47', '1', '0', '0', '0', '0', '0', '2016-12-01 14:20:20', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('490', '140', 'w', '', 'http://static.useevr.cn/140/works/b212aa1a09c1baca/thumb.jpg', '183', '02d94b089b1a566d', '2016-12-01 17:34:50', '0', '', '0', '0', '1', '18', '0', '0', '0', '0', '0', '0', '2016-12-01 17:34:50', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('491', '74', '现代风格样板房', '', 'http://static.useevr.cn/74/works/1784bd3da4181b40/thumb.jpg', '79', 'df3d13e6be02eb0e', '2016-12-01 17:37:03', '0', '', '0', '0', '1', '170', '4', '0', '0', '0', '0', '0', '2016-12-01 17:37:03', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('492', '12', '尚品宅配', '尚品宅配', 'http://static.useevr.cn/12/works/8cb827c3657ea382/thumb.jpg', '1', 'f1d4e2b01fe4f442', '2016-12-02 13:09:23', '0', '', '0', '0', '1', '102', '4', '0', '0', '0', '0', '1', '2016-12-02 13:09:23', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('493', '141', 'w', '', 'http://static.useevr.cn/141/works/327f50442f876214/thumb.jpg', '185', 'a2a96762c4e9059a', '2016-12-02 13:38:51', '0', '', '1', '0', '1', '12', '0', '1', '1', '0', '1', '1', '2016-12-02 13:38:51', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('496', '12', '11', '', 'http://static.useevr.cn/12/works/8f762aa0090ca3c5/thumb.jpg', '1', '0df0949a3eb1ec1a', '2016-12-02 17:22:07', '0', '', '0', '0', '1', '21', '0', '0', '0', '0', '1', '0', '2016-12-02 17:22:07', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('498', '112', '全景VR家居花色展示', '龙涟国际全景VR家居花色展示(联系电话:18253991188)', 'http://static.useevr.cn/112/works/9f46a3ccfb5c3f8d/thumb.jpg', '144', 'f1ed0594bd744c13', '2016-12-03 09:18:29', '0', '', '0', '0', '1', '17', '0', '0', '0', '0', '0', '0', '2016-12-03 09:18:29', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('500', '12', 'w32', '', 'http://static.useevr.cn/12/works/9a95c32b3ad8a065/thumb.jpg', '1', '4e2686092939dff5', '2016-12-03 18:22:27', '0', '', '0', '0', '1', '26', '0', '0', '0', '0', '0', '0', '2016-12-03 18:22:27', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('502', '12', '植物园', null, 'http://static.useevr.cn/12/works/d3911b92b005c204/thumb.jpg', '1', 'e8da1b4ddf7d4526', '2016-12-04 12:19:10', '0', null, '0', '0', '1', '85', '4', '0', '0', '0', '0', '0', '2016-12-04 12:19:10', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('504', '12', '样板间', '样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板间样板', 'http://static.useevr.cn/12/works/e0093c6d580012c3/thumb.jpg', '1', '31e7ab925bb881dc', '2016-12-04 15:57:23', '0', '', '0', '0', '1', '35', '0', '0', '0', '0', '0', '0', '2016-12-04 15:57:23', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('505', '12', '测试单元1', null, 'http://static.useevr.cn/12/works/d4409cc77632bc25/thumb.jpg', '1', 'c28de8e01f1d9c7f', '2016-12-04 19:56:53', '0', null, '0', '0', '1', '11', '0', '0', '0', '0', '0', '0', '2016-12-04 19:56:53', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('507', '112', '龙涟新品VR全景效果展示', '龙涟新花色展示(联系电话:18253991188)', 'http://static.useevr.cn/112/works/143dd45d3f89b432/thumb.jpg', '144', 'accd0aef0fcad8ec', '2016-12-05 08:50:54', '0', '', '0', '0', '1', '5', '0', '0', '0', '0', '0', '0', '2016-12-05 08:50:54', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('508', '12', '123456', '', 'http://static.useevr.cn/12/works/21966e435f28bbd6/thumb.jpg', '1', '168ba1ce15990fef', '2016-12-05 11:31:29', '0', '', '1', '1', '1', '16', '0', '0', '0', '0', '0', '0', '2016-12-05 11:31:29', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('510', '12', '123123123', '', 'http://static.useevr.cn/12/works/ba041461e5a49321/thumb.jpg', '1', 'd89bc177efc63e71', '2016-12-05 13:39:17', '0', '', '0', '0', '1', '27', '0', '0', '0', '0', '0', '0', '2016-12-05 13:39:17', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('511', '12', '女优', '', 'http://static.useevr.cn/12/works/45285e2b237c282e/thumb.jpg', '1', '25de843dd0c40575', '2016-12-05 14:51:44', '0', '', '0', '0', '1', '259', '4', '0', '0', '0', '0', '0', '2016-12-05 14:51:44', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('512', '12', '11', '', 'http://static.useevr.cn/12/works/6ad4f87fdfe07199/thumb.jpg', '1', '729faf2fa8e23f5d', '2016-12-05 16:23:28', '0', '', '0', '0', '1', '24', '0', '0', '0', '0', '0', '0', '2016-12-05 16:23:28', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('513', '12', '永亨实业大厅', '', 'http://static.useevr.cn/12/works/941f89abcef0686b/thumb.jpg', '1', '6bf449bbfd61200d', '2016-12-05 16:23:30', '0', '', '1', '1', '1', '59', '1', '1', '1', '1', '1', '1', '2016-12-05 16:23:30', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('514', '74', '田园风格样板房', '', 'http://static.useevr.cn/74/works/d20043cc56070dcc/thumb.jpg', '79', '0f2f5ab0ad993876', '2016-12-05 17:42:22', '0', '', '0', '0', '1', '130', '3', '0', '0', '0', '0', '0', '2016-12-05 17:42:22', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('517', '12', '航拍国购广场', '', 'http://static.useevr.cn/12/works/8c00e27d7e1d65b5/thumb.jpg', '1', '8a49bbd887d17952', '2016-12-05 20:35:10', '0', '', '0', '0', '1', '42', '4', '0', '0', '0', '0', '0', '2016-12-05 20:35:10', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('518', '12', '室内', '', 'http://static.useevr.cn/12/works/dbc997f09e1cef77/thumb.jpg', '1', 'b4e4cd6bbd735035', '2016-12-05 22:15:58', '0', '', '0', '0', '1', '6', '0', '0', '0', '0', '0', '0', '2016-12-05 22:15:58', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('519', '12', '147852', null, 'http://static.useevr.cn/12/works/6406403e327204e5/thumb.jpg', '1', 'a3a4aded3d37e2ed', '2016-12-05 22:28:33', '0', null, '0', '0', '1', '6', '0', '0', '0', '0', '0', '0', '2016-12-05 22:28:33', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('523', '112', '龙涟新品全景VR效果展示', '龙涟新品全景VR效果展示(联系电话:18253991188)', 'http://static.useevr.cn/112/works/692de40ce04cce9e/thumb.jpg', '144', 'c4024be5063d9fcd', '2016-12-06 09:40:27', '0', '', '0', '0', '1', '128', '2', '0', '0', '0', '0', '0', '2016-12-06 09:40:27', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('524', '12', '大亚湾国税全景图', null, 'http://static.useevr.cn/12/works/996c75d861332456/thumb.jpg', '1', 'cc47f8046ac6c8dd', '2016-12-06 10:32:45', '0', null, '0', '0', '1', '11', '0', '0', '0', '0', '0', '0', '2016-12-06 10:32:45', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('525', '12', '加油 加油', '加油 加油 加油 加油', 'http://static.useevr.cn/12/works/1f8420a5a19c0ab6/thumb.jpg', '1', '9b27235e1e6681e3', '2016-12-06 10:45:02', '0', '', '1', '1', '1', '27', '0', '1', '1', '1', '1', '1', '2016-12-06 10:45:02', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('526', '12', '大亚湾国税全景图', null, 'http://static.useevr.cn/12/works/92a7a2e0354e3a8b/thumb.jpg', '1', '885df6b2470a1db5', '2016-12-06 11:05:08', '0', null, '0', '0', '1', '20', '2', '0', '0', '0', '0', '0', '2016-12-06 11:05:08', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('527', '12', 'test', '', 'http://static.useevr.cn/12/works/bb990449627b6e95/thumb.jpg', '1', '202908fb666a8ff4', '2016-12-06 14:11:12', '0', '', '0', '0', '1', '12', '1', '0', '1', '0', '0', '0', '2016-12-06 14:11:12', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('528', '12', '试看', null, 'http://static.useevr.cn/12/works/faacf072f5457aa2/thumb.jpg', '1', '3ea74be284087a41', '2016-12-06 14:14:11', '0', null, '0', '0', '1', '18', '0', '0', '0', '0', '0', '0', '2016-12-06 14:14:11', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('530', '12', 'weq', null, 'http://static.useevr.cn/12/works/32e70b329f2c54e6/thumb.jpg', '1', 'eeafcbb1de1ca515', '2016-12-06 14:38:39', '0', null, '0', '0', '1', '13', '0', '0', '0', '0', '0', '0', '2016-12-06 14:38:39', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('531', '12', '11', '', 'http://static.useevr.cn/12/works/3a6c00510a28da32/thumb.jpg', '1', 'fd10c0cb06e0e0d2', '2016-12-06 16:28:36', '0', '', '0', '0', '1', '29', '0', '0', '0', '1', '0', '0', '2016-12-06 16:28:36', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('533', '65', '欧式风格样板房', null, 'http://static.useevr.cn/65/works/cc43db282df33e2f/thumb.jpg', '69', '497bdcc190e1a158', '2016-12-06 18:12:12', '0', null, '0', '0', '1', '78', '2', '0', '0', '0', '0', '0', '2016-12-06 18:12:12', '999', '1', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('534', '12', 'hometest', '', 'http://static.useevr.cn/12/works/ec8dc5929d818611/thumb.jpg', '1', '3be825cb550971bd', '2016-12-06 22:01:37', '0', '', '0', '0', '1', '17', '2', '0', '0', '0', '0', '0', '2016-12-06 22:01:37', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('536', '12', '天津通商科技', 'VR全景视频招商热线 13503249592', 'http://static.useevr.cn/12/works/24b619da910e0b5a/thumb.jpg', '1', 'bc595ce8adf8088f', '2016-12-07 07:44:11', '0', '', '0', '0', '1', '197', '1', '0', '0', '0', '0', '0', '2016-12-07 07:44:11', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('537', '12', '555', null, 'http://static.useevr.cn/12/works/8ecafc45df3c22d1/thumb.jpg', '1', '1a4c0fe6fc0bd1c2', '2016-12-07 08:51:04', '0', null, '0', '0', '1', '7', '0', '0', '0', '0', '0', '0', '2016-12-07 08:51:04', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('542', '143', '1', null, 'http://static.useevr.cn/143/works/81bd6157526b7be6/thumb.jpg', '196', '361cde534b70e7d3', '2016-12-07 13:36:38', '0', null, '0', '0', '1', '24', '0', '0', '0', '0', '0', '0', '2016-12-07 13:36:38', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('545', '12', '5555', null, 'http://static.useevr.cn/12/works/8f3ced72f68d7c8f/thumb.jpg', '1', '1b456d90856811e0', '2016-12-07 16:05:14', '0', null, '0', '0', '1', '10', '0', '0', '0', '0', '0', '0', '2016-12-07 16:05:14', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('548', '12', '测试哦', '', 'http://static.useevr.cn/12/works/bac9ce08a08f816c/thumb.jpg', '1', '3ef308890cdb0a08', '2016-12-07 16:19:01', '0', '', '1', '1', '1', '36', '0', '1', '1', '1', '1', '0', '2016-12-07 16:19:01', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('551', '12', 'jjkjkjk', null, 'http://static.useevr.cn/12/works/2d57bc09e91eae6f/thumb.jpg', '1', '033c283a02d6052f', '2016-12-07 17:50:55', '0', null, '0', '0', '1', '13', '0', '0', '0', '0', '0', '0', '2016-12-07 17:50:55', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('553', '147', '满述坤作品', '', 'http://static.useevr.cn/147/works/9f4bf063c4a60fa1/thumb.jpg', '201', 'f969ecf3da5a2d68', '2016-12-08 10:14:57', '0', '', '0', '0', '1', '235', '10', '0', '0', '0', '0', '0', '2016-12-08 10:14:57', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('554', '12', '江安河', null, 'http://static.useevr.cn/12/works/422fc109b18367ce/thumb.jpg', '1', '2f737b25b633aa0c', '2016-12-08 10:54:16', '0', null, '0', '0', '1', '15', '0', '0', '0', '0', '0', '0', '2016-12-08 10:54:16', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('559', '12', '潮州', '', 'http://static.useevr.cn/12/works/f7244dda3b7bafde/thumb.jpg', '1', 'fb9d4781d9cc7d7e', '2016-12-08 12:39:54', '0', '', '0', '0', '1', '68', '4', '0', '0', '0', '0', '0', '2016-12-08 12:39:54', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('560', '147', '2904', '', 'http://static.useevr.cn/147/works/33838613b9173a1e/thumb.jpg', '201', 'a22dc275cd73259d', '2016-12-08 14:05:01', '0', '', '0', '0', '1', '67', '0', '0', '0', '0', '0', '0', '2016-12-08 14:05:01', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('561', '12', '好多帅', null, 'http://static.useevr.cn/12/works/4efe7da3ba8c9909/thumb.jpg', '1', 'a56b284908547e0a', '2016-12-08 14:06:19', '0', null, '0', '0', '1', '147', '3', '0', '0', '0', '0', '0', '2016-12-08 14:06:19', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('562', '12', '好多帅2', '', 'http://static.useevr.cn/12/works/218409f66a932d02/thumb.jpg', '1', '5bde318fea732997', '2016-12-08 14:16:53', '0', '', '0', '0', '1', '121', '5', '0', '0', '0', '0', '0', '2016-12-08 14:16:53', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('563', '12', '啦啦啦', null, 'http://static.useevr.cn/12/works/a4f0a304dd031d0f/thumb.jpg', '1', 'cc4f791a6e510afb', '2016-12-08 14:19:53', '0', null, '0', '0', '1', '11', '0', '0', '0', '0', '0', '0', '2016-12-08 14:19:53', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('564', '12', '宁波厂房测试', null, 'http://static.useevr.cn/12/works/89253e1538015b19/thumb.jpg', '1', '4b0bd8a2bf0760d1', '2016-12-08 16:28:11', '0', null, '0', '0', '1', '41', '0', '0', '0', '0', '0', '0', '2016-12-08 16:28:11', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('567', '74', '现代风格样板房', '', 'http://static.useevr.cn/74/works/0ebdec222c727a68/thumb.jpg', '79', '797981048d8383ac', '2016-12-08 18:43:54', '0', '', '0', '0', '1', '50', '0', '0', '0', '0', '0', '0', '2016-12-08 18:43:54', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('570', '74', '田园风格样板房', '', 'http://static.useevr.cn/74/works/0db9b1a01167a628/thumb.jpg', '79', '8c9d63a7f66d41b3', '2016-12-08 19:06:01', '0', '', '0', '0', '1', '55', '0', '0', '0', '0', '0', '0', '2016-12-08 19:06:01', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('571', '12', '12345', '全景介绍', 'http://static.useevr.cn/12/works/1355625d7b889a8b/thumb.jpg', '1', '2bc46d1c0d754f63', '2016-12-09 11:10:22', '0', '', '0', '0', '1', '64', '0', '0', '0', '0', '0', '0', '2016-12-09 11:10:22', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('572', '12', '厂房', null, 'http://static.useevr.cn/12/works/fabf625e72324d5e/thumb.jpg', '1', '1417885007bc333f', '2016-12-09 12:31:15', '0', null, '0', '0', '1', '31', '0', '0', '0', '0', '0', '0', '2016-12-09 12:31:15', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('574', '150', '李智慧', '李智会(智慧):字一民。黑龙江省齐齐哈尔市人,\n\n国家一级书法师,\n\n国家一级美术师,\n\n中国国际书画研究院副院长,\n\n中国书画家协会理事,\n\n中国书画摄影家协会理事,\n\n中华硬笔书法家协会会员,\n\n中国武夷硬笔书法家协会会员,\n\n中国书画摄影家协会培训中心教授,\n\n北京博盛四季国际书画院荣誉院长,\n\n《曦之书画报•当代艺苑》专刊签约荣誉书画家,\n\n书画作品在第三届“和美西藏”书画大赛征稿活动中获大赛金奖、书法作品在第二届今日翰墨•中国书画家作品邀请赛中获金奖、2015中韩新年文化节“墨韵风华”书画展赛活动中荣获优秀奖、国画作品荣获2008“奥运杯”暨全国第七届“庐山杯”书画大赛金奖、《盛世中华•向祖国六十华诞献礼全国中老年书画家作品集》中获金奖并授予“中华爱国艺术家”、“中国当代书画名家”、“百年奥运优秀艺术家”和“21世纪杰出艺术家”等。', 'http://static.useevr.cn/150/works/fccb6a9873c3f57c/thumb.jpg', '206', '7c9b36257e49fa1c', '2016-12-09 14:22:56', '0', '', '0', '0', '1', '128', '5', '1', '0', '0', '0', '0', '2016-12-09 14:22:56', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('576', '154', '竹山水库', '', 'http://static.useevr.cn/154/works/0bedbac4d1fc0aff/thumb.jpg', '213', '9b81afa9db3230b2', '2016-12-09 15:02:34', '0', '', '0', '0', '1', '32', '0', '0', '0', '0', '0', '0', '2016-12-09 15:02:34', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('577', '12', '的', null, 'http://static.useevr.cn/12/works/52ae8cc39fa64186/thumb.jpg', '1', 'd30f3678691d137e', '2016-12-09 16:02:32', '0', null, '0', '0', '1', '10', '0', '0', '0', '0', '0', '0', '2016-12-09 16:02:32', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('578', '12', '24234', null, 'http://static.useevr.cn/12/works/b345e9cac0706dac/thumb.jpg', '1', '0e4fa9905d79a830', '2016-12-09 23:23:14', '0', null, '0', '0', '1', '33', '1', '0', '0', '0', '0', '0', '2016-12-09 23:23:14', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('579', '12', '111', null, 'http://static.useevr.cn/12/works/dbb832ace43bd452/thumb.jpg', '1', 'd2a534eb0057dabc', '2016-12-10 11:45:03', '0', null, '0', '0', '1', '12', '0', '0', '0', '0', '0', '0', '2016-12-10 11:45:03', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('580', '12', '1111', null, 'http://static.useevr.cn/12/works/092be51e05a48c7e/thumb.jpg', '1', 'fa5a3000f227a2cb', '2016-12-10 13:09:53', '0', null, '0', '0', '1', '16', '1', '0', '0', '0', '0', '0', '2016-12-10 13:09:53', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('581', '12', '样板间设计效果图', '', 'http://static.useevr.cn/12/works/18cf5600d087f9c5/thumb.jpg', '1', '5bd3bd891e9e22f1', '2016-12-10 15:46:23', '0', '', '1', '1', '1', '29', '0', '0', '0', '0', '0', '0', '2016-12-10 15:46:23', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('582', '157', '依云小镇', null, 'http://static.useevr.cn/157/works/b996398a7d5b9f5e/thumb.jpg', '215', 'e9e1e71fa6e1ef10', '2016-12-10 16:10:16', '0', null, '0', '0', '1', '6', '0', '0', '0', '0', '0', '0', '2016-12-10 16:10:16', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('583', '157', '依云小镇2', '作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍作品介绍', 'http://static.useevr.cn/157/works/c9d671429258a87f/thumb.jpg', '215', 'e84b378aa6b081e7', '2016-12-10 16:15:44', '0', '', '0', '0', '1', '24', '2', '0', '0', '0', '0', '0', '2016-12-10 16:15:44', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('584', '158', '测试', null, 'http://static.useevr.cn/158/works/c8dabdaf0fbcde27/thumb.jpg', '216', 'c913c930d80d1772', '2016-12-10 18:24:36', '0', null, '0', '0', '1', '5', '0', '0', '0', '0', '0', '0', '2016-12-10 18:24:36', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('585', '12', '123', '', 'http://static.useevr.cn/12/works/dfe5236087512730/thumb.jpg', '1', '6261f319740fe3d2', '2016-12-11 01:40:50', '0', '', '0', '0', '1', '42', '1', '0', '0', '0', '0', '0', '2016-12-11 01:40:50', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('586', '147', '满宅雅居', '', 'http://static.useevr.cn/147/works/86e8f6cea25628a7/thumb.jpg', '201', 'fc294bdd2386b7e6', '2016-12-11 08:50:02', '0', '', '1', '0', '1', '202', '4', '0', '0', '0', '0', '0', '2016-12-11 08:50:02', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('587', '160', '新瓯海2602', null, 'http://static.useevr.cn/160/works/3be1eaeabe5442d9/thumb.jpg', '218', '0a9cc4690fe354bd', '2016-12-11 18:26:34', '0', null, '0', '0', '1', '5', '1', '0', '0', '0', '0', '0', '2016-12-11 18:26:34', '999', '0', '999', '1', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('589', '161', '407全景', '', 'http://static.useevr.cn/161/works/145f9eff6afb3f5c/thumb.jpg', '219', 'bf8d4597feb5af78', '2016-12-12 09:43:29', '0', '', '0', '0', '1', '41', '1', '0', '0', '0', '0', '0', '2016-12-12 09:43:29', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('590', '163', '云中跃', '', 'http://static.useevr.cn/163/works/b8fa5764f8413233/thumb.jpg', '221', '5ce073a81b460e6d', '2016-12-12 11:23:39', '0', '', '0', '1', '1', '5', '1', '0', '0', '0', '0', '0', '2016-12-12 11:23:39', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('591', '163', '欧式洋房全景', '', 'http://static.useevr.cn/163/works/a107213394ee586e/thumb.jpg', '221', 'f53181d9f3dbe702', '2016-12-12 11:54:06', '0', '', '0', '1', '1', '14', '0', '0', '0', '0', '0', '0', '2016-12-12 11:54:06', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('592', '163', '新中式客厅', '', 'http://static.useevr.cn/163/works/f07ec8495e404a77/thumb.jpg', '222', '9148fbcfc2c04ed1', '2016-12-12 14:06:39', '0', '', '0', '0', '1', '5', '0', '0', '0', '0', '1', '0', '2016-12-12 14:06:39', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('593', '163', '综合办公室', '', 'http://static.useevr.cn/163/works/c2b24f0134233f0a/thumb.jpg', '225', 'b876f8556fb6db45', '2016-12-12 14:38:32', '0', '', '0', '0', '1', '4', '0', '0', '0', '0', '0', '0', '2016-12-12 14:38:32', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('594', '163', '宾馆大厅', '', 'http://static.useevr.cn/163/works/0ab560b8e8d22095/thumb.jpg', '225', '4d2ef93c7228f3f9', '2016-12-12 14:50:19', '0', '', '0', '0', '1', '4', '0', '0', '0', '0', '0', '0', '2016-12-12 14:50:19', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('595', '12', '测试', '', 'http://static.useevr.cn/12/works/a8f316f4a57a9d57/thumb.jpg', '1', '780f5d0bb4e61599', '2016-12-12 15:03:16', '0', '', '0', '0', '1', '8', '0', '0', '0', '0', '0', '0', '2016-12-12 15:03:16', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('596', '12', '演示1', null, 'http://static.useevr.cn/12/works/15f3dc9acac77ad0/thumb.jpg', '1', 'ed375d73d5e859b0', '2016-12-12 15:12:49', '0', null, '0', '0', '1', '14', '0', '0', '0', '0', '0', '0', '2016-12-12 15:12:49', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('597', '12', '九华山', '', 'http://static.useevr.cn/12/works/cda892c2ebe41948/thumb.jpg', '1', '83cb79fbdd76691c', '2016-12-12 15:44:41', '0', '', '0', '0', '1', '38', '0', '0', '0', '0', '0', '0', '2016-12-12 15:44:41', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('598', '12', '儿童房', null, 'http://static.useevr.cn/12/works/8147c66df22264e2/thumb.jpg', '1', '418dcbfcd6709f7a', '2016-12-12 16:10:40', '0', null, '0', '0', '1', '9', '0', '0', '0', '0', '0', '0', '2016-12-12 16:10:40', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('599', '12', 'abcd', null, 'http://static.useevr.cn/12/works/854b2cb6cd3cbea4/thumb.jpg', '1', '1218f77768375032', '2016-12-12 16:13:51', '0', null, '0', '0', '1', '14', '0', '0', '0', '0', '0', '0', '2016-12-12 16:13:51', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('600', '12', '家乡', null, 'http://static.useevr.cn/12/works/f1945b901038b563/thumb.jpg', '1', '5614e2c2dae2d42f', '2016-12-12 16:39:07', '0', null, '0', '0', '1', '67', '0', '0', '0', '0', '0', '0', '2016-12-12 16:39:07', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('601', '12', '家乡', '我的家乡,在东北松花江上啊啊 啊啊啊', 'http://static.useevr.cn/12/works/c860320ab3dc7938/thumb.jpg', '1', '73cbd36b9b5763c8', '2016-12-12 16:52:59', '0', '', '0', '0', '1', '28', '0', '0', '0', '0', '0', '0', '2016-12-12 16:52:59', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('603', '167', '辉昂测试', '辉昂全景科技网络', 'http://static.useevr.cn/167/works/437725a6cf8871e7/thumb.jpg', '230', 'b36f6cde92cdeaa7', '2016-12-12 18:56:07', '0', '', '0', '0', '1', '65', '1', '0', '0', '0', '0', '0', '2016-12-12 18:56:07', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('604', '165', '户型1', '', 'http://static.useevr.cn/165/works/610506c78966b888/thumb.jpg', '227', '1ff421f13b052190', '2016-12-12 19:28:34', '0', '', '0', '0', '1', '9', '0', '0', '0', '0', '0', '0', '2016-12-12 19:28:34', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('605', '163', '现代欧式1212', '', 'http://static.useevr.cn/163/works/cf7923022225045e/thumb.jpg', '221', '193c628a35482292', '2016-12-12 21:49:26', '0', '', '1', '1', '1', '50', '0', '0', '0', '0', '0', '0', '2016-12-12 21:49:26', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('606', '12', '我的全景', null, 'http://static.useevr.cn/12/works/a4f366cde22cf3da/thumb.jpg', '1', 'abfa6d4ebf8baca7', '2016-12-13 10:26:04', '0', null, '0', '0', '1', '21', '0', '0', '0', '0', '0', '0', '2016-12-13 10:26:04', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('607', '12', '大一点的', '', 'http://static.useevr.cn/12/media/img/0f5f72df00e00b7a.jpg', '1', 'b2880c6b5f72b926', '2016-12-13 10:29:42', '0', '', '0', '0', '1', '28', '0', '0', '0', '0', '0', '0', '2016-12-13 10:29:42', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('608', '12', '60M的', '', 'http://static.useevr.cn/12/works/1b03a21de6669879/thumb.jpg', '1', 'fa8b9028c78d9e39', '2016-12-13 11:42:56', '0', '', '0', '0', '1', '117', '4', '0', '0', '0', '0', '0', '2016-12-13 11:42:56', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('609', '170', 'house', '找房来宏略!', 'http://static.useevr.cn/170/works/b1dc65bbb3657ea2/thumb.jpg', '236', '698c153471112f59', '2016-12-13 14:17:59', '0', '', '0', '0', '1', '39', '1', '0', '1', '0', '0', '0', '2016-12-13 14:17:59', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('610', '12', '客厅', '', 'http://static.useevr.cn/12/works/d5e77d942e90b454/thumb.jpg', '1', '04b00975f1b70df7', '2016-12-13 15:57:42', '0', '', '0', '0', '1', '8', '0', '0', '0', '0', '0', '0', '2016-12-13 15:57:42', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('611', '12', '家', null, 'http://static.useevr.cn/12/works/41340282294fc7c4/thumb.jpg', '1', '97c72479598daf61', '2016-12-13 16:15:10', '0', null, '0', '0', '1', '26', '1', '0', '0', '0', '0', '0', '2016-12-13 16:15:10', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('612', '12', '我爱你', '', 'http://static.useevr.cn/12/works/a425625a59d1519c/thumb.jpg', '1', 'd36ced63cab6c069', '2016-12-13 16:26:33', '0', '', '0', '0', '1', '16', '0', '0', '0', '0', '0', '0', '2016-12-13 16:26:33', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('614', '12', '2321', '', 'http://static.useevr.cn/12/works/6afe8a1d9be0603a/thumb.jpg', '1', '7efd2cc5eea7ae7c', '2016-12-13 16:47:45', '0', '', '0', '0', '1', '29', '0', '0', '0', '0', '0', '0', '2016-12-13 16:47:45', '999', '0', '999', '1', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('615', '171', '展台全景展示', '展台设计全景展示', 'http://static.useevr.cn/171/works/a90819c56bca4b38/thumb.jpg', '237', 'dd64a182b7456933', '2016-12-13 18:53:50', '0', '', '1', '0', '1', '63', '5', '0', '0', '0', '0', '0', '2016-12-13 18:53:50', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('618', '12', '测试', '', 'http://static.useevr.cn/12/works/4d224ef524b4ded0/thumb.jpg', '1', 'fe5f37c67d83f093', '2016-12-14 09:35:17', '0', '', '0', '0', '1', '119', '2', '0', '0', '0', '0', '0', '2016-12-14 09:35:17', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('620', '12', '办公区', '', 'http://static.useevr.cn/12/works/fcd3ba9c034c8440/thumb.jpg', '1', '8ea4e53c8e2abbd2', '2016-12-15 10:51:39', '0', '', '1', '0', '1', '21', '0', '0', '0', '1', '1', '1', '2016-12-15 10:51:39', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('621', '12', '茶水间', '', 'http://static.useevr.cn/12/works/0dca862bc2eddc10/thumb.jpg', '1', 'db3023084259c44c', '2016-12-15 11:00:11', '0', '', '0', '0', '1', '14', '0', '0', '0', '0', '0', '0', '2016-12-15 11:00:11', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('622', '12', '财务室', '', 'http://static.useevr.cn/12/works/3cd051660f487fa0/thumb.jpg', '1', '77119f9ead7bf934', '2016-12-15 11:58:47', '0', '', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '2016-12-15 11:58:47', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('623', '12', '会议室', '', 'http://static.useevr.cn/12/works/ae2a2e4d9d7aec03/thumb.jpg', '1', '22cd2b17389ff7ca', '2016-12-15 12:02:48', '0', '', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '2016-12-15 12:02:48', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('624', '12', '天九集团成都分公司', '', 'http://static.useevr.cn/12/works/1349f0cb53f23169/thumb.jpg', '1', '347676a5492be516', '2016-12-15 12:04:50', '0', '', '1', '1', '1', '71', '0', '0', '0', '1', '1', '1', '2016-12-15 12:04:50', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('625', '12', '总裁办公室', '', 'http://static.useevr.cn/12/works/e93f659ed65f18bc/thumb.jpg', '1', '35277dcc3a3bfcab', '2016-12-15 12:06:24', '0', '', '0', '0', '1', '9', '0', '0', '0', '0', '0', '0', '2016-12-15 12:06:24', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('627', '12', 'w', null, 'http://static.useevr.cn/12/works/0018d3135d59ef58/thumb.jpg', '1', 'd84ed157948a1455', '2016-12-15 15:44:20', '0', null, '0', '0', '1', '8', '1', '0', '0', '0', '0', '0', '2016-12-15 15:44:20', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('628', '12', '装修返全款', null, 'http://static.useevr.cn/12/works/7993fa74d6b37c3a/thumb.jpg', '1', '987da307df7e27f7', '2016-12-15 15:51:00', '0', null, '0', '0', '1', '11', '0', '0', '0', '0', '0', '0', '2016-12-15 15:51:00', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('629', '12', '动物园', '', 'http://static.useevr.cn/12/works/dac29e194874b8c8/thumb.jpg', '1', 'bf684f3097e33fb2', '2016-12-15 16:31:57', '0', '', '0', '0', '1', '10', '2', '0', '0', '0', '0', '0', '2016-12-15 16:31:57', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('631', '12', '景和千城', '', 'http://static.useevr.cn/12/works/1a56326858ca352e/thumb.jpg', '1', 'c8bd8af5eaf2637b', '2016-12-15 17:32:05', '0', '', '1', '1', '1', '10', '0', '0', '0', '1', '1', '1', '2016-12-15 17:32:05', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('632', '12', '测试', '', 'http://static.useevr.cn/12/works/a109a9beba69b836/thumb.jpg', '1', 'aff49f39c9d849cd', '2016-12-15 17:36:32', '0', '', '0', '0', '1', '23', '1', '0', '0', '0', '0', '0', '2016-12-15 17:36:32', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('633', '12', '电梯间', null, 'http://static.useevr.cn/12/works/d98266d566957dbb/thumb.jpg', '1', '04db0e38f07847fe', '2016-12-15 17:39:47', '0', null, '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '2016-12-15 17:39:47', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('634', '12', '产品部', null, 'http://static.useevr.cn/12/works/b55d7a1862d4c238/thumb.jpg', '1', '91278308a4f807c1', '2016-12-15 17:42:29', '0', null, '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '2016-12-15 17:42:29', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('635', '12', '技术中心', null, 'http://static.useevr.cn/12/works/0d33df1de6b1e657/thumb.jpg', '1', '02fbfc347a4d0c99', '2016-12-15 17:44:57', '0', null, '0', '0', '1', '3', '0', '0', '0', '0', '0', '0', '2016-12-15 17:44:57', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('636', '12', '经理室', null, 'http://static.useevr.cn/12/works/ccf845fcf540ee33/thumb.jpg', '1', '7b138f0e472d0037', '2016-12-15 17:49:56', '0', null, '0', '0', '1', '8', '0', '0', '0', '0', '0', '0', '2016-12-15 17:49:56', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('637', '12', '业务中心', '', 'http://static.useevr.cn/12/works/667c7d6ac9c144a1/thumb.jpg', '1', '124f84502d23692f', '2016-12-15 17:51:47', '0', '', '0', '0', '1', '6', '0', '0', '0', '0', '0', '0', '2016-12-15 17:51:47', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('638', '12', '别墅', '', 'http://static.useevr.cn/12/works/14a03a46e5dd95dd/thumb.jpg', '1', 'fba9d7449ee5fbfe', '2016-12-16 00:20:15', '0', '123456', '0', '0', '1', '18', '0', '0', '0', '0', '0', '0', '2016-12-16 00:20:15', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('639', '12', '走廊', null, 'http://static.useevr.cn/12/works/34e0ecf09e263fb8/thumb.jpg', '1', '51ed0ad1cd4c7061', '2016-12-16 10:07:23', '0', null, '0', '0', '1', '8', '1', '0', '0', '0', '0', '0', '2016-12-16 10:07:23', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('640', '150', '闫玉琛', '闫玉琛,河南省南阳市人,当代著名艺术家,中国美术家协会会员,中国文化魂书画研究院副院长,国家一级美术师,河南省美术家协会会员,南阳市卧龙区美协副主席,作品在第二届“盛世中华”全国书法、美术作品大赛中荣获一等奖,在首届中越书画联谊展中荣获铜奖,奥运杯全国书画摄影大展赛荣获金奖,《青山不老》在首届“耀吉兴杯”全国书画大奖赛中荣获优秀奖,作品在2002年全国美术书法精品大赛中荣获金奖,作品在黄山杯全国书画摄影大赛中荣获金奖,作品在海峡两岸亚太地区书画摄影大展中荣获特等奖。', 'http://static.useevr.cn/150/works/9c1b174007971ab1/thumb.jpg', '206', '8a3e5d4086ce6a5c', '2016-12-16 11:45:13', '0', '', '0', '0', '1', '188', '6', '0', '0', '0', '0', '0', '2016-12-16 11:45:13', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('642', '12', '川美', '', 'http://static.useevr.cn/12/works/57a4c229ab76eb8d/thumb.jpg', '1', 'a783459c3393a024', '2016-12-16 13:45:28', '0', '', '0', '0', '1', '37', '0', '0', '0', '0', '0', '0', '2016-12-16 13:45:28', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('643', '12', '测试测试', '', 'http://static.useevr.cn/12/works/fc7c30a663402bd8/thumb.jpg', '1', 'f4591b108f1ecbfa', '2016-12-16 14:22:55', '0', '66666', '0', '0', '1', '23', '3', '0', '0', '0', '0', '0', '2016-12-16 14:22:55', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('644', '178', 'w', null, 'http://static.useevr.cn/178/works/2d0147a18f5fb69f/thumb.jpg', '252', 'bc4902faf1b9ed63', '2016-12-16 16:02:34', '0', null, '0', '0', '1', '3', '0', '0', '0', '0', '0', '0', '2016-12-16 16:02:34', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('646', '180', '121323', null, 'http://static.useevr.cn/180/works/113f57a822543871/thumb.jpg', '255', '099886a6aff02992', '2016-12-16 16:58:54', '0', null, '0', '0', '1', '4', '0', '0', '0', '0', '0', '0', '2016-12-16 16:58:54', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('650', '178', '先锋村警务VR指挥系统', '先锋村警务VR指挥系统', 'http://static.useevr.cn/178/works/0a8da33d1f8e89da/thumb.jpg', '252', 'a49f8daab00bbeaf', '2016-12-16 18:45:13', '0', '', '1', '1', '1', '19', '0', '1', '0', '0', '1', '1', '2016-12-16 18:45:13', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('654', '185', '边检站', '', 'http://static.useevr.cn/185/works/1c6af4f4d9a531d3/thumb.jpg', '259', 'fb7dab67a359a3ce', '2016-12-19 10:43:02', '0', '', '0', '0', '1', '8', '0', '0', '0', '0', '0', '0', '2016-12-19 10:43:02', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('655', '12', '测试20161219', '', 'http://static.useevr.cn/12/works/51329cde1b1711f3/thumb.jpg', '1', '5d0d8d42e8d30d4e', '2016-12-19 15:22:31', '0', '', '0', '0', '1', '53', '0', '0', '0', '0', '0', '0', '2016-12-19 15:22:31', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('656', '12', '加油站便利店乐凯设计院', null, 'http://static.useevr.cn/12/works/f98845cf887df5e6/thumb.jpg', '1', '626c9d18b0e3d919', '2016-12-19 15:49:39', '0', null, '0', '0', '1', '560', '25', '0', '0', '0', '0', '0', '2016-12-19 15:49:39', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('658', '12', '飞车个女孩吧', '', 'http://static.useevr.cn/12/works/288edbd5fe4ee1a5/thumb.jpg', '1', '241a96e9734e3c20', '2016-12-19 17:44:05', '0', '', '0', '0', '1', '33', '0', '0', '0', '0', '0', '0', '2016-12-19 17:44:05', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('659', '12', '锦秀2222', '', 'http://static.useevr.cn/12/works/b7c6cafdc38a212c/thumb.jpg', '1', '5d328f83bcd8dbae', '2016-12-19 22:00:04', '0', '', '0', '0', '1', '43', '1', '0', '0', '0', '0', '0', '2016-12-19 22:00:04', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('660', '12', '福塔', null, 'http://static.useevr.cn/12/works/44d25985d77f0a3c/thumb.jpg', '1', '6ea01ef52f215a31', '2016-12-20 11:28:55', '0', null, '0', '0', '1', '19', '1', '0', '0', '0', '0', '0', '2016-12-20 11:28:55', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('663', '12', '111', null, 'http://static.useevr.cn/12/works/7137711c1d2de477/thumb.jpg', '1', '39ef69f49583d6f5', '2016-12-20 14:34:31', '0', null, '0', '0', '1', '5', '0', '0', '0', '0', '0', '0', '2016-12-20 14:34:31', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('665', '12', '三大三大ASDFASD', null, 'http://static.useevr.cn/12/works/297c6555e96ed8fe/thumb.jpg', '249', '31b461efc88ad7e2', '2016-12-20 15:28:15', '0', null, '0', '0', '1', '2', '1', '0', '0', '0', '0', '0', '2016-12-20 15:28:15', '999', '0', '999', '0', '1', 'http://static.useevr.cn/'); INSERT INTO `u_worksmain` VALUES ('666', '191', '车景', null, 'http://static.useevr.cn/191/works/d1e3440ba556ec72/thumb.jpg', '266', '04451ecd3b759558', '2016-12-20 16:44:01', '0', null, '0', '0', '1', '6', '0', '0', '0', '0', '0', '0', '2016-12-20 16:44:01', '999', '0', '999', '0', '0', 'http://static.useevr.cn/'); -- ---------------------------- -- Table structure for `u_cus_mediares` -- ---------------------------- DROP TABLE IF EXISTS `u_cus_mediares`; CREATE TABLE `u_cus_mediares` ( `pk_media_res` int(11) NOT NULL AUTO_INCREMENT, `media_type` tinyint(1) NOT NULL COMMENT '1音乐 0图片', `view_uuid` varchar(16) NOT NULL, `create_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP, `media_path` varchar(255) NOT NULL, `absolutelocation` varchar(255) NOT NULL, `media_name` varchar(100) NOT NULL, `pk_user_main` int(11) NOT NULL COMMENT '关联userid', `media_suffix` varchar(100) NOT NULL COMMENT '后缀', `media_size` int(11) NOT NULL COMMENT '文件大小 ', PRIMARY KEY (`pk_media_res`) ) ENGINE=InnoDB AUTO_INCREMENT=340 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_cus_mediares -- ---------------------------- INSERT INTO `u_cus_mediares` VALUES ('20', '1', '85baa24afa8fa702', '2016-09-17 12:51:33', '12/media/msc/85baa24afa8fa702.mp3', 'http://static.useevr.cn/12/media/msc/85baa24afa8fa702.mp3', '艾薇儿 iam with you', '12', '.mp3', '3574'); INSERT INTO `u_cus_mediares` VALUES ('26', '1', 'cc93a320316441a1', '2016-10-02 16:29:08', '47/media/msc/cc93a320316441a1.mp3', 'http://static.useevr.cn/47/media/msc/cc93a320316441a1.mp3', 'Dido - This Land Is Mine', '47', '.mp3', '3636'); INSERT INTO `u_cus_mediares` VALUES ('27', '1', '314282886fff1fa7', '2016-10-02 16:31:04', '47/media/msc/314282886fff1fa7.mp3', 'http://static.useevr.cn/47/media/msc/314282886fff1fa7.mp3', '许巍 - 生活不止眼前的苟且', '47', '.mp3', '4941'); INSERT INTO `u_cus_mediares` VALUES ('28', '0', '7d017a58ab889a6a', '2016-10-02 16:39:19', '47/media/img/7d017a58ab889a6a.jpg', 'http://static.useevr.cn/47/media/img/7d017a58ab889a6a.jpg', 'u=3838370834,2249184255#*^@^*#fm=21#*^@^*#gp=0', '47', '.jpg', '9'); INSERT INTO `u_cus_mediares` VALUES ('29', '0', '523cae3c8c442ecc', '2016-10-02 16:39:32', '47/media/img/523cae3c8c442ecc.jpg', 'http://static.useevr.cn/47/media/img/523cae3c8c442ecc.jpg', '222 - 副本', '47', '.jpg', '141'); INSERT INTO `u_cus_mediares` VALUES ('30', '0', '2ae269b734a4980c', '2016-10-02 16:40:08', '47/media/img/2ae269b734a4980c.png', 'http://static.useevr.cn/47/media/img/2ae269b734a4980c.png', 'cloud', '47', '.png', '1'); INSERT INTO `u_cus_mediares` VALUES ('31', '0', '1b02ec525e87dcc6', '2016-10-03 17:38:28', '12/media/img/1b02ec525e87dcc6.JPG', 'http://static.useevr.cn/12/media/img/1b02ec525e87dcc6.JPG', '产品特点1', '12', '.JPG', '53'); INSERT INTO `u_cus_mediares` VALUES ('32', '0', 'bcc0ee412345d8ff', '2016-10-03 17:38:43', '12/media/img/bcc0ee412345d8ff.jpg', 'http://static.useevr.cn/12/media/img/bcc0ee412345d8ff.jpg', 'HC系列静音型风管式室内机 GMV-NH(R)56PLA尺寸1010x450x200', '12', '.jpg', '37'); INSERT INTO `u_cus_mediares` VALUES ('33', '0', '59bb9c08237c8717', '2016-10-03 17:39:02', '12/media/img/59bb9c08237c8717.JPG', 'http://static.useevr.cn/12/media/img/59bb9c08237c8717.JPG', '产品特点1', '12', '.JPG', '53'); INSERT INTO `u_cus_mediares` VALUES ('34', '0', '8ffc22f1b0c6815d', '2016-10-05 00:51:34', '49/media/img/8ffc22f1b0c6815d.png', 'http://static.useevr.cn/49/media/img/8ffc22f1b0c6815d.png', 'Panoera_logo', '49', '.png', '10'); INSERT INTO `u_cus_mediares` VALUES ('35', '0', 'e802f98234062a93', '2016-10-05 00:51:59', '49/media/img/e802f98234062a93.png', 'http://static.useevr.cn/49/media/img/e802f98234062a93.png', 'Panoera_logo', '49', '.png', '10'); INSERT INTO `u_cus_mediares` VALUES ('36', '0', '5e2f245bd0f80ff2', '2016-10-05 00:52:49', '49/media/img/5e2f245bd0f80ff2.png', 'http://static.useevr.cn/49/media/img/5e2f245bd0f80ff2.png', 'XL360VR Logo2 (Trans)', '49', '.png', '568'); INSERT INTO `u_cus_mediares` VALUES ('37', '1', 'cfa5ec11df65863b', '2016-10-05 00:56:20', '49/media/msc/cfa5ec11df65863b.mp3', 'http://static.useevr.cn/49/media/msc/cfa5ec11df65863b.mp3', 'Our Lantau, Our Land. _�們�_大嶼�__ Will Cho', '49', '.mp3', '6960'); INSERT INTO `u_cus_mediares` VALUES ('39', '1', '6cb5c0a8102c2c2f', '2016-10-06 11:47:57', '12/media/msc/6cb5c0a8102c2c2f.mp3', 'http://static.useevr.cn/12/media/msc/6cb5c0a8102c2c2f.mp3', '红日(声动亚洲)', '12', '.mp3', '2069'); INSERT INTO `u_cus_mediares` VALUES ('40', '0', '921ec7b45fb3ffb5', '2016-10-06 15:27:39', '52/media/img/921ec7b45fb3ffb5.jpg', 'http://static.useevr.cn/52/media/img/921ec7b45fb3ffb5.jpg', '2', '52', '.jpg', '188'); INSERT INTO `u_cus_mediares` VALUES ('41', '0', '7353a83bf861b9e6', '2016-10-06 15:27:54', '52/media/img/7353a83bf861b9e6.jpg', 'http://static.useevr.cn/52/media/img/7353a83bf861b9e6.jpg', '2', '52', '.jpg', '188'); INSERT INTO `u_cus_mediares` VALUES ('42', '0', '4a896edb50a0bce8', '2016-10-06 15:27:59', '52/media/img/4a896edb50a0bce8.jpg', 'http://static.useevr.cn/52/media/img/4a896edb50a0bce8.jpg', '2', '52', '.jpg', '188'); INSERT INTO `u_cus_mediares` VALUES ('43', '0', '4c31ea25af2906de', '2016-10-06 15:28:13', '52/media/img/4c31ea25af2906de.jpg', 'http://static.useevr.cn/52/media/img/4c31ea25af2906de.jpg', '2', '52', '.jpg', '188'); INSERT INTO `u_cus_mediares` VALUES ('44', '0', 'f82bfe810c1423d2', '2016-10-07 16:38:21', '51/media/img/f82bfe810c1423d2.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/media/img/f82bfe810c1423d2.jpg', '002', '51', '.jpg', '1895'); INSERT INTO `u_cus_mediares` VALUES ('45', '0', '986941ba74dc6dc8', '2016-10-07 18:52:09', '51/media/img/986941ba74dc6dc8.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/media/img/986941ba74dc6dc8.jpg', '1', '51', '.jpg', '10285'); INSERT INTO `u_cus_mediares` VALUES ('46', '0', '0f96474f74a7a4d3', '2016-10-07 19:45:17', '51/media/img/0f96474f74a7a4d3.png', 'http://qiniu.wxhdv2.b-bri.cn/51/media/img/0f96474f74a7a4d3.png', '1', '51', '.png', '16'); INSERT INTO `u_cus_mediares` VALUES ('47', '0', '660274d7204ba0cc', '2016-10-07 19:48:10', '51/media/img/660274d7204ba0cc.png', 'http://qiniu.wxhdv2.b-bri.cn/51/media/img/660274d7204ba0cc.png', '下', '51', '.png', '16'); INSERT INTO `u_cus_mediares` VALUES ('48', '0', '653184dcdf88dabe', '2016-10-07 19:48:12', '51/media/img/653184dcdf88dabe.png', 'http://qiniu.wxhdv2.b-bri.cn/51/media/img/653184dcdf88dabe.png', '向上', '51', '.png', '16'); INSERT INTO `u_cus_mediares` VALUES ('49', '0', '228f45314d017366', '2016-10-07 19:48:15', '51/media/img/228f45314d017366.png', 'http://qiniu.wxhdv2.b-bri.cn/51/media/img/228f45314d017366.png', '向左', '51', '.png', '16'); INSERT INTO `u_cus_mediares` VALUES ('50', '1', '0f2d6d571b8246dd', '2016-10-08 11:22:14', '51/media/msc/0f2d6d571b8246dd.mp3', 'http://qiniu.wxhdv2.b-bri.cn/51/media/msc/0f2d6d571b8246dd.mp3', 'Vangelis - Conquest Of Paradise', '51', '.mp3', '4668'); INSERT INTO `u_cus_mediares` VALUES ('51', '0', '1d561d3525940f18', '2016-10-11 13:25:39', '12/media/img/1d561d3525940f18.png', 'http://static.useevr.cn/12/media/img/1d561d3525940f18.png', 'ad', '12', '.png', '102'); INSERT INTO `u_cus_mediares` VALUES ('52', '0', '7e7d7fd07f04fd4c', '2016-10-11 17:51:27', '12/media/img/7e7d7fd07f04fd4c.jpg', 'http://static.useevr.cn/12/media/img/7e7d7fd07f04fd4c.jpg', 'b05fe8efeacaa16bf341597ec4693345', '12', '.jpg', '563'); INSERT INTO `u_cus_mediares` VALUES ('53', '0', '0b4a979a36fc621d', '2016-10-12 10:26:01', '12/media/img/0b4a979a36fc621d.jpg', 'http://static.useevr.cn/12/media/img/0b4a979a36fc621d.jpg', 'b05fe8efeacaa16bf341597ec4693345', '12', '.jpg', '563'); INSERT INTO `u_cus_mediares` VALUES ('54', '0', '1c1edd97882b6f57', '2016-10-12 21:31:09', '12/media/img/1c1edd97882b6f57.jpg', 'http://static.useevr.cn/12/media/img/1c1edd97882b6f57.jpg', 'h_large_u5VV_4e01000167962f75', '12', '.jpg', '11'); INSERT INTO `u_cus_mediares` VALUES ('55', '0', '9eeb06dcaadb38b6', '2016-10-12 21:31:23', '12/media/img/9eeb06dcaadb38b6.jpg', 'http://static.useevr.cn/12/media/img/9eeb06dcaadb38b6.jpg', 'h_large_u5VV_4e01000167962f75', '12', '.jpg', '11'); INSERT INTO `u_cus_mediares` VALUES ('73', '0', '97ab71d8126ce4a8', '2016-10-14 12:36:57', '12/media/img/97ab71d8126ce4a8.jpg', 'http://static.useevr.cn/12/media/img/97ab71d8126ce4a8.jpg', '000', '12', '.jpg', '98'); INSERT INTO `u_cus_mediares` VALUES ('74', '0', '2c1fbbd3b42fab07', '2016-10-14 12:37:10', '12/media/img/2c1fbbd3b42fab07.jpg', 'http://static.useevr.cn/12/media/img/2c1fbbd3b42fab07.jpg', '000', '12', '.jpg', '98'); INSERT INTO `u_cus_mediares` VALUES ('75', '1', '311e1fa8c1214bd7', '2016-10-14 13:15:00', '12/media/msc/311e1fa8c1214bd7.mp3', 'http://static.useevr.cn/12/media/msc/311e1fa8c1214bd7.mp3', '123', '12', '.mp3', '857'); INSERT INTO `u_cus_mediares` VALUES ('76', '0', 'fa19a837f37e7486', '2016-10-14 13:16:01', '12/media/img/fa19a837f37e7486.jpg', 'http://static.useevr.cn/12/media/img/fa19a837f37e7486.jpg', 'rainpo', '12', '.jpg', '26'); INSERT INTO `u_cus_mediares` VALUES ('77', '0', 'cadba7639df0fb0d', '2016-10-14 13:57:11', '55/media/img/cadba7639df0fb0d.png', 'http://static.useevr.cn/55/media/img/cadba7639df0fb0d.png', 'phone1', '55', '.png', '7'); INSERT INTO `u_cus_mediares` VALUES ('78', '0', '73e083006457301d', '2016-10-14 14:10:47', '55/media/img/73e083006457301d.png', 'http://static.useevr.cn/55/media/img/73e083006457301d.png', 'VR按钮', '55', '.png', '24'); INSERT INTO `u_cus_mediares` VALUES ('79', '0', 'cd18c42114444448', '2016-10-14 14:11:52', '55/media/img/cd18c42114444448.jpg', 'http://static.useevr.cn/55/media/img/cd18c42114444448.jpg', '11.back', '55', '.jpg', '623'); INSERT INTO `u_cus_mediares` VALUES ('80', '1', '449c42b4af4a03df', '2016-10-14 14:27:47', '55/media/msc/449c42b4af4a03df.mp3', 'http://static.useevr.cn/55/media/msc/449c42b4af4a03df.mp3', 'bj', '55', '.mp3', '1312'); INSERT INTO `u_cus_mediares` VALUES ('81', '0', '71d80fa2272ee3fc', '2016-10-14 14:41:19', '55/media/img/71d80fa2272ee3fc.png', 'http://static.useevr.cn/55/media/img/71d80fa2272ee3fc.png', 'zjzx', '55', '.png', '26'); INSERT INTO `u_cus_mediares` VALUES ('86', '0', '317b3c547aea42b3', '2016-10-14 19:29:47', '46/media/img/317b3c547aea42b3.png', 'http://cdn.useevr.cn/46/media/img/317b3c547aea42b3.png', 'qr', '46', '.png', '0'); INSERT INTO `u_cus_mediares` VALUES ('87', '0', '364545cd06ab96b6', '2016-10-14 19:28:13', '46/media/img/364545cd06ab96b6.png', 'http://cdn.useevr.cn/46/media/img/364545cd06ab96b6.png', 'logo (1)', '46', '.png', '33'); INSERT INTO `u_cus_mediares` VALUES ('88', '0', '3c43ed0bb65f3ffd', '2016-10-14 19:29:37', '46/media/img/3c43ed0bb65f3ffd.png', 'http://cdn.useevr.cn/46/media/img/3c43ed0bb65f3ffd.png', '1474423195', '46', '.png', '8'); INSERT INTO `u_cus_mediares` VALUES ('89', '0', '2ee5cf4fbdf889ea', '2016-10-14 19:29:58', '46/media/img/2ee5cf4fbdf889ea.png', 'http://cdn.useevr.cn/46/media/img/2ee5cf4fbdf889ea.png', '1474423195', '46', '.png', '8'); INSERT INTO `u_cus_mediares` VALUES ('90', '0', 'a23c672c7e4424aa', '2016-10-15 10:45:27', '46/media/img/a23c672c7e4424aa.png', 'http://cdn.useevr.cn/46/media/img/a23c672c7e4424aa.png', 'budi', '46', '.png', '60'); INSERT INTO `u_cus_mediares` VALUES ('91', '0', '2388a830cc4eecd4', '2016-10-15 10:49:10', '46/media/img/2388a830cc4eecd4.png', 'http://static.useevr.cn/46/media/img/2388a830cc4eecd4.png', 'budi', '46', '.png', '60'); INSERT INTO `u_cus_mediares` VALUES ('92', '0', '1987f16fb46e7b46', '2016-10-15 10:50:17', '46/media/img/1987f16fb46e7b46.png', 'http://cdn.useevr.cn/46/media/img/1987f16fb46e7b46.png', 'krpano-roundlogo', '46', '.png', '66'); INSERT INTO `u_cus_mediares` VALUES ('93', '0', '78ba2918566b3529', '2016-10-15 10:50:59', '46/media/img/78ba2918566b3529.png', 'http://cdn.useevr.cn/46/media/img/78ba2918566b3529.png', '保利云上', '46', '.png', '86'); INSERT INTO `u_cus_mediares` VALUES ('94', '0', '157944581431f5d3', '2016-10-16 04:40:03', '12/media/img/157944581431f5d3.jpg', 'http://static.useevr.cn/12/media/img/157944581431f5d3.jpg', '县城地图', '12', '.jpg', '137'); INSERT INTO `u_cus_mediares` VALUES ('95', '0', '2f4d061b3181b08a', '2016-10-16 04:40:35', '12/media/img/2f4d061b3181b08a.jpg', 'http://static.useevr.cn/12/media/img/2f4d061b3181b08a.jpg', '全景开场图片', '12', '.jpg', '35'); INSERT INTO `u_cus_mediares` VALUES ('96', '0', '7f5dec8d6031fa72', '2016-10-17 10:26:17', '46/media/img/7f5dec8d6031fa72.png', 'http://cdn.useevr.cn/46/media/img/7f5dec8d6031fa72.png', '1111', '46', '.png', '57'); INSERT INTO `u_cus_mediares` VALUES ('97', '0', 'd819592d8ae4df74', '2016-10-17 10:49:22', '46/media/img/d819592d8ae4df74.png', 'http://cdn.useevr.cn/46/media/img/d819592d8ae4df74.png', '1474423195', '46', '.png', '8'); INSERT INTO `u_cus_mediares` VALUES ('98', '0', '7f4ec8ff4e04c246', '2016-10-17 10:52:38', '46/media/img/7f4ec8ff4e04c246.png', 'http://cdn.useevr.cn/46/media/img/7f4ec8ff4e04c246.png', '1111', '46', '.png', '57'); INSERT INTO `u_cus_mediares` VALUES ('99', '1', '2c5f21f80f9d3d92', '2016-10-17 10:53:12', '46/media/msc/2c5f21f80f9d3d92.mp3', 'http://cdn.useevr.cn/46/media/msc/2c5f21f80f9d3d92.mp3', '红日(声动亚洲)', '46', '.mp3', '2069'); INSERT INTO `u_cus_mediares` VALUES ('117', '0', 'ccea0130c027499f', '2016-10-22 11:02:51', '12/media/img/ccea0130c027499f.png', 'http://static.useevr.cn/12/media/img/ccea0130c027499f.png', 'logo', '12', '.png', '18'); INSERT INTO `u_cus_mediares` VALUES ('118', '1', 'e3189f7e243cd1e3', '2016-10-22 20:15:06', '56/media/msc/e3189f7e243cd1e3.mp3', 'http://static.useevr.cn/56/media/msc/e3189f7e243cd1e3.mp3', '(佛)心是莲花开', '56', '.mp3', '2030'); INSERT INTO `u_cus_mediares` VALUES ('119', '0', 'b4ba0c0f190f5cc9', '2016-10-22 20:18:04', '56/media/img/b4ba0c0f190f5cc9.jpg', 'http://static.useevr.cn/56/media/img/b4ba0c0f190f5cc9.jpg', '飞天影像名片', '56', '.jpg', '163'); INSERT INTO `u_cus_mediares` VALUES ('120', '0', '7d9159188485b308', '2016-10-22 20:19:05', '56/media/img/7d9159188485b308.png', 'http://static.useevr.cn/56/media/img/7d9159188485b308.png', '720全景用(补地)logo', '56', '.png', '173'); INSERT INTO `u_cus_mediares` VALUES ('121', '1', '8acad8c3861350df', '2016-10-22 20:30:37', '56/media/msc/8acad8c3861350df.mp3', 'http://static.useevr.cn/56/media/msc/8acad8c3861350df.mp3', '浪客剑心(钢琴)_朗诵背景音乐', '56', '.mp3', '1336'); INSERT INTO `u_cus_mediares` VALUES ('122', '0', '50dc2070708b03da', '2016-10-24 15:39:34', '12/media/img/50dc2070708b03da.jpg', 'http://static.useevr.cn/12/media/img/50dc2070708b03da.jpg', 't02', '12', '.jpg', '45'); INSERT INTO `u_cus_mediares` VALUES ('123', '1', 'b8f5e59077bb8d1f', '2016-10-26 15:53:39', '12/media/msc/b8f5e59077bb8d1f.mp3', 'http://static.useevr.cn/12/media/msc/b8f5e59077bb8d1f.mp3', 'Lou Bega - Angelina(1)', '12', '.mp3', '4732'); INSERT INTO `u_cus_mediares` VALUES ('124', '0', 'efbb3cf57112b607', '2016-10-26 20:37:42', '12/media/img/efbb3cf57112b607.jpg', 'http://static.useevr.cn/12/media/img/efbb3cf57112b607.jpg', '22f6e97c389a', '12', '.jpg', '63'); INSERT INTO `u_cus_mediares` VALUES ('125', '0', '97d1c594d19e0e69', '2016-10-31 09:34:09', '12/media/img/97d1c594d19e0e69.png', 'http://static.useevr.cn/12/media/img/97d1c594d19e0e69.png', '电话图标40x40', '12', '.png', '6'); INSERT INTO `u_cus_mediares` VALUES ('126', '0', '137b40a0fe4dd432', '2016-11-01 12:11:20', '62/media/img/137b40a0fe4dd432.jpg', 'http://static.useevr.cn/62/media/img/137b40a0fe4dd432.jpg', '厨房_', '62', '.jpg', '781'); INSERT INTO `u_cus_mediares` VALUES ('127', '0', 'a9baff406f8b3d24', '2016-11-01 15:32:36', '0/media/img/a9baff406f8b3d24.png', 'http://static.useevr.cn/0/media/img/a9baff406f8b3d24.png', '收听', '0', '.png', '2'); INSERT INTO `u_cus_mediares` VALUES ('128', '0', 'd38f7c250664c3c0', '2016-11-01 15:32:59', '0/media/img/d38f7c250664c3c0.png', 'http://static.useevr.cn/0/media/img/d38f7c250664c3c0.png', '收听', '0', '.png', '2'); INSERT INTO `u_cus_mediares` VALUES ('129', '0', 'f6137bb505746be1', '2016-11-01 16:57:21', '0/media/img/f6137bb505746be1.png', 'http://static.useevr.cn/0/media/img/f6137bb505746be1.png', '收听', '0', '.png', '2'); INSERT INTO `u_cus_mediares` VALUES ('130', '0', 'f761c6f95aa1627f', '2016-11-05 15:58:34', '12/media/img/f761c6f95aa1627f.png', 'http://static.useevr.cn/12/media/img/f761c6f95aa1627f.png', '教育', '12', '.png', '1'); INSERT INTO `u_cus_mediares` VALUES ('133', '0', 'af94b5b9edee7d9d', '2016-11-08 09:28:50', '12/media/img/af94b5b9edee7d9d.jpg', 'http://static.useevr.cn/12/media/img/af94b5b9edee7d9d.jpg', 'mb_back', '12', '.jpg', '26'); INSERT INTO `u_cus_mediares` VALUES ('134', '0', '66e73b5aeefcb537', '2016-11-08 09:34:51', '12/media/img/66e73b5aeefcb537.jpg', 'http://static.useevr.cn/12/media/img/66e73b5aeefcb537.jpg', 'comment0oymflu', '12', '.jpg', '38'); INSERT INTO `u_cus_mediares` VALUES ('135', '0', '7af71d861c9854c4', '2016-11-10 11:52:38', '12/media/img/7af71d861c9854c4.jpg', 'http://static.useevr.cn/12/media/img/7af71d861c9854c4.jpg', 't02', '12', '.jpg', '45'); INSERT INTO `u_cus_mediares` VALUES ('136', '0', 'ed64bebd5051fd22', '2016-11-10 14:09:13', '12/media/img/ed64bebd5051fd22.jpg', 'http://static.useevr.cn/12/media/img/ed64bebd5051fd22.jpg', 't02', '12', '.jpg', '45'); INSERT INTO `u_cus_mediares` VALUES ('137', '0', '7396d597363da021', '2016-11-10 14:09:56', '12/media/img/7396d597363da021.png', 'http://static.useevr.cn/12/media/img/7396d597363da021.png', '巨发科技', '12', '.png', '9'); INSERT INTO `u_cus_mediares` VALUES ('138', '0', 'f96da19361fc0a78', '2016-11-10 14:18:06', '12/media/img/f96da19361fc0a78.png', 'http://static.useevr.cn/12/media/img/f96da19361fc0a78.png', 'Foy2DfQjEjx4AilSQncSvxLLoFZq', '12', '.png', '346'); INSERT INTO `u_cus_mediares` VALUES ('139', '0', '50bae17ad05ffdb6', '2016-11-15 16:40:48', '12/media/img/50bae17ad05ffdb6.jpg', 'http://static.useevr.cn/12/media/img/50bae17ad05ffdb6.jpg', 'S', '12', '.jpg', '1743'); INSERT INTO `u_cus_mediares` VALUES ('140', '0', 'b60a906ef677af82', '2016-11-15 20:44:15', '75/media/img/b60a906ef677af82.JPG', 'http://static.useevr.cn/75/media/img/b60a906ef677af82.JPG', '_DSC0671', '75', '.JPG', '1723'); INSERT INTO `u_cus_mediares` VALUES ('141', '0', '2cd951fb4efafc55', '2016-11-16 11:56:49', '77/media/img/2cd951fb4efafc55.png', 'http://static.useevr.cn/77/media/img/2cd951fb4efafc55.png', '1', '77', '.png', '457'); INSERT INTO `u_cus_mediares` VALUES ('142', '0', 'd9d334c1cf68b0f6', '2016-11-16 14:12:47', '0/media/img/d9d334c1cf68b0f6.png', 'http://static.useevr.cn/0/media/img/d9d334c1cf68b0f6.png', '1', '0', '.png', '457'); INSERT INTO `u_cus_mediares` VALUES ('143', '0', '405a9229d06c5ae6', '2016-11-16 16:01:33', '79/media/img/405a9229d06c5ae6.png', 'http://static.useevr.cn/79/media/img/405a9229d06c5ae6.png', '图片1', '79', '.png', '47'); INSERT INTO `u_cus_mediares` VALUES ('144', '0', '9a66100900007fef', '2016-11-16 16:20:06', '79/media/img/9a66100900007fef.png', 'http://static.useevr.cn/79/media/img/9a66100900007fef.png', 'APP中兴LOGO74', '79', '.png', '7'); INSERT INTO `u_cus_mediares` VALUES ('145', '0', 'a059527befca2ce3', '2016-11-16 17:50:07', '79/media/img/a059527befca2ce3.png', 'http://static.useevr.cn/79/media/img/a059527befca2ce3.png', '购物车', '79', '.png', '4'); INSERT INTO `u_cus_mediares` VALUES ('146', '0', 'f67424934b0c8f27', '2016-11-16 17:51:56', '79/media/img/f67424934b0c8f27.png', 'http://static.useevr.cn/79/media/img/f67424934b0c8f27.png', '家人', '79', '.png', '4'); INSERT INTO `u_cus_mediares` VALUES ('147', '0', '550ed18add55b149', '2016-11-16 18:12:55', '79/media/img/550ed18add55b149.png', 'http://static.useevr.cn/79/media/img/550ed18add55b149.png', '未标题-1', '79', '.png', '81'); INSERT INTO `u_cus_mediares` VALUES ('148', '0', 'bfaaf46c8cc0e923', '2016-11-16 18:13:46', '79/media/img/bfaaf46c8cc0e923.png', 'http://static.useevr.cn/79/media/img/bfaaf46c8cc0e923.png', '未标题-1', '79', '.png', '10'); INSERT INTO `u_cus_mediares` VALUES ('149', '0', 'a7a8dd3c2bd1225f', '2016-11-16 18:25:15', '79/media/img/a7a8dd3c2bd1225f.jpg', 'http://static.useevr.cn/79/media/img/a7a8dd3c2bd1225f.jpg', '22', '79', '.jpg', '1397'); INSERT INTO `u_cus_mediares` VALUES ('150', '0', '4b88985720ebc1e7', '2016-11-16 18:25:54', '79/media/img/4b88985720ebc1e7.png', 'http://static.useevr.cn/79/media/img/4b88985720ebc1e7.png', '眼睛', '79', '.png', '13'); INSERT INTO `u_cus_mediares` VALUES ('151', '0', '54907e21f921ee36', '2016-11-16 18:34:46', '79/media/img/54907e21f921ee36.png', 'http://static.useevr.cn/79/media/img/54907e21f921ee36.png', '电视', '79', '.png', '6'); INSERT INTO `u_cus_mediares` VALUES ('152', '1', '85ae01881c772a52', '2016-11-16 18:38:33', '79/media/msc/85ae01881c772a52.mp3', 'http://static.useevr.cn/79/media/msc/85ae01881c772a52.mp3', '钢琴曲', '79', '.mp3', '1312'); INSERT INTO `u_cus_mediares` VALUES ('153', '1', '5a75c1986d47f2af', '2016-11-17 08:07:28', '79/media/msc/5a75c1986d47f2af.mp3', 'http://static.useevr.cn/79/media/msc/5a75c1986d47f2af.mp3', '瑞士名表广告片_标清', '79', '.mp3', '1444'); INSERT INTO `u_cus_mediares` VALUES ('154', '0', '23764c40edc8e102', '2016-11-17 08:28:17', '79/media/img/23764c40edc8e102.jpg', 'http://static.useevr.cn/79/media/img/23764c40edc8e102.jpg', '101', '79', '.jpg', '93'); INSERT INTO `u_cus_mediares` VALUES ('155', '1', 'd3d9a029795e4fbd', '2016-11-17 15:46:35', '74/media/msc/d3d9a029795e4fbd.mp3', 'http://static.useevr.cn/74/media/msc/d3d9a029795e4fbd.mp3', '陈佩廷 - 梅兰曲 - 纯音乐版', '74', '.mp3', '8063'); INSERT INTO `u_cus_mediares` VALUES ('156', '1', '0e3cca4750f084f7', '2016-11-17 15:46:46', '74/media/msc/0e3cca4750f084f7.mp3', 'http://static.useevr.cn/74/media/msc/0e3cca4750f084f7.mp3', '陈佩廷 - 梅兰曲 - 纯音乐版', '74', '.mp3', '8063'); INSERT INTO `u_cus_mediares` VALUES ('157', '1', '94b9bed504990c15', '2016-11-17 15:46:56', '74/media/msc/94b9bed504990c15.mp3', 'http://static.useevr.cn/74/media/msc/94b9bed504990c15.mp3', '陈佩廷 - 梅兰曲 - 纯音乐版', '74', '.mp3', '8063'); INSERT INTO `u_cus_mediares` VALUES ('158', '0', '80f9048553519daf', '2016-11-17 16:32:28', '81/media/img/80f9048553519daf.jpg', 'http://static.useevr.cn/81/media/img/80f9048553519daf.jpg', '12', '81', '.jpg', '5025'); INSERT INTO `u_cus_mediares` VALUES ('159', '0', '07d55e7994b01232', '2016-11-17 16:52:27', '81/media/img/07d55e7994b01232.png', 'http://static.useevr.cn/81/media/img/07d55e7994b01232.png', 'ASD', '81', '.png', '327'); INSERT INTO `u_cus_mediares` VALUES ('160', '0', '556eab407b713a4e', '2016-11-17 18:02:10', '81/media/img/556eab407b713a4e.jpg', 'http://static.useevr.cn/81/media/img/556eab407b713a4e.jpg', '01', '81', '.jpg', '5036'); INSERT INTO `u_cus_mediares` VALUES ('161', '0', '7152ef92a0f8c37e', '2016-11-17 19:05:40', '79/media/img/7152ef92a0f8c37e.jpg', 'http://static.useevr.cn/79/media/img/7152ef92a0f8c37e.jpg', 'TB21ChaiVXXXXXVXXXXXXXXXXXX_!!2203660023', '79', '.jpg', '244'); INSERT INTO `u_cus_mediares` VALUES ('162', '0', 'c8b8dfe4322b2f6f', '2016-11-17 19:05:54', '79/media/img/c8b8dfe4322b2f6f.jpg', 'http://static.useevr.cn/79/media/img/c8b8dfe4322b2f6f.jpg', 'TB2ATw1iFXXXXcaXXXXXXXXXXXX_!!2203660023', '79', '.jpg', '184'); INSERT INTO `u_cus_mediares` VALUES ('163', '0', '62c3e2acf28e0f90', '2016-11-17 19:08:25', '79/media/img/62c3e2acf28e0f90.jpg', 'http://static.useevr.cn/79/media/img/62c3e2acf28e0f90.jpg', 'TB20QE1iFXXXXb9XXXXXXXXXXXX_!!2203660023', '79', '.jpg', '202'); INSERT INTO `u_cus_mediares` VALUES ('164', '0', '0484be97997c6e4e', '2016-11-17 19:15:46', '79/media/img/0484be97997c6e4e.jpg', 'http://static.useevr.cn/79/media/img/0484be97997c6e4e.jpg', 'TB2UCveXg9J.eBjSspeXXXKWpXa_!!2203660023', '79', '.jpg', '251'); INSERT INTO `u_cus_mediares` VALUES ('165', '0', '1da96c194f86a461', '2016-11-17 19:19:58', '79/media/img/1da96c194f86a461.jpg', 'http://static.useevr.cn/79/media/img/1da96c194f86a461.jpg', 'TB2UCveXg9J.eBjSspeXXXKWpXa_!!2203660023', '79', '.jpg', '253'); INSERT INTO `u_cus_mediares` VALUES ('166', '0', 'bdf0d9f97022fcd3', '2016-11-18 01:31:48', '12/media/img/bdf0d9f97022fcd3.jpg', 'http://static.useevr.cn/12/media/img/bdf0d9f97022fcd3.jpg', '20161104010753', '12', '.jpg', '428'); INSERT INTO `u_cus_mediares` VALUES ('167', '1', '3684caf30cf3416e', '2016-11-18 09:58:45', '65/media/msc/3684caf30cf3416e.mp3', 'http://static.useevr.cn/65/media/msc/3684caf30cf3416e.mp3', 'Alan Walker - Fade (逐渐消逝)', '65', '.mp3', '4240'); INSERT INTO `u_cus_mediares` VALUES ('168', '1', 'e697491746ecce97', '2016-11-18 10:00:58', '65/media/msc/e697491746ecce97.mp3', 'http://static.useevr.cn/65/media/msc/e697491746ecce97.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('169', '1', '299c79e7305ff203', '2016-11-18 10:00:58', '65/media/msc/299c79e7305ff203.mp3', 'http://static.useevr.cn/65/media/msc/299c79e7305ff203.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('170', '1', 'e1fdff7c9911f5d5', '2016-11-18 10:00:58', '65/media/msc/e1fdff7c9911f5d5.mp3', 'http://static.useevr.cn/65/media/msc/e1fdff7c9911f5d5.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('171', '1', '53f40b07d49b8ee6', '2016-11-18 10:00:58', '65/media/msc/53f40b07d49b8ee6.mp3', 'http://static.useevr.cn/65/media/msc/53f40b07d49b8ee6.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('172', '1', '38de2aacd2cae7a6', '2016-11-18 10:01:57', '65/media/msc/38de2aacd2cae7a6.mp3', 'http://static.useevr.cn/65/media/msc/38de2aacd2cae7a6.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('173', '1', '700e4c7aada66b27', '2016-11-18 10:01:59', '65/media/msc/700e4c7aada66b27.mp3', 'http://static.useevr.cn/65/media/msc/700e4c7aada66b27.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('174', '1', '2e1d9a30941549e5', '2016-11-18 10:02:00', '65/media/msc/2e1d9a30941549e5.mp3', 'http://static.useevr.cn/65/media/msc/2e1d9a30941549e5.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('175', '1', 'f8550f73b1f1f311', '2016-11-18 10:02:01', '65/media/msc/f8550f73b1f1f311.mp3', 'http://static.useevr.cn/65/media/msc/f8550f73b1f1f311.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('176', '1', 'bfc07389033bb2ce', '2016-11-18 10:02:14', '65/media/msc/bfc07389033bb2ce.mp3', 'http://static.useevr.cn/65/media/msc/bfc07389033bb2ce.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('177', '1', '94a434a903f4c003', '2016-11-18 10:02:14', '65/media/msc/94a434a903f4c003.mp3', 'http://static.useevr.cn/65/media/msc/94a434a903f4c003.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('178', '1', '2665151d98693193', '2016-11-18 10:02:14', '65/media/msc/2665151d98693193.mp3', 'http://static.useevr.cn/65/media/msc/2665151d98693193.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('179', '1', 'b622ed466445049e', '2016-11-18 10:02:14', '65/media/msc/b622ed466445049e.mp3', 'http://static.useevr.cn/65/media/msc/b622ed466445049e.mp3', 'Dubravka Tomšič - Piano Sonata No. 8 In C Minor, Op. 13 _Pathétique_ - III. Rondo - Allegro (贝', '65', '.mp3', '4676'); INSERT INTO `u_cus_mediares` VALUES ('180', '1', '375b39366691737c', '2016-11-18 10:03:20', '65/media/msc/375b39366691737c.mp3', 'http://static.useevr.cn/65/media/msc/375b39366691737c.mp3', 'Alan Walker - Fade (逐渐消逝)', '65', '.mp3', '4240'); INSERT INTO `u_cus_mediares` VALUES ('181', '1', '2e1d584b2610e4f6', '2016-11-18 11:31:48', '89/media/msc/2e1d584b2610e4f6.mp3', 'http://static.useevr.cn/89/media/msc/2e1d584b2610e4f6.mp3', '轻柔很舒心 优美女声', '89', '.mp3', '4487'); INSERT INTO `u_cus_mediares` VALUES ('182', '0', '70bb2251afc7215a', '2016-11-18 11:36:26', '89/media/img/70bb2251afc7215a.jpg', 'http://static.useevr.cn/89/media/img/70bb2251afc7215a.jpg', 'wo', '89', '.jpg', '155'); INSERT INTO `u_cus_mediares` VALUES ('183', '0', 'ced5971801d441b2', '2016-11-18 16:28:30', '12/media/img/ced5971801d441b2.jpg', 'http://static.useevr.cn/12/media/img/ced5971801d441b2.jpg', 'thumb', '12', '.jpg', '11'); INSERT INTO `u_cus_mediares` VALUES ('184', '1', '86985d7e6de95a0e', '2016-11-18 17:20:43', '90/media/msc/86985d7e6de95a0e.mp3', 'http://static.useevr.cn/90/media/msc/86985d7e6de95a0e.mp3', 'Adele - Rolling In The Deep', '90', '.mp3', '3669'); INSERT INTO `u_cus_mediares` VALUES ('185', '0', '0d0270239d62bea6', '2016-11-18 17:26:48', '90/media/img/0d0270239d62bea6.jpg', 'http://static.useevr.cn/90/media/img/0d0270239d62bea6.jpg', 'pic', '90', '.jpg', '235'); INSERT INTO `u_cus_mediares` VALUES ('186', '0', 'c0e632d5fb1f0fc1', '2016-11-19 16:28:56', '93/media/img/c0e632d5fb1f0fc1.jpg', 'http://static.useevr.cn/93/media/img/c0e632d5fb1f0fc1.jpg', '1110_2', '93', '.jpg', '87'); INSERT INTO `u_cus_mediares` VALUES ('187', '0', '04e4b2444cb082e9', '2016-11-19 16:29:30', '93/media/img/04e4b2444cb082e9.jpg', 'http://static.useevr.cn/93/media/img/04e4b2444cb082e9.jpg', '888', '93', '.jpg', '6769'); INSERT INTO `u_cus_mediares` VALUES ('188', '0', '9d51c72af65ac629', '2016-11-19 23:26:13', '12/media/img/9d51c72af65ac629.jpg', 'http://static.useevr.cn/12/media/img/9d51c72af65ac629.jpg', '72道门_航拍', '12', '.jpg', '48207'); INSERT INTO `u_cus_mediares` VALUES ('189', '0', '06d2f759ba5d0929', '2016-11-19 23:28:15', '12/media/img/06d2f759ba5d0929.jpg', 'http://static.useevr.cn/12/media/img/06d2f759ba5d0929.jpg', '72道门_航拍.preview', '12', '.jpg', '79'); INSERT INTO `u_cus_mediares` VALUES ('190', '0', 'c85f6f35602a7b21', '2016-11-21 18:22:12', '12/media/img/c85f6f35602a7b21.jpg', 'http://static.useevr.cn/12/media/img/c85f6f35602a7b21.jpg', 'pano_f', '12', '.jpg', '237'); INSERT INTO `u_cus_mediares` VALUES ('191', '0', '2dea8cb0dd7e3d4e', '2016-11-21 19:00:00', '99/media/img/2dea8cb0dd7e3d4e.png', 'http://static.useevr.cn/99/media/img/2dea8cb0dd7e3d4e.png', '配色', '99', '.png', '110'); INSERT INTO `u_cus_mediares` VALUES ('193', '0', '205864d91ffce40d', '2016-11-22 20:32:58', '12/media/img/205864d91ffce40d.png', 'http://static.useevr.cn/12/media/img/205864d91ffce40d.png', 'logo', '12', '.png', '15'); INSERT INTO `u_cus_mediares` VALUES ('194', '0', 'ef9e653a46d99799', '2016-11-23 15:41:38', '12/media/img/ef9e653a46d99799.png', 'http://static.useevr.cn/12/media/img/ef9e653a46d99799.png', '111', '12', '.png', '199'); INSERT INTO `u_cus_mediares` VALUES ('195', '0', '4c73a5cfd2ddcbdb', '2016-11-23 21:34:21', '106/media/img/4c73a5cfd2ddcbdb.jpg', 'http://static.useevr.cn/106/media/img/4c73a5cfd2ddcbdb.jpg', '示例图片_03_副本', '106', '.jpg', '131'); INSERT INTO `u_cus_mediares` VALUES ('196', '0', '1f882f469d985b7d', '2016-11-23 21:34:28', '106/media/img/1f882f469d985b7d.png', 'http://static.useevr.cn/106/media/img/1f882f469d985b7d.png', 'service_mf', '106', '.png', '1'); INSERT INTO `u_cus_mediares` VALUES ('197', '0', '77b24b977138630f', '2016-11-24 19:19:55', '12/media/img/77b24b977138630f.png', 'http://static.useevr.cn/12/media/img/77b24b977138630f.png', 'logo1', '12', '.png', '103'); INSERT INTO `u_cus_mediares` VALUES ('198', '0', 'df8a2840a86a4359', '2016-11-27 10:04:53', '12/media/img/df8a2840a86a4359.png', 'http://static.useevr.cn/12/media/img/df8a2840a86a4359.png', 'llo1', '12', '.png', '9'); INSERT INTO `u_cus_mediares` VALUES ('199', '0', '7641a7d0963832e7', '2016-11-27 10:05:17', '12/media/img/7641a7d0963832e7.png', 'http://static.useevr.cn/12/media/img/7641a7d0963832e7.png', 'llo1', '12', '.png', '9'); INSERT INTO `u_cus_mediares` VALUES ('200', '0', '305a8a0a36e7bdb1', '2016-11-27 10:13:51', '12/media/img/305a8a0a36e7bdb1.png', 'http://static.useevr.cn/12/media/img/305a8a0a36e7bdb1.png', 'LO', '12', '.png', '68'); INSERT INTO `u_cus_mediares` VALUES ('201', '1', '39a958f127584920', '2016-11-27 10:21:49', '12/media/msc/39a958f127584920.mp3', 'http://static.useevr.cn/12/media/msc/39a958f127584920.mp3', 'gqq', '12', '.mp3', '8526'); INSERT INTO `u_cus_mediares` VALUES ('202', '0', '509e6c39bc8c8a46', '2016-11-27 10:24:15', '12/media/img/509e6c39bc8c8a46.png', 'http://static.useevr.cn/12/media/img/509e6c39bc8c8a46.png', 'LO', '12', '.png', '156'); INSERT INTO `u_cus_mediares` VALUES ('203', '0', '9301c8ff03846aad', '2016-11-27 10:29:15', '12/media/img/9301c8ff03846aad.jpg', 'http://static.useevr.cn/12/media/img/9301c8ff03846aad.jpg', 'huase', '12', '.jpg', '22689'); INSERT INTO `u_cus_mediares` VALUES ('204', '0', 'a34a720a7b6c1955', '2016-11-27 10:33:35', '12/media/img/a34a720a7b6c1955.jpg', 'http://static.useevr.cn/12/media/img/a34a720a7b6c1955.jpg', 'huase', '12', '.jpg', '3973'); INSERT INTO `u_cus_mediares` VALUES ('205', '0', 'ac6ed36ffed34a4d', '2016-11-27 10:34:54', '12/media/img/ac6ed36ffed34a4d.jpg', 'http://static.useevr.cn/12/media/img/ac6ed36ffed34a4d.jpg', 'huase', '12', '.jpg', '3973'); INSERT INTO `u_cus_mediares` VALUES ('206', '0', 'b5e93eae80452fbf', '2016-11-27 10:38:20', '12/media/img/b5e93eae80452fbf.jpg', 'http://static.useevr.cn/12/media/img/b5e93eae80452fbf.jpg', 'huase', '12', '.jpg', '1468'); INSERT INTO `u_cus_mediares` VALUES ('207', '0', '706576c6f862b8a7', '2016-11-27 10:41:20', '12/media/img/706576c6f862b8a7.jpg', 'http://static.useevr.cn/12/media/img/706576c6f862b8a7.jpg', 'huas22e', '12', '.jpg', '949'); INSERT INTO `u_cus_mediares` VALUES ('208', '0', '0ff47b44fc54322d', '2016-11-27 10:45:18', '12/media/img/0ff47b44fc54322d.jpg', 'http://static.useevr.cn/12/media/img/0ff47b44fc54322d.jpg', '666', '12', '.jpg', '825'); INSERT INTO `u_cus_mediares` VALUES ('209', '0', 'e82eaafe9989fc91', '2016-11-27 10:48:36', '12/media/img/e82eaafe9989fc91.png', 'http://static.useevr.cn/12/media/img/e82eaafe9989fc91.png', '333', '12', '.png', '297'); INSERT INTO `u_cus_mediares` VALUES ('210', '0', '2ee9e9dff323599d', '2016-11-27 10:55:40', '112/media/img/2ee9e9dff323599d.jpg', 'http://static.useevr.cn/112/media/img/2ee9e9dff323599d.jpg', '666', '112', '.jpg', '825'); INSERT INTO `u_cus_mediares` VALUES ('211', '0', 'f74afdbde8c5ece4', '2016-11-27 10:56:16', '112/media/img/f74afdbde8c5ece4.png', 'http://static.useevr.cn/112/media/img/f74afdbde8c5ece4.png', '333', '112', '.png', '297'); INSERT INTO `u_cus_mediares` VALUES ('212', '1', '5e095a815c466035', '2016-11-27 10:56:58', '112/media/msc/5e095a815c466035.mp3', 'http://static.useevr.cn/112/media/msc/5e095a815c466035.mp3', 'gqq', '112', '.mp3', '8526'); INSERT INTO `u_cus_mediares` VALUES ('213', '0', '3cd16be0130804a9', '2016-11-27 11:02:31', '112/media/img/3cd16be0130804a9.png', 'http://static.useevr.cn/112/media/img/3cd16be0130804a9.png', '111', '112', '.png', '3'); INSERT INTO `u_cus_mediares` VALUES ('214', '0', '34ec697c16550196', '2016-11-27 11:05:20', '112/media/img/34ec697c16550196.png', 'http://static.useevr.cn/112/media/img/34ec697c16550196.png', '111', '112', '.png', '3'); INSERT INTO `u_cus_mediares` VALUES ('215', '1', '850e0ac3379fbf0a', '2016-11-27 13:55:11', '113/media/msc/850e0ac3379fbf0a.mp3', 'http://static.useevr.cn/113/media/msc/850e0ac3379fbf0a.mp3', 'Touch Love', '113', '.mp3', '1467'); INSERT INTO `u_cus_mediares` VALUES ('216', '0', '143f35b2dcf9679b', '2016-11-27 13:57:00', '113/media/img/143f35b2dcf9679b.jpg', 'http://static.useevr.cn/113/media/img/143f35b2dcf9679b.jpg', '123123123123', '113', '.jpg', '161'); INSERT INTO `u_cus_mediares` VALUES ('217', '0', '4b48bafeb5d2753a', '2016-11-27 15:20:44', '109/media/img/4b48bafeb5d2753a.png', 'http://static.useevr.cn/109/media/img/4b48bafeb5d2753a.png', 'soundonoff', '109', '.png', '37'); INSERT INTO `u_cus_mediares` VALUES ('218', '0', '3a751d79755a32f7', '2016-11-27 15:21:09', '109/media/img/3a751d79755a32f7.jpg', 'http://static.useevr.cn/109/media/img/3a751d79755a32f7.jpg', '全景测试图片', '109', '.jpg', '10138'); INSERT INTO `u_cus_mediares` VALUES ('219', '0', '351e1175c92fbc0a', '2016-11-28 14:15:00', '117/media/img/351e1175c92fbc0a.png', 'http://static.useevr.cn/117/media/img/351e1175c92fbc0a.png', '4', '117', '.png', '28'); INSERT INTO `u_cus_mediares` VALUES ('220', '0', '354ebc41e9b0d1c7', '2016-11-28 14:15:22', '117/media/img/354ebc41e9b0d1c7.png', 'http://static.useevr.cn/117/media/img/354ebc41e9b0d1c7.png', 'QQ图片20150202221238', '117', '.png', '99'); INSERT INTO `u_cus_mediares` VALUES ('221', '0', 'd28d96413a1d4386', '2016-11-28 14:36:56', '12/media/img/d28d96413a1d4386.jpg', 'http://static.useevr.cn/12/media/img/d28d96413a1d4386.jpg', '10656845_170159648190_2', '12', '.jpg', '219'); INSERT INTO `u_cus_mediares` VALUES ('222', '0', '218749201e0cee79', '2016-11-28 14:37:08', '12/media/img/218749201e0cee79.jpg', 'http://static.useevr.cn/12/media/img/218749201e0cee79.jpg', '10656845_170159648190_2', '12', '.jpg', '219'); INSERT INTO `u_cus_mediares` VALUES ('223', '0', 'cddfcbebb35d5973', '2016-11-28 17:02:59', '121/media/img/cddfcbebb35d5973.jpg', 'http://static.useevr.cn/121/media/img/cddfcbebb35d5973.jpg', 'IMG_1303 Panorama.left', '121', '.jpg', '182'); INSERT INTO `u_cus_mediares` VALUES ('224', '0', '4df5447df834a1b2', '2016-11-28 17:03:06', '121/media/img/4df5447df834a1b2.jpg', 'http://static.useevr.cn/121/media/img/4df5447df834a1b2.jpg', 'IMG_1303 Panorama.right', '121', '.jpg', '208'); INSERT INTO `u_cus_mediares` VALUES ('225', '0', '02afad52912006b3', '2016-11-28 17:03:12', '121/media/img/02afad52912006b3.jpg', 'http://static.useevr.cn/121/media/img/02afad52912006b3.jpg', 'IMG_1303 Panorama.back', '121', '.jpg', '175'); INSERT INTO `u_cus_mediares` VALUES ('226', '0', '15f26f2d0fb46596', '2016-11-29 00:08:46', '12/media/img/15f26f2d0fb46596.jpg', 'http://static.useevr.cn/12/media/img/15f26f2d0fb46596.jpg', '全景测试图片', '12', '.jpg', '10138'); INSERT INTO `u_cus_mediares` VALUES ('227', '0', '235ac9ace4012585', '2016-11-29 09:28:59', '112/media/img/235ac9ace4012585.png', 'http://static.useevr.cn/112/media/img/235ac9ace4012585.png', 'logo', '112', '.png', '407'); INSERT INTO `u_cus_mediares` VALUES ('228', '0', 'e56adc465dcc30ed', '2016-11-29 09:50:24', '112/media/img/e56adc465dcc30ed.png', 'http://static.useevr.cn/112/media/img/e56adc465dcc30ed.png', 'logo', '112', '.png', '247'); INSERT INTO `u_cus_mediares` VALUES ('229', '0', 'c6e5c1715d3e31e9', '2016-11-29 21:44:02', '12/media/img/c6e5c1715d3e31e9.jpg', 'http://static.useevr.cn/12/media/img/c6e5c1715d3e31e9.jpg', '00', '12', '.jpg', '35'); INSERT INTO `u_cus_mediares` VALUES ('230', '0', '66d60ab9d98559c0', '2016-11-29 21:44:37', '12/media/img/66d60ab9d98559c0.jpg', 'http://static.useevr.cn/12/media/img/66d60ab9d98559c0.jpg', '00', '12', '.jpg', '35'); INSERT INTO `u_cus_mediares` VALUES ('231', '0', '6129c4d12a6054a9', '2016-11-30 07:17:55', '12/media/img/6129c4d12a6054a9.jpg', 'http://static.useevr.cn/12/media/img/6129c4d12a6054a9.jpg', '20160128112443152', '12', '.jpg', '6'); INSERT INTO `u_cus_mediares` VALUES ('232', '1', 'c5772a092120d411', '2016-11-30 11:36:05', '12/media/msc/c5772a092120d411.mp3', 'http://static.useevr.cn/12/media/msc/c5772a092120d411.mp3', '纯音乐-钢琴曲(千年恋歌)', '12', '.mp3', '4116'); INSERT INTO `u_cus_mediares` VALUES ('233', '0', 'e057596340621b0b', '2016-11-30 13:27:13', '131/media/img/e057596340621b0b.jpg', 'http://static.useevr.cn/131/media/img/e057596340621b0b.jpg', '581956c9N20007198', '131', '.jpg', '368'); INSERT INTO `u_cus_mediares` VALUES ('234', '0', '38d0b09de8e7f531', '2016-12-01 17:27:17', '12/media/img/38d0b09de8e7f531.jpg', 'http://static.useevr.cn/12/media/img/38d0b09de8e7f531.jpg', 'indexadbj3', '12', '.jpg', '510'); INSERT INTO `u_cus_mediares` VALUES ('235', '0', 'f4e6e3d00833b5af', '2016-11-30 19:28:36', '12/media/img/f4e6e3d00833b5af.png', 'http://static.useevr.cn/12/media/img/f4e6e3d00833b5af.png', 'logo-useevr-108', '12', '.png', '12'); INSERT INTO `u_cus_mediares` VALUES ('236', '1', '17c2ec3ac6a48b8d', '2016-12-01 17:37:50', '74/media/msc/17c2ec3ac6a48b8d.mp3', 'http://static.useevr.cn/74/media/msc/17c2ec3ac6a48b8d.mp3', 'Refrain - Anan Ryoko', '74', '.mp3', '6441'); INSERT INTO `u_cus_mediares` VALUES ('237', '1', 'e209dd14bcf76732', '2016-12-01 17:37:56', '74/media/msc/e209dd14bcf76732.mp3', 'http://static.useevr.cn/74/media/msc/e209dd14bcf76732.mp3', 'The Truth That You Leave - pianoboy', '74', '.mp3', '7196'); INSERT INTO `u_cus_mediares` VALUES ('238', '1', '308f200979f7c984', '2016-12-01 17:38:01', '74/media/msc/308f200979f7c984.mp3', 'http://static.useevr.cn/74/media/msc/308f200979f7c984.mp3', '小提琴与钢琴的对话 - 卡农', '74', '.mp3', '3691'); INSERT INTO `u_cus_mediares` VALUES ('239', '0', '65bb5d39283703af', '2016-12-02 13:50:33', '12/media/img/65bb5d39283703af.png', 'http://static.useevr.cn/12/media/img/65bb5d39283703af.png', '德瑞传媒1', '12', '.png', '74'); INSERT INTO `u_cus_mediares` VALUES ('240', '0', '485b4b4fc5a6c9d7', '2016-12-03 09:43:51', '112/media/img/485b4b4fc5a6c9d7.JPG', 'http://static.useevr.cn/112/media/img/485b4b4fc5a6c9d7.JPG', '木', '112', '.JPG', '120'); INSERT INTO `u_cus_mediares` VALUES ('241', '0', 'a075de5350cae831', '2016-12-03 09:47:00', '112/media/img/a075de5350cae831.png', 'http://static.useevr.cn/112/media/img/a075de5350cae831.png', 'logo', '112', '.png', '221'); INSERT INTO `u_cus_mediares` VALUES ('242', '0', '9c05a635fdf37aec', '2016-12-03 09:56:28', '112/media/img/9c05a635fdf37aec.png', 'http://static.useevr.cn/112/media/img/9c05a635fdf37aec.png', 'logo2', '112', '.png', '185'); INSERT INTO `u_cus_mediares` VALUES ('243', '0', 'a14b66fb46528f17', '2016-12-04 17:03:30', '12/media/img/a14b66fb46528f17.jpg', 'http://static.useevr.cn/12/media/img/a14b66fb46528f17.jpg', '沙盘', '12', '.jpg', '49'); INSERT INTO `u_cus_mediares` VALUES ('244', '0', '31d33736bda37ba5', '2016-12-04 19:58:12', '12/media/img/31d33736bda37ba5.jpg', 'http://static.useevr.cn/12/media/img/31d33736bda37ba5.jpg', '669fb864hcdaa942673db&690', '12', '.jpg', '28'); INSERT INTO `u_cus_mediares` VALUES ('245', '0', 'a5a3249da3d5db7e', '2016-12-04 20:00:09', '12/media/img/a5a3249da3d5db7e.jpg', 'http://static.useevr.cn/12/media/img/a5a3249da3d5db7e.jpg', '811753961495803922', '12', '.jpg', '78'); INSERT INTO `u_cus_mediares` VALUES ('246', '1', 'b87704501be3b452', '2016-12-05 20:57:30', '12/media/msc/b87704501be3b452.mp3', 'http://static.useevr.cn/12/media/msc/b87704501be3b452.mp3', 'Enya - Only Time', '12', '.mp3', '3528'); INSERT INTO `u_cus_mediares` VALUES ('247', '0', 'fda677be7625fd8f', '2016-12-05 21:23:33', '12/media/img/fda677be7625fd8f.png', 'http://static.useevr.cn/12/media/img/fda677be7625fd8f.png', 'QQ图片20161205203047', '12', '.png', '97'); INSERT INTO `u_cus_mediares` VALUES ('248', '0', 'd230916320677cf2', '2016-12-06 09:46:52', '112/media/img/d230916320677cf2.jpg', 'http://static.useevr.cn/112/media/img/d230916320677cf2.jpg', '2b2ad', '112', '.jpg', '71'); INSERT INTO `u_cus_mediares` VALUES ('249', '0', '388d34491f259091', '2016-12-06 09:47:28', '112/media/img/388d34491f259091.jpg', 'http://static.useevr.cn/112/media/img/388d34491f259091.jpg', '香格里拉墙身石材', '112', '.jpg', '62'); INSERT INTO `u_cus_mediares` VALUES ('250', '0', '964c84d157eeed08', '2016-12-06 17:21:58', '0/media/img/964c84d157eeed08.jpg', 'http://static.useevr.cn/0/media/img/964c84d157eeed08.jpg', 'TB2O0A0iXXXXXbqXpXXXXXXXXXX_!!2564342818', '0', '.jpg', '244'); INSERT INTO `u_cus_mediares` VALUES ('251', '0', '7e5348d0fbcea85f', '2016-12-06 18:53:09', '12/media/img/7e5348d0fbcea85f.png', 'http://static.useevr.cn/12/media/img/7e5348d0fbcea85f.png', '2', '12', '.png', '271'); INSERT INTO `u_cus_mediares` VALUES ('252', '0', '3168cf7e89d3b089', '2016-12-07 10:19:16', '12/media/img/3168cf7e89d3b089.jpg', 'http://static.useevr.cn/12/media/img/3168cf7e89d3b089.jpg', 'TB2wENnipXXXXX5XXXXXXXXXXXX_!!2564342818', '12', '.jpg', '265'); INSERT INTO `u_cus_mediares` VALUES ('253', '0', '332915ab10aac26b', '2016-12-07 11:30:17', '142/media/img/332915ab10aac26b.jpg', 'http://static.useevr.cn/142/media/img/332915ab10aac26b.jpg', 'IMG_20160609_130147', '142', '.jpg', '4688'); INSERT INTO `u_cus_mediares` VALUES ('254', '0', 'cfb370df2edc2157', '2016-12-07 11:37:16', '142/media/img/cfb370df2edc2157.png', 'http://static.useevr.cn/142/media/img/cfb370df2edc2157.png', 'logo (1)', '142', '.png', '13'); INSERT INTO `u_cus_mediares` VALUES ('255', '0', 'e40dcc53fac850d6', '2016-12-07 14:29:33', '144/media/img/e40dcc53fac850d6.jpg', 'http://static.useevr.cn/144/media/img/e40dcc53fac850d6.jpg', 'mobile_b', '144', '.jpg', '322'); INSERT INTO `u_cus_mediares` VALUES ('256', '0', 'd8276cbf8804f9ea', '2016-12-07 15:15:09', '12/media/img/d8276cbf8804f9ea.jpg', 'http://static.useevr.cn/12/media/img/d8276cbf8804f9ea.jpg', '微信支付', '12', '.jpg', '49'); INSERT INTO `u_cus_mediares` VALUES ('257', '0', '7ebb3850b264c39c', '2016-12-07 16:09:50', '12/media/img/7ebb3850b264c39c.jpg', 'http://static.useevr.cn/12/media/img/7ebb3850b264c39c.jpg', '765-332---VR全景banner(1)', '12', '.jpg', '71'); INSERT INTO `u_cus_mediares` VALUES ('258', '0', 'ebe8d9c84c0ca7d2', '2016-12-07 16:14:17', '12/media/img/ebe8d9c84c0ca7d2.jpg', 'http://static.useevr.cn/12/media/img/ebe8d9c84c0ca7d2.jpg', '765-332---VR全景banner(1)', '12', '.jpg', '71'); INSERT INTO `u_cus_mediares` VALUES ('259', '0', '9a1550371e1034b7', '2016-12-07 16:19:19', '12/media/img/9a1550371e1034b7.jpg', 'http://static.useevr.cn/12/media/img/9a1550371e1034b7.jpg', '2f999313-d576-49b1-98da-43750663728b', '12', '.jpg', '46'); INSERT INTO `u_cus_mediares` VALUES ('260', '1', '1acbbdac6ca9d8fd', '2016-12-07 16:26:32', '12/media/msc/1acbbdac6ca9d8fd.mp3', 'http://static.useevr.cn/12/media/msc/1acbbdac6ca9d8fd.mp3', '北京爱情故事(求婚歌曲)', '12', '.mp3', '8046'); INSERT INTO `u_cus_mediares` VALUES ('261', '1', 'e56374e5100514ca', '2016-12-07 16:28:48', '12/media/msc/e56374e5100514ca.mp3', 'http://static.useevr.cn/12/media/msc/e56374e5100514ca.mp3', '北京爱情故事(求婚歌曲)', '12', '.mp3', '8046'); INSERT INTO `u_cus_mediares` VALUES ('262', '1', '3ed735abab273049', '2016-12-08 08:03:19', '147/media/msc/3ed735abab273049.mp3', 'http://static.useevr.cn/147/media/msc/3ed735abab273049.mp3', '边巴德吉 - 宁嘟啦(喜欢你)', '147', '.mp3', '5120'); INSERT INTO `u_cus_mediares` VALUES ('263', '1', '7d59dfdaba13e194', '2016-12-08 10:22:47', '147/media/msc/7d59dfdaba13e194.mp3', 'http://static.useevr.cn/147/media/msc/7d59dfdaba13e194.mp3', 'S.E.N.S. - Pure White Story', '147', '.mp3', '4173'); INSERT INTO `u_cus_mediares` VALUES ('264', '1', '39972733017ac8c2', '2016-12-08 10:23:48', '147/media/msc/39972733017ac8c2.mp3', 'http://static.useevr.cn/147/media/msc/39972733017ac8c2.mp3', 'Richard Marx - Right Here Waiting', '147', '.mp3', '10579'); INSERT INTO `u_cus_mediares` VALUES ('265', '0', 'a44c4dede7d4712a', '2016-12-08 12:18:01', '12/media/img/a44c4dede7d4712a.jpg', 'http://static.useevr.cn/12/media/img/a44c4dede7d4712a.jpg', '2', '12', '.jpg', '20'); INSERT INTO `u_cus_mediares` VALUES ('266', '0', '1c2a45642042d3dd', '2016-12-08 12:18:12', '12/media/img/1c2a45642042d3dd.jpg', 'http://static.useevr.cn/12/media/img/1c2a45642042d3dd.jpg', '2', '12', '.jpg', '20'); INSERT INTO `u_cus_mediares` VALUES ('267', '0', 'f95ead55318e5f23', '2016-12-08 12:31:43', '12/media/img/f95ead55318e5f23.jpg', 'http://static.useevr.cn/12/media/img/f95ead55318e5f23.jpg', '5', '12', '.jpg', '18'); INSERT INTO `u_cus_mediares` VALUES ('268', '0', 'fa0bcb0c5270379d', '2016-12-08 12:51:28', '12/media/img/fa0bcb0c5270379d.png', 'http://static.useevr.cn/12/media/img/fa0bcb0c5270379d.png', 'icon', '12', '.png', '17'); INSERT INTO `u_cus_mediares` VALUES ('269', '1', 'fbadacc36ff926b5', '2016-12-08 12:59:08', '12/media/msc/fbadacc36ff926b5.mp3', 'http://static.useevr.cn/12/media/msc/fbadacc36ff926b5.mp3', '爱是你我 - 苏伦图,甘雅丹', '12', '.mp3', '3875'); INSERT INTO `u_cus_mediares` VALUES ('270', '1', '4a7093e8450e2af2', '2016-12-08 17:40:52', '147/media/msc/4a7093e8450e2af2.mp3', 'http://static.useevr.cn/147/media/msc/4a7093e8450e2af2.mp3', '儿童歌曲 - 三只小熊 - 韩文版', '147', '.mp3', '2797'); INSERT INTO `u_cus_mediares` VALUES ('272', '0', '16b48f8f37973e12', '2016-12-09 08:47:58', '12/media/img/16b48f8f37973e12.jpg', 'http://static.useevr.cn/12/media/img/16b48f8f37973e12.jpg', '9c111f3e-19ce-4163-ad60-4ea38d7bf458', '12', '.jpg', '80'); INSERT INTO `u_cus_mediares` VALUES ('273', '1', 'c3590cea6fffe452', '2016-12-09 13:41:07', '152/media/msc/c3590cea6fffe452.mp3', 'http://static.useevr.cn/152/media/msc/c3590cea6fffe452.mp3', '爱是你我 - 苏伦图,甘雅丹', '152', '.mp3', '3875'); INSERT INTO `u_cus_mediares` VALUES ('274', '1', 'a2160d48860b0207', '2016-12-09 13:45:12', '152/media/msc/a2160d48860b0207.mp3', 'http://static.useevr.cn/152/media/msc/a2160d48860b0207.mp3', '爱是你我 - 苏伦图,甘雅丹', '152', '.mp3', '3875'); INSERT INTO `u_cus_mediares` VALUES ('275', '0', '27e617786c4b3711', '2016-12-09 13:51:01', '152/media/img/27e617786c4b3711.jpg', 'http://static.useevr.cn/152/media/img/27e617786c4b3711.jpg', 'mobile_u', '152', '.jpg', '101'); INSERT INTO `u_cus_mediares` VALUES ('276', '0', 'e7b7ae4c3ba3b756', '2016-12-09 13:51:21', '152/media/img/e7b7ae4c3ba3b756.jpg', 'http://static.useevr.cn/152/media/img/e7b7ae4c3ba3b756.jpg', 'mobile_r', '152', '.jpg', '292'); INSERT INTO `u_cus_mediares` VALUES ('277', '0', 'b8110d3384efa2f2', '2016-12-09 14:21:22', '152/media/img/b8110d3384efa2f2.jpg', 'http://static.useevr.cn/152/media/img/b8110d3384efa2f2.jpg', 'mobile_b', '152', '.jpg', '280'); INSERT INTO `u_cus_mediares` VALUES ('278', '0', '3a7859c4b9d0c964', '2016-12-09 14:26:13', '150/media/img/3a7859c4b9d0c964.JPG', 'http://static.useevr.cn/150/media/img/3a7859c4b9d0c964.JPG', '红利有余', '150', '.JPG', '2956'); INSERT INTO `u_cus_mediares` VALUES ('280', '0', 'a4d548c5192faf38', '2016-12-09 14:33:47', '150/media/img/a4d548c5192faf38.JPG', 'http://static.useevr.cn/150/media/img/a4d548c5192faf38.JPG', '富贵满堂', '150', '.JPG', '3103'); INSERT INTO `u_cus_mediares` VALUES ('281', '0', '3d2687d38292e89f', '2016-12-09 14:34:05', '150/media/img/3d2687d38292e89f.JPG', 'http://static.useevr.cn/150/media/img/3d2687d38292e89f.JPG', '和气致祥', '150', '.JPG', '2989'); INSERT INTO `u_cus_mediares` VALUES ('282', '1', '255c4e3b5de9e68a', '2016-12-09 14:38:42', '150/media/msc/255c4e3b5de9e68a.mp3', 'http://static.useevr.cn/150/media/msc/255c4e3b5de9e68a.mp3', '西厢词 - 于秋旋', '150', '.mp3', '4823'); INSERT INTO `u_cus_mediares` VALUES ('285', '0', '28b20a9d57542b45', '2016-12-09 15:43:59', '12/media/img/28b20a9d57542b45.jpg', 'http://static.useevr.cn/12/media/img/28b20a9d57542b45.jpg', '01', '12', '.jpg', '4546'); INSERT INTO `u_cus_mediares` VALUES ('286', '0', 'd7682c5a015237bc', '2016-12-09 16:26:39', '0/media/img/d7682c5a015237bc.png', 'http://static.useevr.cn/0/media/img/d7682c5a015237bc.png', 'logo', '0', '.png', '31'); INSERT INTO `u_cus_mediares` VALUES ('287', '0', 'a76c102ba05d5557', '2016-12-09 16:27:10', '0/media/img/a76c102ba05d5557.jpg', 'http://static.useevr.cn/0/media/img/a76c102ba05d5557.jpg', 'thumb', '0', '.jpg', '12'); INSERT INTO `u_cus_mediares` VALUES ('288', '0', '0bfd2142ab2b0a14', '2016-12-10 18:42:09', '158/media/img/0bfd2142ab2b0a14.png', 'http://static.useevr.cn/158/media/img/0bfd2142ab2b0a14.png', '1479371592813nhq', '158', '.png', '0'); INSERT INTO `u_cus_mediares` VALUES ('289', '1', '2dfa19601ac37c22', '2016-12-11 08:51:19', '147/media/msc/2dfa19601ac37c22.mp3', 'http://static.useevr.cn/147/media/msc/2dfa19601ac37c22.mp3', '萨克斯 - 回家', '147', '.mp3', '5302'); INSERT INTO `u_cus_mediares` VALUES ('290', '0', 'ba6b13341d857dc1', '2016-12-12 11:37:26', '163/media/img/ba6b13341d857dc1.png', 'http://static.useevr.cn/163/media/img/ba6b13341d857dc1.png', '名品视觉LOGO副本', '163', '.png', '8'); INSERT INTO `u_cus_mediares` VALUES ('291', '1', 'b04eb7be28858200', '2016-12-12 11:38:46', '163/media/msc/b04eb7be28858200.mp3', 'http://static.useevr.cn/163/media/msc/b04eb7be28858200.mp3', '音乐', '163', '.mp3', '9275'); INSERT INTO `u_cus_mediares` VALUES ('292', '0', 'd4b589dc19dc2513', '2016-12-12 11:51:14', '12/media/img/d4b589dc19dc2513.jpg', 'http://static.useevr.cn/12/media/img/d4b589dc19dc2513.jpg', '01', '12', '.jpg', '4546'); INSERT INTO `u_cus_mediares` VALUES ('293', '1', '9f0d142fc7b617bb', '2016-12-12 12:30:13', '163/media/msc/9f0d142fc7b617bb.mp3', 'http://static.useevr.cn/163/media/msc/9f0d142fc7b617bb.mp3', '寂静之音 - 好听轻音乐网', '163', '.mp3', '3580'); INSERT INTO `u_cus_mediares` VALUES ('294', '1', 'd2f2d5d88591f1cc', '2016-12-12 12:31:19', '163/media/msc/d2f2d5d88591f1cc.mp3', 'http://static.useevr.cn/163/media/msc/d2f2d5d88591f1cc.mp3', 'Zachary Bruno - Oak', '163', '.mp3', '5748'); INSERT INTO `u_cus_mediares` VALUES ('295', '0', '3a363846a0002288', '2016-12-12 19:33:44', '167/media/img/3a363846a0002288.jpg', 'http://static.useevr.cn/167/media/img/3a363846a0002288.jpg', '999245a4197e7dd587d77bec31543f0f', '167', '.jpg', '5'); INSERT INTO `u_cus_mediares` VALUES ('296', '0', 'd7d1f4dcc860e0c2', '2016-12-12 19:34:45', '167/media/img/d7d1f4dcc860e0c2.png', 'http://static.useevr.cn/167/media/img/d7d1f4dcc860e0c2.png', '2zzzzzzz', '167', '.png', '166'); INSERT INTO `u_cus_mediares` VALUES ('297', '0', '84f3ae2b00cbd595', '2016-12-12 20:02:27', '167/media/img/84f3ae2b00cbd595.png', 'http://static.useevr.cn/167/media/img/84f3ae2b00cbd595.png', '888888888888', '167', '.png', '94'); INSERT INTO `u_cus_mediares` VALUES ('298', '0', 'f96f28f1ecb75a5f', '2016-12-13 08:39:50', '12/media/img/f96f28f1ecb75a5f.jpg', 'http://static.useevr.cn/12/media/img/f96f28f1ecb75a5f.jpg', '1', '12', '.jpg', '326'); INSERT INTO `u_cus_mediares` VALUES ('299', '0', '85567519263fb9ee', '2016-12-13 08:45:24', '12/media/img/85567519263fb9ee.jpg', 'http://static.useevr.cn/12/media/img/85567519263fb9ee.jpg', '2', '12', '.jpg', '1259'); INSERT INTO `u_cus_mediares` VALUES ('300', '0', '6fce8272928f8b36', '2016-12-13 08:49:28', '12/media/img/6fce8272928f8b36.jpg', 'http://static.useevr.cn/12/media/img/6fce8272928f8b36.jpg', 'xh new1', '12', '.jpg', '326'); INSERT INTO `u_cus_mediares` VALUES ('301', '0', '29fd0e80e48b252d', '2016-12-13 09:02:11', '12/media/img/29fd0e80e48b252d.jpg', 'http://static.useevr.cn/12/media/img/29fd0e80e48b252d.jpg', '3', '12', '.jpg', '1080'); INSERT INTO `u_cus_mediares` VALUES ('302', '1', '4a56436cde6f3732', '2016-12-13 14:22:31', '170/media/msc/4a56436cde6f3732.mp3', 'http://static.useevr.cn/170/media/msc/4a56436cde6f3732.mp3', 'JasonEMI', '170', '.mp3', '3874'); INSERT INTO `u_cus_mediares` VALUES ('305', '0', 'a86047ec32d6f272', '2016-12-14 13:11:09', '173/media/img/a86047ec32d6f272.png', 'http://static.useevr.cn/173/media/img/a86047ec32d6f272.png', '20140106020500-1933364272', '173', '.png', '420'); INSERT INTO `u_cus_mediares` VALUES ('306', '0', 'c231de39789e6337', '2016-12-14 16:25:41', '170/media/img/c231de39789e6337.jpg', 'http://static.useevr.cn/170/media/img/c231de39789e6337.jpg', '1470710091285fyv9ac', '170', '.jpg', '2'); INSERT INTO `u_cus_mediares` VALUES ('307', '0', 'ade26814e5514280', '2016-12-14 17:24:13', '12/media/img/ade26814e5514280.png', 'http://static.useevr.cn/12/media/img/ade26814e5514280.png', 'yezi', '12', '.png', '145'); INSERT INTO `u_cus_mediares` VALUES ('308', '0', 'd3f279819c61f29b', '2016-12-14 17:31:28', '12/media/img/d3f279819c61f29b.png', 'http://static.useevr.cn/12/media/img/d3f279819c61f29b.png', 'tea', '12', '.png', '5'); INSERT INTO `u_cus_mediares` VALUES ('311', '0', '4404fab3b4014fcd', '2016-12-15 10:53:20', '12/media/img/4404fab3b4014fcd.jpg', 'http://static.useevr.cn/12/media/img/4404fab3b4014fcd.jpg', 'fm', '12', '.jpg', '95'); INSERT INTO `u_cus_mediares` VALUES ('312', '0', '47da3e4dcffab0e4', '2016-12-15 10:56:38', '12/media/img/47da3e4dcffab0e4.jpg', 'http://static.useevr.cn/12/media/img/47da3e4dcffab0e4.jpg', 'fm', '12', '.jpg', '95'); INSERT INTO `u_cus_mediares` VALUES ('313', '0', '8fc94408bb335dad', '2016-12-15 13:35:35', '12/media/img/8fc94408bb335dad.png', 'http://static.useevr.cn/12/media/img/8fc94408bb335dad.png', 'logo_img', '12', '.png', '4'); INSERT INTO `u_cus_mediares` VALUES ('314', '0', '061e0d261dbed993', '2016-12-15 13:35:53', '12/media/img/061e0d261dbed993.png', 'http://static.useevr.cn/12/media/img/061e0d261dbed993.png', 'logo_img', '12', '.png', '4'); INSERT INTO `u_cus_mediares` VALUES ('315', '0', 'c2ecf4108f404edf', '2016-12-15 15:07:56', '12/media/img/c2ecf4108f404edf.png', 'http://static.useevr.cn/12/media/img/c2ecf4108f404edf.png', '582140b80a797', '12', '.png', '31'); INSERT INTO `u_cus_mediares` VALUES ('316', '0', '1e74a3513d46c359', '2016-12-15 16:46:15', '12/media/img/1e74a3513d46c359.png', 'http://static.useevr.cn/12/media/img/1e74a3513d46c359.png', 'logo_40', '12', '.png', '2'); INSERT INTO `u_cus_mediares` VALUES ('317', '0', '2d0ffa38850b6519', '2016-12-15 17:34:32', '12/media/img/2d0ffa38850b6519.jpg', 'http://static.useevr.cn/12/media/img/2d0ffa38850b6519.jpg', '57c02d3915526', '12', '.jpg', '5'); INSERT INTO `u_cus_mediares` VALUES ('318', '0', '33f25451b09cd944', '2016-12-16 11:53:26', '150/media/img/33f25451b09cd944.png', 'http://static.useevr.cn/150/media/img/33f25451b09cd944.png', '1', '150', '.png', '135'); INSERT INTO `u_cus_mediares` VALUES ('324', '0', 'f48e51325d52aa4b', '2016-12-16 12:42:01', '150/media/img/f48e51325d52aa4b.jpg', 'http://static.useevr.cn/150/media/img/f48e51325d52aa4b.jpg', '扇面山水(A)136cm68cm_看图王', '150', '.jpg', '1081'); INSERT INTO `u_cus_mediares` VALUES ('327', '2', '7d20217075781db3', '2016-12-16 15:10:37', '12/video/14818722429540yj.mp4', 'http://static.useevr.cn/12/video/14818722429540yj.mp4', '02临河地区交通事故警示片——电动车之殇', '12', '.mp4', '66537'); INSERT INTO `u_cus_mediares` VALUES ('329', '0', '97e2be0d792fe57d', '2016-12-17 09:24:20', '178/media/img/97e2be0d792fe57d.png', 'http://static.useevr.cn/178/media/img/97e2be0d792fe57d.png', '1目录正常人口图标', '178', '.png', '4'); INSERT INTO `u_cus_mediares` VALUES ('330', '0', '077c758c59f8d6ad', '2016-12-17 09:26:37', '178/media/img/077c758c59f8d6ad.png', 'http://static.useevr.cn/178/media/img/077c758c59f8d6ad.png', '2绿色1', '178', '.png', '5'); INSERT INTO `u_cus_mediares` VALUES ('331', '0', 'f49e5fa4d9308985', '2016-12-17 09:28:42', '178/media/img/f49e5fa4d9308985.png', 'http://static.useevr.cn/178/media/img/f49e5fa4d9308985.png', '绿色', '178', '.png', '11'); INSERT INTO `u_cus_mediares` VALUES ('332', '0', 'bc5143826bb35ac5', '2016-12-17 09:31:27', '178/media/img/bc5143826bb35ac5.png', 'http://static.useevr.cn/178/media/img/bc5143826bb35ac5.png', '绿色33', '178', '.png', '4'); INSERT INTO `u_cus_mediares` VALUES ('333', '0', '4abe7b4a0e38e55b', '2016-12-17 14:16:38', '150/media/img/4abe7b4a0e38e55b.jpg', 'http://static.useevr.cn/150/media/img/4abe7b4a0e38e55b.jpg', '扇面山水(A)136cm68cm_看图王', '150', '.jpg', '1081'); INSERT INTO `u_cus_mediares` VALUES ('334', '0', '79db282cd291c815', '2016-12-17 14:34:03', '150/media/img/79db282cd291c815.jpg', 'http://static.useevr.cn/150/media/img/79db282cd291c815.jpg', '扇面山水(A)136cm68cm_看图王', '150', '.jpg', '1081'); INSERT INTO `u_cus_mediares` VALUES ('335', '0', '555257882ca844d1', '2016-12-17 14:35:41', '150/media/img/555257882ca844d1.JPG', 'http://static.useevr.cn/150/media/img/555257882ca844d1.JPG', '富贵满堂', '150', '.JPG', '3103'); INSERT INTO `u_cus_mediares` VALUES ('336', '0', '21e982542af05a70', '2016-12-19 11:06:35', '185/media/img/21e982542af05a70.jpg', 'http://static.useevr.cn/185/media/img/21e982542af05a70.jpg', '一面坡前言石材雕刻转曲', '185', '.jpg', '3687'); INSERT INTO `u_cus_mediares` VALUES ('337', '0', '0f5f72df00e00b7a', '2016-12-19 13:25:22', '12/media/img/0f5f72df00e00b7a.jpg', 'http://static.useevr.cn/12/media/img/0f5f72df00e00b7a.jpg', '0b9abdaa3ca87f71', '12', '.jpg', '159'); INSERT INTO `u_cus_mediares` VALUES ('338', '0', 'f9867627466cb9d2', '2016-12-20 10:40:37', '12/media/img/f9867627466cb9d2.jpg', 'http://static.useevr.cn/12/media/img/f9867627466cb9d2.jpg', 'a02cee3bjw1e8lv7iuxk7j20bq0i7jvg', '12', '.jpg', '160'); INSERT INTO `u_cus_mediares` VALUES ('339', '2', '7270d9d220fd8ec2', '2016-12-20 16:48:50', '191/video/1482223688619mix.mp4', 'http://static.useevr.cn/191/video/1482223688619mix.mp4', '未来学前班3_超清', '191', '.mp4', '7816'); -- ---------------------------- -- Table structure for `u_tag_works` -- ---------------------------- DROP TABLE IF EXISTS `u_tag_works`; CREATE TABLE `u_tag_works` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tag_id` int(11) NOT NULL, `works_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `tag_works_wid` (`works_id`), KEY `tag_works_tid` (`tag_id`), CONSTRAINT `tag_works_tid` FOREIGN KEY (`tag_id`) REFERENCES `u_tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `tag_works_wid` FOREIGN KEY (`works_id`) REFERENCES `u_worksmain` (`pk_works_main`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=3288 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_tag_works -- ---------------------------- INSERT INTO `u_tag_works` VALUES ('197', '12', '74'); INSERT INTO `u_tag_works` VALUES ('198', '13', '74'); INSERT INTO `u_tag_works` VALUES ('388', '12', '129'); INSERT INTO `u_tag_works` VALUES ('391', '4', '130'); INSERT INTO `u_tag_works` VALUES ('645', '3', '188'); INSERT INTO `u_tag_works` VALUES ('715', '12', '206'); INSERT INTO `u_tag_works` VALUES ('773', '13', '215'); INSERT INTO `u_tag_works` VALUES ('774', '19', '215'); INSERT INTO `u_tag_works` VALUES ('813', '13', '224'); INSERT INTO `u_tag_works` VALUES ('814', '18', '224'); INSERT INTO `u_tag_works` VALUES ('815', '19', '224'); INSERT INTO `u_tag_works` VALUES ('816', '4', '225'); INSERT INTO `u_tag_works` VALUES ('818', '19', '227'); INSERT INTO `u_tag_works` VALUES ('866', '15', '242'); INSERT INTO `u_tag_works` VALUES ('867', '15', '235'); INSERT INTO `u_tag_works` VALUES ('998', '15', '275'); INSERT INTO `u_tag_works` VALUES ('1011', '13', '277'); INSERT INTO `u_tag_works` VALUES ('1012', '13', '278'); INSERT INTO `u_tag_works` VALUES ('1013', '22', '279'); INSERT INTO `u_tag_works` VALUES ('1014', '13', '280'); INSERT INTO `u_tag_works` VALUES ('1021', '4', '283'); INSERT INTO `u_tag_works` VALUES ('1022', '12', '283'); INSERT INTO `u_tag_works` VALUES ('1023', '18', '283'); INSERT INTO `u_tag_works` VALUES ('1034', '12', '286'); INSERT INTO `u_tag_works` VALUES ('1035', '15', '286'); INSERT INTO `u_tag_works` VALUES ('1036', '18', '286'); INSERT INTO `u_tag_works` VALUES ('1186', '12', '311'); INSERT INTO `u_tag_works` VALUES ('1187', '17', '311'); INSERT INTO `u_tag_works` VALUES ('1188', '18', '311'); INSERT INTO `u_tag_works` VALUES ('1189', '4', '312'); INSERT INTO `u_tag_works` VALUES ('1190', '12', '312'); INSERT INTO `u_tag_works` VALUES ('1191', '13', '312'); INSERT INTO `u_tag_works` VALUES ('1198', '3', '315'); INSERT INTO `u_tag_works` VALUES ('1199', '4', '315'); INSERT INTO `u_tag_works` VALUES ('1200', '12', '315'); INSERT INTO `u_tag_works` VALUES ('1201', '3', '316'); INSERT INTO `u_tag_works` VALUES ('1202', '4', '316'); INSERT INTO `u_tag_works` VALUES ('1203', '13', '316'); INSERT INTO `u_tag_works` VALUES ('1204', '3', '317'); INSERT INTO `u_tag_works` VALUES ('1205', '4', '317'); INSERT INTO `u_tag_works` VALUES ('1206', '12', '317'); INSERT INTO `u_tag_works` VALUES ('1207', '4', '318'); INSERT INTO `u_tag_works` VALUES ('1208', '12', '318'); INSERT INTO `u_tag_works` VALUES ('1209', '14', '318'); INSERT INTO `u_tag_works` VALUES ('1213', '3', '320'); INSERT INTO `u_tag_works` VALUES ('1214', '12', '320'); INSERT INTO `u_tag_works` VALUES ('1215', '13', '320'); INSERT INTO `u_tag_works` VALUES ('1216', '4', '321'); INSERT INTO `u_tag_works` VALUES ('1217', '13', '321'); INSERT INTO `u_tag_works` VALUES ('1218', '14', '321'); INSERT INTO `u_tag_works` VALUES ('1219', '12', '322'); INSERT INTO `u_tag_works` VALUES ('1220', '18', '322'); INSERT INTO `u_tag_works` VALUES ('1221', '21', '322'); INSERT INTO `u_tag_works` VALUES ('1222', '3', '323'); INSERT INTO `u_tag_works` VALUES ('1223', '4', '323'); INSERT INTO `u_tag_works` VALUES ('1224', '12', '323'); INSERT INTO `u_tag_works` VALUES ('1228', '4', '324'); INSERT INTO `u_tag_works` VALUES ('1229', '13', '324'); INSERT INTO `u_tag_works` VALUES ('1230', '14', '324'); INSERT INTO `u_tag_works` VALUES ('1240', '4', '326'); INSERT INTO `u_tag_works` VALUES ('1241', '12', '326'); INSERT INTO `u_tag_works` VALUES ('1242', '15', '326'); INSERT INTO `u_tag_works` VALUES ('1243', '15', '327'); INSERT INTO `u_tag_works` VALUES ('1244', '16', '327'); INSERT INTO `u_tag_works` VALUES ('1245', '19', '327'); INSERT INTO `u_tag_works` VALUES ('1253', '12', '329'); INSERT INTO `u_tag_works` VALUES ('1254', '14', '329'); INSERT INTO `u_tag_works` VALUES ('1258', '3', '330'); INSERT INTO `u_tag_works` VALUES ('1259', '17', '330'); INSERT INTO `u_tag_works` VALUES ('1260', '18', '330'); INSERT INTO `u_tag_works` VALUES ('1268', '12', '332'); INSERT INTO `u_tag_works` VALUES ('1271', '12', '334'); INSERT INTO `u_tag_works` VALUES ('1272', '12', '335'); INSERT INTO `u_tag_works` VALUES ('1273', '12', '336'); INSERT INTO `u_tag_works` VALUES ('1274', '12', '337'); INSERT INTO `u_tag_works` VALUES ('1275', '12', '338'); INSERT INTO `u_tag_works` VALUES ('1276', '12', '339'); INSERT INTO `u_tag_works` VALUES ('1278', '12', '340'); INSERT INTO `u_tag_works` VALUES ('1279', '12', '341'); INSERT INTO `u_tag_works` VALUES ('1285', '15', '343'); INSERT INTO `u_tag_works` VALUES ('1295', '15', '347'); INSERT INTO `u_tag_works` VALUES ('1297', '13', '348'); INSERT INTO `u_tag_works` VALUES ('1317', '17', '352'); INSERT INTO `u_tag_works` VALUES ('1400', '12', '357'); INSERT INTO `u_tag_works` VALUES ('1403', '12', '333'); INSERT INTO `u_tag_works` VALUES ('1445', '4', '356'); INSERT INTO `u_tag_works` VALUES ('1446', '14', '356'); INSERT INTO `u_tag_works` VALUES ('1447', '17', '356'); INSERT INTO `u_tag_works` VALUES ('1510', '13', '371'); INSERT INTO `u_tag_works` VALUES ('1511', '18', '371'); INSERT INTO `u_tag_works` VALUES ('1541', '15', '378'); INSERT INTO `u_tag_works` VALUES ('1567', '4', '383'); INSERT INTO `u_tag_works` VALUES ('1568', '13', '383'); INSERT INTO `u_tag_works` VALUES ('1569', '16', '383'); INSERT INTO `u_tag_works` VALUES ('1614', '4', '390'); INSERT INTO `u_tag_works` VALUES ('1675', '12', '403'); INSERT INTO `u_tag_works` VALUES ('1676', '13', '409'); INSERT INTO `u_tag_works` VALUES ('1680', '12', '412'); INSERT INTO `u_tag_works` VALUES ('1694', '15', '407'); INSERT INTO `u_tag_works` VALUES ('1698', '3', '416'); INSERT INTO `u_tag_works` VALUES ('1699', '4', '416'); INSERT INTO `u_tag_works` VALUES ('1700', '14', '416'); INSERT INTO `u_tag_works` VALUES ('1703', '17', '413'); INSERT INTO `u_tag_works` VALUES ('1750', '3', '418'); INSERT INTO `u_tag_works` VALUES ('1755', '16', '419'); INSERT INTO `u_tag_works` VALUES ('1787', '12', '427'); INSERT INTO `u_tag_works` VALUES ('1790', '15', '370'); INSERT INTO `u_tag_works` VALUES ('1793', '15', '425'); INSERT INTO `u_tag_works` VALUES ('1797', '4', '421'); INSERT INTO `u_tag_works` VALUES ('1801', '4', '430'); INSERT INTO `u_tag_works` VALUES ('1808', '15', '432'); INSERT INTO `u_tag_works` VALUES ('1811', '15', '434'); INSERT INTO `u_tag_works` VALUES ('1882', '4', '438'); INSERT INTO `u_tag_works` VALUES ('1883', '13', '438'); INSERT INTO `u_tag_works` VALUES ('1884', '18', '438'); INSERT INTO `u_tag_works` VALUES ('1889', '12', '429'); INSERT INTO `u_tag_works` VALUES ('1903', '4', '443'); INSERT INTO `u_tag_works` VALUES ('1909', '15', '446'); INSERT INTO `u_tag_works` VALUES ('1910', '17', '446'); INSERT INTO `u_tag_works` VALUES ('1913', '15', '447'); INSERT INTO `u_tag_works` VALUES ('1915', '15', '445'); INSERT INTO `u_tag_works` VALUES ('1917', '12', '448'); INSERT INTO `u_tag_works` VALUES ('1918', '12', '436'); INSERT INTO `u_tag_works` VALUES ('1919', '15', '436'); INSERT INTO `u_tag_works` VALUES ('1920', '18', '436'); INSERT INTO `u_tag_works` VALUES ('1925', '15', '444'); INSERT INTO `u_tag_works` VALUES ('1930', '13', '451'); INSERT INTO `u_tag_works` VALUES ('1931', '14', '451'); INSERT INTO `u_tag_works` VALUES ('1932', '17', '451'); INSERT INTO `u_tag_works` VALUES ('1934', '13', '442'); INSERT INTO `u_tag_works` VALUES ('1941', '17', '454'); INSERT INTO `u_tag_works` VALUES ('1972', '12', '452'); INSERT INTO `u_tag_works` VALUES ('1973', '15', '452'); INSERT INTO `u_tag_works` VALUES ('1974', '17', '452'); INSERT INTO `u_tag_works` VALUES ('1975', '13', '455'); INSERT INTO `u_tag_works` VALUES ('1976', '14', '455'); INSERT INTO `u_tag_works` VALUES ('1977', '17', '455'); INSERT INTO `u_tag_works` VALUES ('1982', '12', '457'); INSERT INTO `u_tag_works` VALUES ('1985', '4', '458'); INSERT INTO `u_tag_works` VALUES ('1986', '13', '458'); INSERT INTO `u_tag_works` VALUES ('1987', '15', '458'); INSERT INTO `u_tag_works` VALUES ('2018', '18', '424'); INSERT INTO `u_tag_works` VALUES ('2019', '12', '462'); INSERT INTO `u_tag_works` VALUES ('2020', '15', '462'); INSERT INTO `u_tag_works` VALUES ('2027', '12', '463'); INSERT INTO `u_tag_works` VALUES ('2028', '14', '463'); INSERT INTO `u_tag_works` VALUES ('2029', '15', '463'); INSERT INTO `u_tag_works` VALUES ('2034', '4', '466'); INSERT INTO `u_tag_works` VALUES ('2035', '12', '466'); INSERT INTO `u_tag_works` VALUES ('2036', '17', '466'); INSERT INTO `u_tag_works` VALUES ('2043', '4', '467'); INSERT INTO `u_tag_works` VALUES ('2046', '4', '470'); INSERT INTO `u_tag_works` VALUES ('2047', '12', '470'); INSERT INTO `u_tag_works` VALUES ('2048', '13', '470'); INSERT INTO `u_tag_works` VALUES ('2059', '4', '472'); INSERT INTO `u_tag_works` VALUES ('2064', '4', '474'); INSERT INTO `u_tag_works` VALUES ('2065', '15', '474'); INSERT INTO `u_tag_works` VALUES ('2066', '13', '473'); INSERT INTO `u_tag_works` VALUES ('2074', '13', '468'); INSERT INTO `u_tag_works` VALUES ('2075', '18', '475'); INSERT INTO `u_tag_works` VALUES ('2082', '12', '480'); INSERT INTO `u_tag_works` VALUES ('2086', '12', '435'); INSERT INTO `u_tag_works` VALUES ('2087', '15', '435'); INSERT INTO `u_tag_works` VALUES ('2088', '18', '435'); INSERT INTO `u_tag_works` VALUES ('2105', '13', '478'); INSERT INTO `u_tag_works` VALUES ('2127', '15', '456'); INSERT INTO `u_tag_works` VALUES ('2128', '21', '456'); INSERT INTO `u_tag_works` VALUES ('2137', '12', '460'); INSERT INTO `u_tag_works` VALUES ('2145', '15', '490'); INSERT INTO `u_tag_works` VALUES ('2149', '3', '441'); INSERT INTO `u_tag_works` VALUES ('2160', '4', '471'); INSERT INTO `u_tag_works` VALUES ('2161', '12', '471'); INSERT INTO `u_tag_works` VALUES ('2162', '13', '471'); INSERT INTO `u_tag_works` VALUES ('2175', '4', '420'); INSERT INTO `u_tag_works` VALUES ('2208', '13', '485'); INSERT INTO `u_tag_works` VALUES ('2211', '4', '493'); INSERT INTO `u_tag_works` VALUES ('2213', '4', '483'); INSERT INTO `u_tag_works` VALUES ('2232', '4', '496'); INSERT INTO `u_tag_works` VALUES ('2233', '12', '496'); INSERT INTO `u_tag_works` VALUES ('2269', '12', '461'); INSERT INTO `u_tag_works` VALUES ('2270', '14', '461'); INSERT INTO `u_tag_works` VALUES ('2271', '15', '461'); INSERT INTO `u_tag_works` VALUES ('2287', '12', '498'); INSERT INTO `u_tag_works` VALUES ('2288', '17', '498'); INSERT INTO `u_tag_works` VALUES ('2289', '18', '498'); INSERT INTO `u_tag_works` VALUES ('2302', '15', '491'); INSERT INTO `u_tag_works` VALUES ('2305', '14', '502'); INSERT INTO `u_tag_works` VALUES ('2306', '12', '500'); INSERT INTO `u_tag_works` VALUES ('2307', '15', '500'); INSERT INTO `u_tag_works` VALUES ('2314', '15', '504'); INSERT INTO `u_tag_works` VALUES ('2315', '12', '505'); INSERT INTO `u_tag_works` VALUES ('2316', '15', '505'); INSERT INTO `u_tag_works` VALUES ('2317', '18', '505'); INSERT INTO `u_tag_works` VALUES ('2329', '12', '507'); INSERT INTO `u_tag_works` VALUES ('2330', '15', '507'); INSERT INTO `u_tag_works` VALUES ('2331', '18', '507'); INSERT INTO `u_tag_works` VALUES ('2338', '12', '510'); INSERT INTO `u_tag_works` VALUES ('2339', '13', '510'); INSERT INTO `u_tag_works` VALUES ('2340', '14', '510'); INSERT INTO `u_tag_works` VALUES ('2361', '4', '511'); INSERT INTO `u_tag_works` VALUES ('2376', '12', '518'); INSERT INTO `u_tag_works` VALUES ('2377', '15', '518'); INSERT INTO `u_tag_works` VALUES ('2378', '4', '519'); INSERT INTO `u_tag_works` VALUES ('2379', '13', '519'); INSERT INTO `u_tag_works` VALUES ('2420', '3', '524'); INSERT INTO `u_tag_works` VALUES ('2421', '4', '524'); INSERT INTO `u_tag_works` VALUES ('2422', '12', '524'); INSERT INTO `u_tag_works` VALUES ('2460', '4', '526'); INSERT INTO `u_tag_works` VALUES ('2461', '12', '526'); INSERT INTO `u_tag_works` VALUES ('2462', '18', '526'); INSERT INTO `u_tag_works` VALUES ('2473', '12', '517'); INSERT INTO `u_tag_works` VALUES ('2474', '14', '517'); INSERT INTO `u_tag_works` VALUES ('2475', '18', '517'); INSERT INTO `u_tag_works` VALUES ('2477', '15', '528'); INSERT INTO `u_tag_works` VALUES ('2479', '15', '514'); INSERT INTO `u_tag_works` VALUES ('2480', '12', '530'); INSERT INTO `u_tag_works` VALUES ('2514', '4', '492'); INSERT INTO `u_tag_works` VALUES ('2515', '12', '492'); INSERT INTO `u_tag_works` VALUES ('2516', '18', '492'); INSERT INTO `u_tag_works` VALUES ('2521', '12', '527'); INSERT INTO `u_tag_works` VALUES ('2524', '12', '533'); INSERT INTO `u_tag_works` VALUES ('2529', '3', '531'); INSERT INTO `u_tag_works` VALUES ('2530', '12', '531'); INSERT INTO `u_tag_works` VALUES ('2532', '15', '534'); INSERT INTO `u_tag_works` VALUES ('2543', '12', '536'); INSERT INTO `u_tag_works` VALUES ('2544', '17', '536'); INSERT INTO `u_tag_works` VALUES ('2545', '18', '536'); INSERT INTO `u_tag_works` VALUES ('2546', '12', '537'); INSERT INTO `u_tag_works` VALUES ('2547', '15', '537'); INSERT INTO `u_tag_works` VALUES ('2553', '4', '542'); INSERT INTO `u_tag_works` VALUES ('2558', '3', '545'); INSERT INTO `u_tag_works` VALUES ('2565', '19', '525'); INSERT INTO `u_tag_works` VALUES ('2568', '12', '551'); INSERT INTO `u_tag_works` VALUES ('2569', '18', '551'); INSERT INTO `u_tag_works` VALUES ('2570', '22', '551'); INSERT INTO `u_tag_works` VALUES ('2592', '12', '553'); INSERT INTO `u_tag_works` VALUES ('2593', '15', '553'); INSERT INTO `u_tag_works` VALUES ('2594', '18', '553'); INSERT INTO `u_tag_works` VALUES ('2595', '13', '554'); INSERT INTO `u_tag_works` VALUES ('2597', '3', '548'); INSERT INTO `u_tag_works` VALUES ('2625', '15', '561'); INSERT INTO `u_tag_works` VALUES ('2627', '15', '563'); INSERT INTO `u_tag_works` VALUES ('2631', '14', '564'); INSERT INTO `u_tag_works` VALUES ('2640', '4', '513'); INSERT INTO `u_tag_works` VALUES ('2644', '12', '560'); INSERT INTO `u_tag_works` VALUES ('2645', '15', '560'); INSERT INTO `u_tag_works` VALUES ('2646', '18', '560'); INSERT INTO `u_tag_works` VALUES ('2661', '12', '567'); INSERT INTO `u_tag_works` VALUES ('2662', '15', '570'); INSERT INTO `u_tag_works` VALUES ('2663', '3', '512'); INSERT INTO `u_tag_works` VALUES ('2673', '14', '572'); INSERT INTO `u_tag_works` VALUES ('2729', '12', '576'); INSERT INTO `u_tag_works` VALUES ('2730', '18', '574'); INSERT INTO `u_tag_works` VALUES ('2731', '4', '577'); INSERT INTO `u_tag_works` VALUES ('2742', '4', '523'); INSERT INTO `u_tag_works` VALUES ('2743', '14', '523'); INSERT INTO `u_tag_works` VALUES ('2744', '17', '523'); INSERT INTO `u_tag_works` VALUES ('2745', '4', '578'); INSERT INTO `u_tag_works` VALUES ('2746', '14', '571'); INSERT INTO `u_tag_works` VALUES ('2747', '4', '579'); INSERT INTO `u_tag_works` VALUES ('2748', '3', '580'); INSERT INTO `u_tag_works` VALUES ('2751', '13', '582'); INSERT INTO `u_tag_works` VALUES ('2754', '13', '583'); INSERT INTO `u_tag_works` VALUES ('2755', '14', '508'); INSERT INTO `u_tag_works` VALUES ('2757', '3', '581'); INSERT INTO `u_tag_works` VALUES ('2758', '3', '584'); INSERT INTO `u_tag_works` VALUES ('2784', '13', '559'); INSERT INTO `u_tag_works` VALUES ('2797', '4', '586'); INSERT INTO `u_tag_works` VALUES ('2798', '15', '586'); INSERT INTO `u_tag_works` VALUES ('2799', '18', '586'); INSERT INTO `u_tag_works` VALUES ('2800', '12', '587'); INSERT INTO `u_tag_works` VALUES ('2822', '15', '591'); INSERT INTO `u_tag_works` VALUES ('2824', '15', '590'); INSERT INTO `u_tag_works` VALUES ('2827', '15', '592'); INSERT INTO `u_tag_works` VALUES ('2829', '12', '593'); INSERT INTO `u_tag_works` VALUES ('2833', '12', '594'); INSERT INTO `u_tag_works` VALUES ('2834', '15', '596'); INSERT INTO `u_tag_works` VALUES ('2836', '14', '597'); INSERT INTO `u_tag_works` VALUES ('2838', '12', '589'); INSERT INTO `u_tag_works` VALUES ('2839', '15', '598'); INSERT INTO `u_tag_works` VALUES ('2840', '15', '599'); INSERT INTO `u_tag_works` VALUES ('2841', '12', '600'); INSERT INTO `u_tag_works` VALUES ('2842', '13', '600'); INSERT INTO `u_tag_works` VALUES ('2843', '14', '600'); INSERT INTO `u_tag_works` VALUES ('2857', '15', '604'); INSERT INTO `u_tag_works` VALUES ('2875', '15', '605'); INSERT INTO `u_tag_works` VALUES ('2897', '15', '606'); INSERT INTO `u_tag_works` VALUES ('2898', '4', '601'); INSERT INTO `u_tag_works` VALUES ('2899', '12', '601'); INSERT INTO `u_tag_works` VALUES ('2908', '17', '611'); INSERT INTO `u_tag_works` VALUES ('2915', '12', '614'); INSERT INTO `u_tag_works` VALUES ('2916', '13', '614'); INSERT INTO `u_tag_works` VALUES ('2925', '12', '615'); INSERT INTO `u_tag_works` VALUES ('2926', '18', '615'); INSERT INTO `u_tag_works` VALUES ('2968', '15', '609'); INSERT INTO `u_tag_works` VALUES ('2999', '3', '625'); INSERT INTO `u_tag_works` VALUES ('3002', '3', '623'); INSERT INTO `u_tag_works` VALUES ('3004', '3', '622'); INSERT INTO `u_tag_works` VALUES ('3005', '3', '621'); INSERT INTO `u_tag_works` VALUES ('3006', '3', '620'); INSERT INTO `u_tag_works` VALUES ('3032', '15', '562'); INSERT INTO `u_tag_works` VALUES ('3038', '4', '627'); INSERT INTO `u_tag_works` VALUES ('3043', '15', '628'); INSERT INTO `u_tag_works` VALUES ('3050', '4', '618'); INSERT INTO `u_tag_works` VALUES ('3051', '14', '618'); INSERT INTO `u_tag_works` VALUES ('3052', '16', '618'); INSERT INTO `u_tag_works` VALUES ('3053', '3', '633'); INSERT INTO `u_tag_works` VALUES ('3054', '3', '634'); INSERT INTO `u_tag_works` VALUES ('3055', '3', '635'); INSERT INTO `u_tag_works` VALUES ('3056', '3', '636'); INSERT INTO `u_tag_works` VALUES ('3058', '3', '637'); INSERT INTO `u_tag_works` VALUES ('3071', '3', '631'); INSERT INTO `u_tag_works` VALUES ('3075', '4', '632'); INSERT INTO `u_tag_works` VALUES ('3083', '4', '629'); INSERT INTO `u_tag_works` VALUES ('3087', '12', '459'); INSERT INTO `u_tag_works` VALUES ('3088', '13', '459'); INSERT INTO `u_tag_works` VALUES ('3095', '3', '639'); INSERT INTO `u_tag_works` VALUES ('3101', '15', '585'); INSERT INTO `u_tag_works` VALUES ('3102', '19', '585'); INSERT INTO `u_tag_works` VALUES ('3105', '3', '624'); INSERT INTO `u_tag_works` VALUES ('3106', '15', '410'); INSERT INTO `u_tag_works` VALUES ('3107', '4', '612'); INSERT INTO `u_tag_works` VALUES ('3113', '4', '638'); INSERT INTO `u_tag_works` VALUES ('3121', '3', '642'); INSERT INTO `u_tag_works` VALUES ('3122', '14', '642'); INSERT INTO `u_tag_works` VALUES ('3123', '17', '642'); INSERT INTO `u_tag_works` VALUES ('3126', '12', '644'); INSERT INTO `u_tag_works` VALUES ('3127', '13', '644'); INSERT INTO `u_tag_works` VALUES ('3128', '14', '644'); INSERT INTO `u_tag_works` VALUES ('3133', '12', '646'); INSERT INTO `u_tag_works` VALUES ('3134', '15', '646'); INSERT INTO `u_tag_works` VALUES ('3140', '3', '610'); INSERT INTO `u_tag_works` VALUES ('3184', '12', '643'); INSERT INTO `u_tag_works` VALUES ('3207', '18', '640'); INSERT INTO `u_tag_works` VALUES ('3208', '4', '595'); INSERT INTO `u_tag_works` VALUES ('3209', '4', '650'); INSERT INTO `u_tag_works` VALUES ('3210', '13', '650'); INSERT INTO `u_tag_works` VALUES ('3211', '14', '650'); INSERT INTO `u_tag_works` VALUES ('3213', '12', '406'); INSERT INTO `u_tag_works` VALUES ('3234', '12', '654'); INSERT INTO `u_tag_works` VALUES ('3235', '14', '607'); INSERT INTO `u_tag_works` VALUES ('3238', '13', '656'); INSERT INTO `u_tag_works` VALUES ('3239', '15', '656'); INSERT INTO `u_tag_works` VALUES ('3240', '18', '656'); INSERT INTO `u_tag_works` VALUES ('3242', '13', '608'); INSERT INTO `u_tag_works` VALUES ('3247', '15', '603'); INSERT INTO `u_tag_works` VALUES ('3267', '12', '655'); INSERT INTO `u_tag_works` VALUES ('3268', '15', '658'); INSERT INTO `u_tag_works` VALUES ('3269', '14', '660'); INSERT INTO `u_tag_works` VALUES ('3278', '4', '659'); INSERT INTO `u_tag_works` VALUES ('3281', '15', '663'); INSERT INTO `u_tag_works` VALUES ('3283', '4', '665'); INSERT INTO `u_tag_works` VALUES ('3284', '13', '665'); INSERT INTO `u_tag_works` VALUES ('3285', '4', '666'); INSERT INTO `u_tag_works` VALUES ('3286', '12', '666'); INSERT INTO `u_tag_works` VALUES ('3287', '17', '666'); -- ---------------------------- -- Table structure for `u_imgs_works` -- ---------------------------- DROP TABLE IF EXISTS `u_imgs_works`; CREATE TABLE `u_imgs_works` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pk_img_main` int(11) NOT NULL, `pk_works_main` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `uiw_img_id` (`pk_img_main`), KEY `uiw_works_id` (`pk_works_main`), CONSTRAINT `uiw_img_id` FOREIGN KEY (`pk_img_main`) REFERENCES `u_imgsmain` (`pk_img_main`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `uiw_works_id` FOREIGN KEY (`pk_works_main`) REFERENCES `u_worksmain` (`pk_works_main`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=1717 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_imgs_works -- ---------------------------- INSERT INTO `u_imgs_works` VALUES ('329', '79', '74'); INSERT INTO `u_imgs_works` VALUES ('330', '80', '74'); INSERT INTO `u_imgs_works` VALUES ('331', '81', '74'); INSERT INTO `u_imgs_works` VALUES ('422', '159', '129'); INSERT INTO `u_imgs_works` VALUES ('423', '160', '129'); INSERT INTO `u_imgs_works` VALUES ('424', '161', '130'); INSERT INTO `u_imgs_works` VALUES ('539', '268', '188'); INSERT INTO `u_imgs_works` VALUES ('540', '269', '188'); INSERT INTO `u_imgs_works` VALUES ('572', '299', '206'); INSERT INTO `u_imgs_works` VALUES ('574', '296', '206'); INSERT INTO `u_imgs_works` VALUES ('587', '313', '215'); INSERT INTO `u_imgs_works` VALUES ('601', '322', '224'); INSERT INTO `u_imgs_works` VALUES ('602', '323', '224'); INSERT INTO `u_imgs_works` VALUES ('603', '324', '225'); INSERT INTO `u_imgs_works` VALUES ('605', '326', '227'); INSERT INTO `u_imgs_works` VALUES ('645', '345', '235'); INSERT INTO `u_imgs_works` VALUES ('646', '346', '235'); INSERT INTO `u_imgs_works` VALUES ('647', '347', '235'); INSERT INTO `u_imgs_works` VALUES ('648', '348', '235'); INSERT INTO `u_imgs_works` VALUES ('649', '349', '235'); INSERT INTO `u_imgs_works` VALUES ('650', '350', '235'); INSERT INTO `u_imgs_works` VALUES ('651', '351', '235'); INSERT INTO `u_imgs_works` VALUES ('652', '352', '235'); INSERT INTO `u_imgs_works` VALUES ('664', '359', '242'); INSERT INTO `u_imgs_works` VALUES ('665', '360', '242'); INSERT INTO `u_imgs_works` VALUES ('666', '361', '242'); INSERT INTO `u_imgs_works` VALUES ('667', '362', '242'); INSERT INTO `u_imgs_works` VALUES ('668', '363', '242'); INSERT INTO `u_imgs_works` VALUES ('669', '364', '242'); INSERT INTO `u_imgs_works` VALUES ('670', '365', '242'); INSERT INTO `u_imgs_works` VALUES ('671', '366', '242'); INSERT INTO `u_imgs_works` VALUES ('709', '405', '275'); INSERT INTO `u_imgs_works` VALUES ('710', '406', '275'); INSERT INTO `u_imgs_works` VALUES ('711', '407', '275'); INSERT INTO `u_imgs_works` VALUES ('712', '408', '275'); INSERT INTO `u_imgs_works` VALUES ('718', '413', '277'); INSERT INTO `u_imgs_works` VALUES ('719', '414', '277'); INSERT INTO `u_imgs_works` VALUES ('720', '415', '277'); INSERT INTO `u_imgs_works` VALUES ('721', '416', '277'); INSERT INTO `u_imgs_works` VALUES ('722', '417', '278'); INSERT INTO `u_imgs_works` VALUES ('723', '418', '278'); INSERT INTO `u_imgs_works` VALUES ('724', '419', '278'); INSERT INTO `u_imgs_works` VALUES ('725', '420', '278'); INSERT INTO `u_imgs_works` VALUES ('726', '423', '279'); INSERT INTO `u_imgs_works` VALUES ('727', '424', '280'); INSERT INTO `u_imgs_works` VALUES ('736', '433', '283'); INSERT INTO `u_imgs_works` VALUES ('737', '434', '283'); INSERT INTO `u_imgs_works` VALUES ('738', '435', '283'); INSERT INTO `u_imgs_works` VALUES ('739', '436', '283'); INSERT INTO `u_imgs_works` VALUES ('744', '445', '286'); INSERT INTO `u_imgs_works` VALUES ('745', '446', '286'); INSERT INTO `u_imgs_works` VALUES ('746', '447', '286'); INSERT INTO `u_imgs_works` VALUES ('805', '489', '311'); INSERT INTO `u_imgs_works` VALUES ('806', '490', '312'); INSERT INTO `u_imgs_works` VALUES ('807', '491', '312'); INSERT INTO `u_imgs_works` VALUES ('808', '492', '312'); INSERT INTO `u_imgs_works` VALUES ('809', '493', '312'); INSERT INTO `u_imgs_works` VALUES ('810', '494', '312'); INSERT INTO `u_imgs_works` VALUES ('811', '495', '312'); INSERT INTO `u_imgs_works` VALUES ('824', '508', '315'); INSERT INTO `u_imgs_works` VALUES ('825', '509', '315'); INSERT INTO `u_imgs_works` VALUES ('826', '510', '315'); INSERT INTO `u_imgs_works` VALUES ('827', '511', '315'); INSERT INTO `u_imgs_works` VALUES ('828', '512', '315'); INSERT INTO `u_imgs_works` VALUES ('829', '513', '316'); INSERT INTO `u_imgs_works` VALUES ('830', '514', '316'); INSERT INTO `u_imgs_works` VALUES ('831', '515', '316'); INSERT INTO `u_imgs_works` VALUES ('832', '516', '316'); INSERT INTO `u_imgs_works` VALUES ('833', '517', '317'); INSERT INTO `u_imgs_works` VALUES ('834', '518', '317'); INSERT INTO `u_imgs_works` VALUES ('835', '519', '317'); INSERT INTO `u_imgs_works` VALUES ('836', '520', '317'); INSERT INTO `u_imgs_works` VALUES ('837', '521', '317'); INSERT INTO `u_imgs_works` VALUES ('838', '522', '317'); INSERT INTO `u_imgs_works` VALUES ('839', '523', '318'); INSERT INTO `u_imgs_works` VALUES ('840', '524', '318'); INSERT INTO `u_imgs_works` VALUES ('841', '525', '318'); INSERT INTO `u_imgs_works` VALUES ('842', '526', '318'); INSERT INTO `u_imgs_works` VALUES ('843', '527', '318'); INSERT INTO `u_imgs_works` VALUES ('844', '528', '318'); INSERT INTO `u_imgs_works` VALUES ('845', '529', '318'); INSERT INTO `u_imgs_works` VALUES ('846', '530', '318'); INSERT INTO `u_imgs_works` VALUES ('855', '539', '320'); INSERT INTO `u_imgs_works` VALUES ('856', '540', '320'); INSERT INTO `u_imgs_works` VALUES ('857', '541', '320'); INSERT INTO `u_imgs_works` VALUES ('858', '542', '320'); INSERT INTO `u_imgs_works` VALUES ('859', '543', '320'); INSERT INTO `u_imgs_works` VALUES ('860', '544', '320'); INSERT INTO `u_imgs_works` VALUES ('861', '545', '320'); INSERT INTO `u_imgs_works` VALUES ('862', '546', '321'); INSERT INTO `u_imgs_works` VALUES ('863', '547', '321'); INSERT INTO `u_imgs_works` VALUES ('864', '548', '321'); INSERT INTO `u_imgs_works` VALUES ('865', '549', '321'); INSERT INTO `u_imgs_works` VALUES ('866', '550', '322'); INSERT INTO `u_imgs_works` VALUES ('867', '551', '322'); INSERT INTO `u_imgs_works` VALUES ('868', '552', '323'); INSERT INTO `u_imgs_works` VALUES ('869', '553', '323'); INSERT INTO `u_imgs_works` VALUES ('870', '554', '323'); INSERT INTO `u_imgs_works` VALUES ('871', '555', '323'); INSERT INTO `u_imgs_works` VALUES ('872', '556', '323'); INSERT INTO `u_imgs_works` VALUES ('873', '557', '323'); INSERT INTO `u_imgs_works` VALUES ('874', '558', '324'); INSERT INTO `u_imgs_works` VALUES ('875', '559', '324'); INSERT INTO `u_imgs_works` VALUES ('876', '560', '324'); INSERT INTO `u_imgs_works` VALUES ('877', '561', '324'); INSERT INTO `u_imgs_works` VALUES ('878', '562', '324'); INSERT INTO `u_imgs_works` VALUES ('879', '563', '324'); INSERT INTO `u_imgs_works` VALUES ('880', '564', '324'); INSERT INTO `u_imgs_works` VALUES ('881', '565', '324'); INSERT INTO `u_imgs_works` VALUES ('892', '574', '326'); INSERT INTO `u_imgs_works` VALUES ('893', '575', '327'); INSERT INTO `u_imgs_works` VALUES ('894', '576', '327'); INSERT INTO `u_imgs_works` VALUES ('896', '578', '329'); INSERT INTO `u_imgs_works` VALUES ('897', '579', '330'); INSERT INTO `u_imgs_works` VALUES ('899', '581', '332'); INSERT INTO `u_imgs_works` VALUES ('900', '582', '333'); INSERT INTO `u_imgs_works` VALUES ('901', '581', '333'); INSERT INTO `u_imgs_works` VALUES ('902', '583', '334'); INSERT INTO `u_imgs_works` VALUES ('903', '584', '335'); INSERT INTO `u_imgs_works` VALUES ('904', '585', '336'); INSERT INTO `u_imgs_works` VALUES ('905', '586', '337'); INSERT INTO `u_imgs_works` VALUES ('906', '587', '338'); INSERT INTO `u_imgs_works` VALUES ('907', '588', '339'); INSERT INTO `u_imgs_works` VALUES ('908', '589', '340'); INSERT INTO `u_imgs_works` VALUES ('909', '578', '340'); INSERT INTO `u_imgs_works` VALUES ('910', '590', '341'); INSERT INTO `u_imgs_works` VALUES ('911', '590', '333'); INSERT INTO `u_imgs_works` VALUES ('912', '588', '333'); INSERT INTO `u_imgs_works` VALUES ('913', '587', '333'); INSERT INTO `u_imgs_works` VALUES ('914', '586', '333'); INSERT INTO `u_imgs_works` VALUES ('915', '585', '333'); INSERT INTO `u_imgs_works` VALUES ('916', '584', '333'); INSERT INTO `u_imgs_works` VALUES ('917', '583', '333'); INSERT INTO `u_imgs_works` VALUES ('919', '592', '343'); INSERT INTO `u_imgs_works` VALUES ('920', '593', '343'); INSERT INTO `u_imgs_works` VALUES ('921', '594', '343'); INSERT INTO `u_imgs_works` VALUES ('934', '599', '347'); INSERT INTO `u_imgs_works` VALUES ('935', '600', '347'); INSERT INTO `u_imgs_works` VALUES ('936', '601', '347'); INSERT INTO `u_imgs_works` VALUES ('937', '602', '347'); INSERT INTO `u_imgs_works` VALUES ('938', '603', '347'); INSERT INTO `u_imgs_works` VALUES ('939', '604', '347'); INSERT INTO `u_imgs_works` VALUES ('940', '605', '347'); INSERT INTO `u_imgs_works` VALUES ('943', '606', '348'); INSERT INTO `u_imgs_works` VALUES ('951', '614', '352'); INSERT INTO `u_imgs_works` VALUES ('959', '622', '356'); INSERT INTO `u_imgs_works` VALUES ('961', '624', '357'); INSERT INTO `u_imgs_works` VALUES ('962', '624', '333'); INSERT INTO `u_imgs_works` VALUES ('992', '652', '370'); INSERT INTO `u_imgs_works` VALUES ('993', '653', '370'); INSERT INTO `u_imgs_works` VALUES ('994', '654', '370'); INSERT INTO `u_imgs_works` VALUES ('995', '655', '370'); INSERT INTO `u_imgs_works` VALUES ('996', '659', '371'); INSERT INTO `u_imgs_works` VALUES ('997', '658', '371'); INSERT INTO `u_imgs_works` VALUES ('998', '657', '371'); INSERT INTO `u_imgs_works` VALUES ('1017', '677', '378'); INSERT INTO `u_imgs_works` VALUES ('1018', '678', '378'); INSERT INTO `u_imgs_works` VALUES ('1019', '679', '378'); INSERT INTO `u_imgs_works` VALUES ('1020', '680', '378'); INSERT INTO `u_imgs_works` VALUES ('1027', '687', '383'); INSERT INTO `u_imgs_works` VALUES ('1047', '697', '390'); INSERT INTO `u_imgs_works` VALUES ('1061', '710', '403'); INSERT INTO `u_imgs_works` VALUES ('1068', '699', '406'); INSERT INTO `u_imgs_works` VALUES ('1071', '693', '406'); INSERT INTO `u_imgs_works` VALUES ('1073', '690', '406'); INSERT INTO `u_imgs_works` VALUES ('1075', '686', '406'); INSERT INTO `u_imgs_works` VALUES ('1076', '684', '406'); INSERT INTO `u_imgs_works` VALUES ('1077', '623', '406'); INSERT INTO `u_imgs_works` VALUES ('1081', '459', '406'); INSERT INTO `u_imgs_works` VALUES ('1082', '455', '406'); INSERT INTO `u_imgs_works` VALUES ('1083', '449', '406'); INSERT INTO `u_imgs_works` VALUES ('1086', '717', '407'); INSERT INTO `u_imgs_works` VALUES ('1088', '719', '409'); INSERT INTO `u_imgs_works` VALUES ('1089', '720', '410'); INSERT INTO `u_imgs_works` VALUES ('1090', '721', '410'); INSERT INTO `u_imgs_works` VALUES ('1094', '725', '412'); INSERT INTO `u_imgs_works` VALUES ('1095', '726', '412'); INSERT INTO `u_imgs_works` VALUES ('1096', '727', '412'); INSERT INTO `u_imgs_works` VALUES ('1097', '728', '413'); INSERT INTO `u_imgs_works` VALUES ('1100', '731', '416'); INSERT INTO `u_imgs_works` VALUES ('1110', '734', '418'); INSERT INTO `u_imgs_works` VALUES ('1111', '735', '418'); INSERT INTO `u_imgs_works` VALUES ('1112', '736', '418'); INSERT INTO `u_imgs_works` VALUES ('1113', '737', '418'); INSERT INTO `u_imgs_works` VALUES ('1114', '738', '418'); INSERT INTO `u_imgs_works` VALUES ('1115', '739', '418'); INSERT INTO `u_imgs_works` VALUES ('1116', '740', '418'); INSERT INTO `u_imgs_works` VALUES ('1117', '741', '418'); INSERT INTO `u_imgs_works` VALUES ('1118', '742', '418'); INSERT INTO `u_imgs_works` VALUES ('1119', '743', '418'); INSERT INTO `u_imgs_works` VALUES ('1120', '744', '419'); INSERT INTO `u_imgs_works` VALUES ('1121', '745', '419'); INSERT INTO `u_imgs_works` VALUES ('1122', '746', '419'); INSERT INTO `u_imgs_works` VALUES ('1123', '747', '419'); INSERT INTO `u_imgs_works` VALUES ('1124', '748', '420'); INSERT INTO `u_imgs_works` VALUES ('1125', '749', '420'); INSERT INTO `u_imgs_works` VALUES ('1126', '750', '420'); INSERT INTO `u_imgs_works` VALUES ('1127', '751', '420'); INSERT INTO `u_imgs_works` VALUES ('1128', '752', '421'); INSERT INTO `u_imgs_works` VALUES ('1129', '753', '421'); INSERT INTO `u_imgs_works` VALUES ('1130', '754', '421'); INSERT INTO `u_imgs_works` VALUES ('1146', '772', '424'); INSERT INTO `u_imgs_works` VALUES ('1147', '773', '425'); INSERT INTO `u_imgs_works` VALUES ('1148', '774', '425'); INSERT INTO `u_imgs_works` VALUES ('1149', '775', '425'); INSERT INTO `u_imgs_works` VALUES ('1150', '776', '425'); INSERT INTO `u_imgs_works` VALUES ('1151', '777', '425'); INSERT INTO `u_imgs_works` VALUES ('1152', '778', '425'); INSERT INTO `u_imgs_works` VALUES ('1153', '779', '425'); INSERT INTO `u_imgs_works` VALUES ('1154', '780', '425'); INSERT INTO `u_imgs_works` VALUES ('1156', '782', '427'); INSERT INTO `u_imgs_works` VALUES ('1157', '783', '427'); INSERT INTO `u_imgs_works` VALUES ('1158', '784', '427'); INSERT INTO `u_imgs_works` VALUES ('1159', '785', '427'); INSERT INTO `u_imgs_works` VALUES ('1160', '786', '427'); INSERT INTO `u_imgs_works` VALUES ('1161', '787', '427'); INSERT INTO `u_imgs_works` VALUES ('1166', '795', '430'); INSERT INTO `u_imgs_works` VALUES ('1169', '797', '432'); INSERT INTO `u_imgs_works` VALUES ('1170', '798', '432'); INSERT INTO `u_imgs_works` VALUES ('1171', '799', '432'); INSERT INTO `u_imgs_works` VALUES ('1172', '800', '432'); INSERT INTO `u_imgs_works` VALUES ('1173', '801', '432'); INSERT INTO `u_imgs_works` VALUES ('1175', '804', '434'); INSERT INTO `u_imgs_works` VALUES ('1176', '805', '435'); INSERT INTO `u_imgs_works` VALUES ('1177', '806', '436'); INSERT INTO `u_imgs_works` VALUES ('1197', '816', '438'); INSERT INTO `u_imgs_works` VALUES ('1208', '827', '441'); INSERT INTO `u_imgs_works` VALUES ('1209', '778', '429'); INSERT INTO `u_imgs_works` VALUES ('1213', '832', '443'); INSERT INTO `u_imgs_works` VALUES ('1214', '833', '444'); INSERT INTO `u_imgs_works` VALUES ('1215', '834', '445'); INSERT INTO `u_imgs_works` VALUES ('1216', '835', '446'); INSERT INTO `u_imgs_works` VALUES ('1217', '835', '445'); INSERT INTO `u_imgs_works` VALUES ('1218', '836', '447'); INSERT INTO `u_imgs_works` VALUES ('1219', '836', '445'); INSERT INTO `u_imgs_works` VALUES ('1220', '838', '448'); INSERT INTO `u_imgs_works` VALUES ('1223', '804', '441'); INSERT INTO `u_imgs_works` VALUES ('1224', '843', '451'); INSERT INTO `u_imgs_works` VALUES ('1225', '779', '442'); INSERT INTO `u_imgs_works` VALUES ('1226', '773', '442'); INSERT INTO `u_imgs_works` VALUES ('1227', '759', '442'); INSERT INTO `u_imgs_works` VALUES ('1228', '757', '442'); INSERT INTO `u_imgs_works` VALUES ('1229', '695', '442'); INSERT INTO `u_imgs_works` VALUES ('1230', '844', '452'); INSERT INTO `u_imgs_works` VALUES ('1231', '845', '452'); INSERT INTO `u_imgs_works` VALUES ('1232', '846', '452'); INSERT INTO `u_imgs_works` VALUES ('1233', '847', '452'); INSERT INTO `u_imgs_works` VALUES ('1238', '852', '454'); INSERT INTO `u_imgs_works` VALUES ('1239', '853', '455'); INSERT INTO `u_imgs_works` VALUES ('1240', '855', '456'); INSERT INTO `u_imgs_works` VALUES ('1241', '856', '457'); INSERT INTO `u_imgs_works` VALUES ('1242', '852', '456'); INSERT INTO `u_imgs_works` VALUES ('1243', '779', '456'); INSERT INTO `u_imgs_works` VALUES ('1244', '857', '458'); INSERT INTO `u_imgs_works` VALUES ('1245', '858', '459'); INSERT INTO `u_imgs_works` VALUES ('1246', '859', '459'); INSERT INTO `u_imgs_works` VALUES ('1247', '860', '459'); INSERT INTO `u_imgs_works` VALUES ('1248', '861', '460'); INSERT INTO `u_imgs_works` VALUES ('1249', '862', '461'); INSERT INTO `u_imgs_works` VALUES ('1250', '863', '461'); INSERT INTO `u_imgs_works` VALUES ('1251', '864', '461'); INSERT INTO `u_imgs_works` VALUES ('1252', '865', '462'); INSERT INTO `u_imgs_works` VALUES ('1253', '866', '463'); INSERT INTO `u_imgs_works` VALUES ('1256', '869', '466'); INSERT INTO `u_imgs_works` VALUES ('1257', '870', '467'); INSERT INTO `u_imgs_works` VALUES ('1258', '871', '468'); INSERT INTO `u_imgs_works` VALUES ('1260', '875', '470'); INSERT INTO `u_imgs_works` VALUES ('1261', '876', '471'); INSERT INTO `u_imgs_works` VALUES ('1262', '877', '472'); INSERT INTO `u_imgs_works` VALUES ('1263', '878', '472'); INSERT INTO `u_imgs_works` VALUES ('1264', '879', '472'); INSERT INTO `u_imgs_works` VALUES ('1265', '880', '473'); INSERT INTO `u_imgs_works` VALUES ('1266', '881', '473'); INSERT INTO `u_imgs_works` VALUES ('1267', '882', '474'); INSERT INTO `u_imgs_works` VALUES ('1268', '772', '468'); INSERT INTO `u_imgs_works` VALUES ('1269', '769', '468'); INSERT INTO `u_imgs_works` VALUES ('1270', '766', '468'); INSERT INTO `u_imgs_works` VALUES ('1271', '763', '468'); INSERT INTO `u_imgs_works` VALUES ('1272', '888', '475'); INSERT INTO `u_imgs_works` VALUES ('1273', '889', '475'); INSERT INTO `u_imgs_works` VALUES ('1276', '892', '478'); INSERT INTO `u_imgs_works` VALUES ('1278', '894', '480'); INSERT INTO `u_imgs_works` VALUES ('1281', '897', '483'); INSERT INTO `u_imgs_works` VALUES ('1282', '898', '483'); INSERT INTO `u_imgs_works` VALUES ('1284', '901', '485'); INSERT INTO `u_imgs_works` VALUES ('1289', '907', '490'); INSERT INTO `u_imgs_works` VALUES ('1297', '915', '492'); INSERT INTO `u_imgs_works` VALUES ('1298', '916', '493'); INSERT INTO `u_imgs_works` VALUES ('1306', '923', '496'); INSERT INTO `u_imgs_works` VALUES ('1307', '915', '496'); INSERT INTO `u_imgs_works` VALUES ('1315', '926', '491'); INSERT INTO `u_imgs_works` VALUES ('1316', '930', '491'); INSERT INTO `u_imgs_works` VALUES ('1317', '929', '491'); INSERT INTO `u_imgs_works` VALUES ('1318', '928', '491'); INSERT INTO `u_imgs_works` VALUES ('1319', '927', '491'); INSERT INTO `u_imgs_works` VALUES ('1320', '925', '491'); INSERT INTO `u_imgs_works` VALUES ('1321', '924', '491'); INSERT INTO `u_imgs_works` VALUES ('1322', '931', '498'); INSERT INTO `u_imgs_works` VALUES ('1324', '933', '500'); INSERT INTO `u_imgs_works` VALUES ('1326', '935', '502'); INSERT INTO `u_imgs_works` VALUES ('1330', '940', '504'); INSERT INTO `u_imgs_works` VALUES ('1331', '941', '504'); INSERT INTO `u_imgs_works` VALUES ('1332', '942', '504'); INSERT INTO `u_imgs_works` VALUES ('1333', '943', '505'); INSERT INTO `u_imgs_works` VALUES ('1335', '945', '507'); INSERT INTO `u_imgs_works` VALUES ('1336', '946', '508'); INSERT INTO `u_imgs_works` VALUES ('1338', '948', '510'); INSERT INTO `u_imgs_works` VALUES ('1339', '949', '511'); INSERT INTO `u_imgs_works` VALUES ('1340', '950', '512'); INSERT INTO `u_imgs_works` VALUES ('1341', '951', '513'); INSERT INTO `u_imgs_works` VALUES ('1342', '952', '513'); INSERT INTO `u_imgs_works` VALUES ('1343', '953', '514'); INSERT INTO `u_imgs_works` VALUES ('1344', '954', '514'); INSERT INTO `u_imgs_works` VALUES ('1345', '955', '514'); INSERT INTO `u_imgs_works` VALUES ('1348', '957', '514'); INSERT INTO `u_imgs_works` VALUES ('1349', '958', '517'); INSERT INTO `u_imgs_works` VALUES ('1350', '959', '518'); INSERT INTO `u_imgs_works` VALUES ('1351', '960', '518'); INSERT INTO `u_imgs_works` VALUES ('1352', '961', '519'); INSERT INTO `u_imgs_works` VALUES ('1353', '962', '519'); INSERT INTO `u_imgs_works` VALUES ('1360', '968', '523'); INSERT INTO `u_imgs_works` VALUES ('1361', '967', '523'); INSERT INTO `u_imgs_works` VALUES ('1362', '969', '524'); INSERT INTO `u_imgs_works` VALUES ('1363', '970', '524'); INSERT INTO `u_imgs_works` VALUES ('1364', '971', '524'); INSERT INTO `u_imgs_works` VALUES ('1365', '972', '524'); INSERT INTO `u_imgs_works` VALUES ('1366', '973', '525'); INSERT INTO `u_imgs_works` VALUES ('1367', '974', '526'); INSERT INTO `u_imgs_works` VALUES ('1368', '975', '526'); INSERT INTO `u_imgs_works` VALUES ('1369', '976', '526'); INSERT INTO `u_imgs_works` VALUES ('1370', '977', '527'); INSERT INTO `u_imgs_works` VALUES ('1371', '978', '528'); INSERT INTO `u_imgs_works` VALUES ('1372', '979', '528'); INSERT INTO `u_imgs_works` VALUES ('1373', '980', '528'); INSERT INTO `u_imgs_works` VALUES ('1374', '981', '528'); INSERT INTO `u_imgs_works` VALUES ('1375', '982', '528'); INSERT INTO `u_imgs_works` VALUES ('1376', '983', '528'); INSERT INTO `u_imgs_works` VALUES ('1377', '984', '528'); INSERT INTO `u_imgs_works` VALUES ('1381', '987', '514'); INSERT INTO `u_imgs_works` VALUES ('1382', '986', '514'); INSERT INTO `u_imgs_works` VALUES ('1383', '985', '514'); INSERT INTO `u_imgs_works` VALUES ('1384', '988', '530'); INSERT INTO `u_imgs_works` VALUES ('1385', '989', '531'); INSERT INTO `u_imgs_works` VALUES ('1387', '990', '531'); INSERT INTO `u_imgs_works` VALUES ('1388', '991', '533'); INSERT INTO `u_imgs_works` VALUES ('1389', '992', '533'); INSERT INTO `u_imgs_works` VALUES ('1390', '993', '533'); INSERT INTO `u_imgs_works` VALUES ('1391', '994', '533'); INSERT INTO `u_imgs_works` VALUES ('1392', '995', '533'); INSERT INTO `u_imgs_works` VALUES ('1393', '996', '533'); INSERT INTO `u_imgs_works` VALUES ('1394', '997', '533'); INSERT INTO `u_imgs_works` VALUES ('1395', '998', '534'); INSERT INTO `u_imgs_works` VALUES ('1397', '1000', '536'); INSERT INTO `u_imgs_works` VALUES ('1398', '1001', '536'); INSERT INTO `u_imgs_works` VALUES ('1399', '1002', '536'); INSERT INTO `u_imgs_works` VALUES ('1400', '1003', '536'); INSERT INTO `u_imgs_works` VALUES ('1401', '1004', '536'); INSERT INTO `u_imgs_works` VALUES ('1402', '1005', '537'); INSERT INTO `u_imgs_works` VALUES ('1407', '1012', '542'); INSERT INTO `u_imgs_works` VALUES ('1410', '1015', '545'); INSERT INTO `u_imgs_works` VALUES ('1413', '1018', '548'); INSERT INTO `u_imgs_works` VALUES ('1416', '1021', '551'); INSERT INTO `u_imgs_works` VALUES ('1417', '1022', '551'); INSERT INTO `u_imgs_works` VALUES ('1418', '1023', '551'); INSERT INTO `u_imgs_works` VALUES ('1419', '1024', '551'); INSERT INTO `u_imgs_works` VALUES ('1420', '1025', '551'); INSERT INTO `u_imgs_works` VALUES ('1421', '1026', '551'); INSERT INTO `u_imgs_works` VALUES ('1422', '1027', '551'); INSERT INTO `u_imgs_works` VALUES ('1423', '1028', '551'); INSERT INTO `u_imgs_works` VALUES ('1424', '1029', '551'); INSERT INTO `u_imgs_works` VALUES ('1425', '1030', '551'); INSERT INTO `u_imgs_works` VALUES ('1432', '1033', '553'); INSERT INTO `u_imgs_works` VALUES ('1433', '1034', '554'); INSERT INTO `u_imgs_works` VALUES ('1438', '1040', '559'); INSERT INTO `u_imgs_works` VALUES ('1440', '1042', '560'); INSERT INTO `u_imgs_works` VALUES ('1441', '1043', '561'); INSERT INTO `u_imgs_works` VALUES ('1442', '1044', '561'); INSERT INTO `u_imgs_works` VALUES ('1443', '1045', '562'); INSERT INTO `u_imgs_works` VALUES ('1444', '1046', '563'); INSERT INTO `u_imgs_works` VALUES ('1445', '1046', '559'); INSERT INTO `u_imgs_works` VALUES ('1446', '1038', '559'); INSERT INTO `u_imgs_works` VALUES ('1447', '1030', '559'); INSERT INTO `u_imgs_works` VALUES ('1448', '1047', '564'); INSERT INTO `u_imgs_works` VALUES ('1451', '1051', '560'); INSERT INTO `u_imgs_works` VALUES ('1454', '930', '567'); INSERT INTO `u_imgs_works` VALUES ('1455', '928', '567'); INSERT INTO `u_imgs_works` VALUES ('1456', '927', '567'); INSERT INTO `u_imgs_works` VALUES ('1457', '925', '567'); INSERT INTO `u_imgs_works` VALUES ('1458', '924', '567'); INSERT INTO `u_imgs_works` VALUES ('1467', '1062', '570'); INSERT INTO `u_imgs_works` VALUES ('1468', '1063', '570'); INSERT INTO `u_imgs_works` VALUES ('1469', '1064', '570'); INSERT INTO `u_imgs_works` VALUES ('1470', '1065', '570'); INSERT INTO `u_imgs_works` VALUES ('1471', '1066', '570'); INSERT INTO `u_imgs_works` VALUES ('1472', '1067', '570'); INSERT INTO `u_imgs_works` VALUES ('1473', '1068', '570'); INSERT INTO `u_imgs_works` VALUES ('1474', '1069', '567'); INSERT INTO `u_imgs_works` VALUES ('1475', '1070', '567'); INSERT INTO `u_imgs_works` VALUES ('1476', '1061', '512'); INSERT INTO `u_imgs_works` VALUES ('1477', '1074', '571'); INSERT INTO `u_imgs_works` VALUES ('1478', '1075', '571'); INSERT INTO `u_imgs_works` VALUES ('1479', '1076', '571'); INSERT INTO `u_imgs_works` VALUES ('1480', '1077', '572'); INSERT INTO `u_imgs_works` VALUES ('1482', '1079', '574'); INSERT INTO `u_imgs_works` VALUES ('1484', '1081', '576'); INSERT INTO `u_imgs_works` VALUES ('1485', '1080', '576'); INSERT INTO `u_imgs_works` VALUES ('1486', '1082', '577'); INSERT INTO `u_imgs_works` VALUES ('1487', '1083', '578'); INSERT INTO `u_imgs_works` VALUES ('1488', '1084', '579'); INSERT INTO `u_imgs_works` VALUES ('1489', '1085', '580'); INSERT INTO `u_imgs_works` VALUES ('1490', '1086', '581'); INSERT INTO `u_imgs_works` VALUES ('1491', '1087', '581'); INSERT INTO `u_imgs_works` VALUES ('1492', '1088', '581'); INSERT INTO `u_imgs_works` VALUES ('1493', '1089', '581'); INSERT INTO `u_imgs_works` VALUES ('1494', '1090', '581'); INSERT INTO `u_imgs_works` VALUES ('1495', '1091', '581'); INSERT INTO `u_imgs_works` VALUES ('1496', '1092', '581'); INSERT INTO `u_imgs_works` VALUES ('1497', '1093', '581'); INSERT INTO `u_imgs_works` VALUES ('1498', '1094', '582'); INSERT INTO `u_imgs_works` VALUES ('1499', '1095', '583'); INSERT INTO `u_imgs_works` VALUES ('1500', '1094', '583'); INSERT INTO `u_imgs_works` VALUES ('1501', '1096', '584'); INSERT INTO `u_imgs_works` VALUES ('1502', '1097', '584'); INSERT INTO `u_imgs_works` VALUES ('1503', '1098', '584'); INSERT INTO `u_imgs_works` VALUES ('1504', '1099', '584'); INSERT INTO `u_imgs_works` VALUES ('1506', '1093', '585'); INSERT INTO `u_imgs_works` VALUES ('1507', '1106', '586'); INSERT INTO `u_imgs_works` VALUES ('1508', '1105', '586'); INSERT INTO `u_imgs_works` VALUES ('1509', '1104', '586'); INSERT INTO `u_imgs_works` VALUES ('1510', '1103', '586'); INSERT INTO `u_imgs_works` VALUES ('1511', '1101', '586'); INSERT INTO `u_imgs_works` VALUES ('1512', '1051', '586'); INSERT INTO `u_imgs_works` VALUES ('1513', '1042', '586'); INSERT INTO `u_imgs_works` VALUES ('1514', '1108', '587'); INSERT INTO `u_imgs_works` VALUES ('1516', '1084', '585'); INSERT INTO `u_imgs_works` VALUES ('1517', '1083', '585'); INSERT INTO `u_imgs_works` VALUES ('1520', '1075', '585'); INSERT INTO `u_imgs_works` VALUES ('1521', '1061', '585'); INSERT INTO `u_imgs_works` VALUES ('1522', '1110', '589'); INSERT INTO `u_imgs_works` VALUES ('1523', '1111', '590'); INSERT INTO `u_imgs_works` VALUES ('1524', '1112', '591'); INSERT INTO `u_imgs_works` VALUES ('1525', '1113', '591'); INSERT INTO `u_imgs_works` VALUES ('1526', '1114', '591'); INSERT INTO `u_imgs_works` VALUES ('1527', '1115', '591'); INSERT INTO `u_imgs_works` VALUES ('1528', '1116', '592'); INSERT INTO `u_imgs_works` VALUES ('1529', '1117', '593'); INSERT INTO `u_imgs_works` VALUES ('1530', '1118', '593'); INSERT INTO `u_imgs_works` VALUES ('1531', '1119', '593'); INSERT INTO `u_imgs_works` VALUES ('1532', '1120', '594'); INSERT INTO `u_imgs_works` VALUES ('1533', '1121', '595'); INSERT INTO `u_imgs_works` VALUES ('1534', '1122', '596'); INSERT INTO `u_imgs_works` VALUES ('1535', '1123', '597'); INSERT INTO `u_imgs_works` VALUES ('1536', '1124', '598'); INSERT INTO `u_imgs_works` VALUES ('1537', '1125', '599'); INSERT INTO `u_imgs_works` VALUES ('1538', '1126', '599'); INSERT INTO `u_imgs_works` VALUES ('1539', '1127', '599'); INSERT INTO `u_imgs_works` VALUES ('1540', '1128', '599'); INSERT INTO `u_imgs_works` VALUES ('1541', '1129', '600'); INSERT INTO `u_imgs_works` VALUES ('1542', '1130', '600'); INSERT INTO `u_imgs_works` VALUES ('1543', '1131', '601'); INSERT INTO `u_imgs_works` VALUES ('1544', '1132', '601'); INSERT INTO `u_imgs_works` VALUES ('1546', '1134', '603'); INSERT INTO `u_imgs_works` VALUES ('1547', '1139', '604'); INSERT INTO `u_imgs_works` VALUES ('1548', '1138', '603'); INSERT INTO `u_imgs_works` VALUES ('1549', '1137', '603'); INSERT INTO `u_imgs_works` VALUES ('1550', '1135', '603'); INSERT INTO `u_imgs_works` VALUES ('1551', '1140', '603'); INSERT INTO `u_imgs_works` VALUES ('1552', '1141', '605'); INSERT INTO `u_imgs_works` VALUES ('1556', '1143', '606'); INSERT INTO `u_imgs_works` VALUES ('1557', '1144', '607'); INSERT INTO `u_imgs_works` VALUES ('1558', '1145', '608'); INSERT INTO `u_imgs_works` VALUES ('1559', '1146', '609'); INSERT INTO `u_imgs_works` VALUES ('1560', '1148', '609'); INSERT INTO `u_imgs_works` VALUES ('1561', '1147', '609'); INSERT INTO `u_imgs_works` VALUES ('1562', '1149', '610'); INSERT INTO `u_imgs_works` VALUES ('1563', '1150', '610'); INSERT INTO `u_imgs_works` VALUES ('1564', '1151', '610'); INSERT INTO `u_imgs_works` VALUES ('1565', '1152', '610'); INSERT INTO `u_imgs_works` VALUES ('1566', '1153', '611'); INSERT INTO `u_imgs_works` VALUES ('1567', '1154', '611'); INSERT INTO `u_imgs_works` VALUES ('1568', '1155', '611'); INSERT INTO `u_imgs_works` VALUES ('1569', '1156', '611'); INSERT INTO `u_imgs_works` VALUES ('1570', '1157', '612'); INSERT INTO `u_imgs_works` VALUES ('1571', '1158', '612'); INSERT INTO `u_imgs_works` VALUES ('1572', '1159', '612'); INSERT INTO `u_imgs_works` VALUES ('1574', '1161', '614'); INSERT INTO `u_imgs_works` VALUES ('1575', '1162', '614'); INSERT INTO `u_imgs_works` VALUES ('1576', '1163', '614'); INSERT INTO `u_imgs_works` VALUES ('1577', '1164', '614'); INSERT INTO `u_imgs_works` VALUES ('1578', '1165', '614'); INSERT INTO `u_imgs_works` VALUES ('1579', '1166', '615'); INSERT INTO `u_imgs_works` VALUES ('1580', '1167', '615'); INSERT INTO `u_imgs_works` VALUES ('1581', '1168', '615'); INSERT INTO `u_imgs_works` VALUES ('1582', '1169', '615'); INSERT INTO `u_imgs_works` VALUES ('1583', '1170', '615'); INSERT INTO `u_imgs_works` VALUES ('1584', '1171', '615'); INSERT INTO `u_imgs_works` VALUES ('1585', '1172', '615'); INSERT INTO `u_imgs_works` VALUES ('1586', '1173', '615'); INSERT INTO `u_imgs_works` VALUES ('1587', '1174', '615'); INSERT INTO `u_imgs_works` VALUES ('1590', '1177', '618'); INSERT INTO `u_imgs_works` VALUES ('1592', '1179', '618'); INSERT INTO `u_imgs_works` VALUES ('1593', '1180', '618'); INSERT INTO `u_imgs_works` VALUES ('1594', '1181', '618'); INSERT INTO `u_imgs_works` VALUES ('1595', '1182', '618'); INSERT INTO `u_imgs_works` VALUES ('1596', '1183', '618'); INSERT INTO `u_imgs_works` VALUES ('1597', '1184', '618'); INSERT INTO `u_imgs_works` VALUES ('1598', '1185', '618'); INSERT INTO `u_imgs_works` VALUES ('1600', '1187', '609'); INSERT INTO `u_imgs_works` VALUES ('1601', '1188', '620'); INSERT INTO `u_imgs_works` VALUES ('1602', '1189', '621'); INSERT INTO `u_imgs_works` VALUES ('1603', '1189', '620'); INSERT INTO `u_imgs_works` VALUES ('1604', '1190', '622'); INSERT INTO `u_imgs_works` VALUES ('1605', '1191', '623'); INSERT INTO `u_imgs_works` VALUES ('1606', '1192', '624'); INSERT INTO `u_imgs_works` VALUES ('1607', '1193', '625'); INSERT INTO `u_imgs_works` VALUES ('1608', '1193', '620'); INSERT INTO `u_imgs_works` VALUES ('1609', '1192', '620'); INSERT INTO `u_imgs_works` VALUES ('1610', '1191', '620'); INSERT INTO `u_imgs_works` VALUES ('1611', '1190', '620'); INSERT INTO `u_imgs_works` VALUES ('1612', '1189', '624'); INSERT INTO `u_imgs_works` VALUES ('1613', '1188', '624'); INSERT INTO `u_imgs_works` VALUES ('1614', '1191', '624'); INSERT INTO `u_imgs_works` VALUES ('1615', '1190', '624'); INSERT INTO `u_imgs_works` VALUES ('1616', '1193', '624'); INSERT INTO `u_imgs_works` VALUES ('1618', '1195', '627'); INSERT INTO `u_imgs_works` VALUES ('1619', '1196', '628'); INSERT INTO `u_imgs_works` VALUES ('1620', '1197', '629'); INSERT INTO `u_imgs_works` VALUES ('1622', '1202', '631'); INSERT INTO `u_imgs_works` VALUES ('1623', '1203', '632'); INSERT INTO `u_imgs_works` VALUES ('1624', '1204', '633'); INSERT INTO `u_imgs_works` VALUES ('1625', '1205', '634'); INSERT INTO `u_imgs_works` VALUES ('1626', '1206', '635'); INSERT INTO `u_imgs_works` VALUES ('1627', '1207', '636'); INSERT INTO `u_imgs_works` VALUES ('1628', '1208', '637'); INSERT INTO `u_imgs_works` VALUES ('1634', '1204', '631'); INSERT INTO `u_imgs_works` VALUES ('1635', '1208', '631'); INSERT INTO `u_imgs_works` VALUES ('1636', '1206', '631'); INSERT INTO `u_imgs_works` VALUES ('1637', '1205', '631'); INSERT INTO `u_imgs_works` VALUES ('1638', '1207', '631'); INSERT INTO `u_imgs_works` VALUES ('1639', '1201', '459'); INSERT INTO `u_imgs_works` VALUES ('1640', '1209', '638'); INSERT INTO `u_imgs_works` VALUES ('1641', '1210', '639'); INSERT INTO `u_imgs_works` VALUES ('1642', '1210', '624'); INSERT INTO `u_imgs_works` VALUES ('1643', '1199', '638'); INSERT INTO `u_imgs_works` VALUES ('1644', '1196', '638'); INSERT INTO `u_imgs_works` VALUES ('1645', '1192', '638'); INSERT INTO `u_imgs_works` VALUES ('1646', '1189', '638'); INSERT INTO `u_imgs_works` VALUES ('1647', '1184', '638'); INSERT INTO `u_imgs_works` VALUES ('1650', '1213', '642'); INSERT INTO `u_imgs_works` VALUES ('1651', '1214', '642'); INSERT INTO `u_imgs_works` VALUES ('1652', '1215', '642'); INSERT INTO `u_imgs_works` VALUES ('1653', '1216', '643'); INSERT INTO `u_imgs_works` VALUES ('1654', '1217', '644'); INSERT INTO `u_imgs_works` VALUES ('1656', '1219', '646'); INSERT INTO `u_imgs_works` VALUES ('1657', '1220', '646'); INSERT INTO `u_imgs_works` VALUES ('1658', '1221', '646'); INSERT INTO `u_imgs_works` VALUES ('1659', '1222', '646'); INSERT INTO `u_imgs_works` VALUES ('1660', '1223', '646'); INSERT INTO `u_imgs_works` VALUES ('1661', '1224', '646'); INSERT INTO `u_imgs_works` VALUES ('1662', '1225', '646'); INSERT INTO `u_imgs_works` VALUES ('1663', '1226', '646'); INSERT INTO `u_imgs_works` VALUES ('1674', '1237', '650'); INSERT INTO `u_imgs_works` VALUES ('1675', '1238', '650'); INSERT INTO `u_imgs_works` VALUES ('1676', '1239', '650'); INSERT INTO `u_imgs_works` VALUES ('1677', '1240', '650'); INSERT INTO `u_imgs_works` VALUES ('1678', '1241', '650'); INSERT INTO `u_imgs_works` VALUES ('1679', '1236', '650'); INSERT INTO `u_imgs_works` VALUES ('1680', '1235', '650'); INSERT INTO `u_imgs_works` VALUES ('1681', '1234', '650'); INSERT INTO `u_imgs_works` VALUES ('1682', '1233', '650'); INSERT INTO `u_imgs_works` VALUES ('1683', '1232', '650'); INSERT INTO `u_imgs_works` VALUES ('1684', '1231', '650'); INSERT INTO `u_imgs_works` VALUES ('1685', '1230', '650'); INSERT INTO `u_imgs_works` VALUES ('1686', '1229', '650'); INSERT INTO `u_imgs_works` VALUES ('1687', '1228', '650'); INSERT INTO `u_imgs_works` VALUES ('1689', '1242', '650'); INSERT INTO `u_imgs_works` VALUES ('1693', '1243', '640'); INSERT INTO `u_imgs_works` VALUES ('1695', '1247', '654'); INSERT INTO `u_imgs_works` VALUES ('1696', '1248', '654'); INSERT INTO `u_imgs_works` VALUES ('1697', '1249', '655'); INSERT INTO `u_imgs_works` VALUES ('1698', '1250', '655'); INSERT INTO `u_imgs_works` VALUES ('1699', '1251', '655'); INSERT INTO `u_imgs_works` VALUES ('1700', '1252', '655'); INSERT INTO `u_imgs_works` VALUES ('1701', '1253', '656'); INSERT INTO `u_imgs_works` VALUES ('1703', '1255', '658'); INSERT INTO `u_imgs_works` VALUES ('1704', '1256', '659'); INSERT INTO `u_imgs_works` VALUES ('1705', '1258', '660'); INSERT INTO `u_imgs_works` VALUES ('1713', '1268', '663'); INSERT INTO `u_imgs_works` VALUES ('1715', '1270', '665'); INSERT INTO `u_imgs_works` VALUES ('1716', '1271', '666'); -- ---------------------------- -- Table structure for `u_imgsmain` -- ---------------------------- DROP TABLE IF EXISTS `u_imgsmain`; CREATE TABLE `u_imgsmain` ( `pk_img_main` int(11) NOT NULL AUTO_INCREMENT, `filename` varchar(100) NOT NULL, `location` varchar(255) NOT NULL COMMENT '图片路径', `thumb_path` varchar(255) NOT NULL, `view_uuid` varchar(16) NOT NULL, `pk_atlas_main` int(11) NOT NULL DEFAULT '0', `pk_user_main` int(11) NOT NULL, `create_time` datetime NOT NULL, PRIMARY KEY (`pk_img_main`), KEY `imgsmain_user_pk` (`pk_user_main`), KEY `imgsmain_atlas_pk` (`pk_atlas_main`) ) ENGINE=InnoDB AUTO_INCREMENT=1272 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of u_imgsmain -- ---------------------------- INSERT INTO `u_imgsmain` VALUES ('19', 'zw', 'http://static.useevr.cn/12/sourceimg/1473482049377bn9.jpg', 'http://static.useevr.cn/12/works/f13758c9b99d3268/thumb.jpg', 'f13758c9b99d3268', '0', '12', '2016-09-10 12:35:48'); INSERT INTO `u_imgsmain` VALUES ('37', '全景', 'http://static.useevr.cn/12/sourceimg/1473840313612pxk.jpg', 'http://static.useevr.cn/12/works/dffafe35e1319df9/thumb.jpg', 'dffafe35e1319df9', '0', '12', '2016-09-14 16:05:30'); INSERT INTO `u_imgsmain` VALUES ('38', '卫生间', 'http://static.useevr.cn/12/sourceimg/1473842640680i4l.jpg', 'http://static.useevr.cn/12/works/308835daa87f5377/thumb.jpg', '308835daa87f5377', '0', '12', '2016-09-14 16:44:16'); INSERT INTO `u_imgsmain` VALUES ('49', 'zw', 'http://static.useevr.cn/12/sourceimg/1474182746675n7z.jpg', 'http://static.useevr.cn/12/works/6734e1707b81f583/thumb.jpg', '6734e1707b81f583', '0', '12', '2016-09-18 15:14:55'); INSERT INTO `u_imgsmain` VALUES ('50', 'zw', 'http://static.useevr.cn/12/sourceimg/1474366237769dw8.jpg', 'http://static.useevr.cn/12/works/18730d8c1c815c1d/thumb.jpg', '18730d8c1c815c1d', '0', '12', '2016-09-20 18:13:01'); INSERT INTO `u_imgsmain` VALUES ('51', '四元影像科技大门', 'http://static.useevr.cn/12/sourceimg/1474366237775qe6.jpg', 'http://static.useevr.cn/12/works/1911b6e2ca3c80fd/thumb.jpg', '1911b6e2ca3c80fd', '0', '12', '2016-09-20 18:13:01'); INSERT INTO `u_imgsmain` VALUES ('52', '客餐厅', 'http://static.useevr.cn/12/sourceimg/1474367105136qyy.jpg', 'http://static.useevr.cn/12/works/4883870b332dd517/thumb.jpg', '4883870b332dd517', '0', '12', '2016-09-20 18:22:12'); INSERT INTO `u_imgsmain` VALUES ('53', '客餐厅', 'http://static.useevr.cn/12/sourceimg/1474368570152ndb.jpg', 'http://static.useevr.cn/12/works/9860d480c49ce986/thumb.jpg', '9860d480c49ce986', '0', '12', '2016-09-20 18:46:35'); INSERT INTO `u_imgsmain` VALUES ('54', '4340223(1)', 'http://static.useevr.cn/12/sourceimg/1474372591632li2.jpg', 'http://static.useevr.cn/12/works/c4fdee79a1f71162/thumb.jpg', 'c4fdee79a1f71162', '0', '12', '2016-09-20 19:52:25'); INSERT INTO `u_imgsmain` VALUES ('55', '客餐厅', 'http://static.useevr.cn/12/sourceimg/1474372591638f40.jpg', 'http://static.useevr.cn/12/works/b251697aca534278/thumb.jpg', 'b251697aca534278', '0', '12', '2016-09-20 19:52:25'); INSERT INTO `u_imgsmain` VALUES ('56', '客餐厅', 'http://static.useevr.cn/12/sourceimg/1474381946626mth.jpg', 'http://static.useevr.cn/12/works/3ca04508ce3bb1bb/thumb.jpg', '3ca04508ce3bb1bb', '0', '12', '2016-09-20 22:37:22'); INSERT INTO `u_imgsmain` VALUES ('57', '4340223(1)', 'http://static.useevr.cn/12/sourceimg/1474381946633zl8.jpg', 'http://static.useevr.cn/12/works/27b2b01b1712c32f/thumb.jpg', '27b2b01b1712c32f', '0', '12', '2016-09-20 22:37:22'); INSERT INTO `u_imgsmain` VALUES ('58', '客餐厅', 'http://static.useevr.cn/12/sourceimg/1474381946637cyf.jpg', 'http://static.useevr.cn/12/works/be7d5620c7b5a428/thumb.jpg', 'be7d5620c7b5a428', '0', '12', '2016-09-20 22:37:22'); INSERT INTO `u_imgsmain` VALUES ('63', 'sf', 'http://static.useevr.cn/12/sourceimg/1474598850941hmx.jpg', 'http://static.useevr.cn/12/works/3ad53b7477ad437b/thumb.jpg', '3ad53b7477ad437b', '0', '12', '2016-09-23 10:44:58'); INSERT INTO `u_imgsmain` VALUES ('64', 'DSC_5653 Panorama', 'http://static.useevr.cn/12/sourceimg/1474634794451afj.jpg', 'http://static.useevr.cn/12/works/8f7f306234503976/thumb.jpg', '8f7f306234503976', '0', '12', '2016-09-23 20:48:29'); INSERT INTO `u_imgsmain` VALUES ('65', 'DSC_5641 Panorama', 'http://static.useevr.cn/12/sourceimg/1474634794453opt.jpg', 'http://static.useevr.cn/12/works/df2d9d63e773a870/thumb.jpg', 'df2d9d63e773a870', '0', '12', '2016-09-23 20:48:29'); INSERT INTO `u_imgsmain` VALUES ('66', 'cf', 'http://static.useevr.cn/12/sourceimg/1474683805557rzl.jpg', 'http://static.useevr.cn/12/works/9b93ccd2618211d1/thumb.jpg', '9b93ccd2618211d1', '0', '12', '2016-09-24 10:25:20'); INSERT INTO `u_imgsmain` VALUES ('67', 'cw', 'http://static.useevr.cn/12/sourceimg/1474683805567qw7.jpg', 'http://static.useevr.cn/12/works/b9e7f2c2b151d767/thumb.jpg', 'b9e7f2c2b151d767', '0', '12', '2016-09-24 10:25:20'); INSERT INTO `u_imgsmain` VALUES ('69', '360(1)', 'http://static.useevr.cn/12/sourceimg/1474707586358xmc.jpg', 'http://static.useevr.cn/12/works/6ce7d0abed36f812/thumb.jpg', '6ce7d0abed36f812', '0', '12', '2016-09-24 16:57:03'); INSERT INTO `u_imgsmain` VALUES ('71', '14发货', 'http://static.useevr.cn/12/sourceimg/1474969048285wr2.jpg', 'http://static.useevr.cn/12/works/623957e3e957f061/thumb.jpg', '623957e3e957f061', '0', '12', '2016-09-27 17:35:29'); INSERT INTO `u_imgsmain` VALUES ('72', '12', 'http://static.useevr.cn/12/sourceimg/14750323175688eg.jpg', 'http://static.useevr.cn/12/works/6cc266b6cc4b0e68/thumb.jpg', '6cc266b6cc4b0e68', '0', '12', '2016-09-28 11:11:23'); INSERT INTO `u_imgsmain` VALUES ('73', 'ddd', 'http://static.useevr.cn/46/sourceimg/147513300057123t.jpg', 'http://static.useevr.cn/46/works/0621be97c2a73a7a/thumb.jpg', '0621be97c2a73a7a', '0', '46', '2016-09-29 15:10:17'); INSERT INTO `u_imgsmain` VALUES ('74', 'DJI_0001 Panorama2', 'http://static.useevr.cn/12/sourceimg/147514432686114i.jpg', 'http://static.useevr.cn/12/works/70c4dc4662dac48b/thumb.jpg', '70c4dc4662dac48b', '0', '12', '2016-09-29 18:20:13'); INSERT INTO `u_imgsmain` VALUES ('76', '四元影像科技大门', 'http://static.useevr.cn/12/sourceimg/1475221478611k77.jpg', 'http://static.useevr.cn/12/works/efcd3db1877228db/thumb.jpg', 'efcd3db1877228db', '0', '12', '2016-09-30 15:47:09'); INSERT INTO `u_imgsmain` VALUES ('77', '客餐厅', 'http://static.useevr.cn/12/sourceimg/1475231246608oms.jpg', 'http://static.useevr.cn/12/works/f15de3e9426ba9e6/thumb.jpg', 'f15de3e9426ba9e6', '0', '12', '2016-09-30 18:24:17'); INSERT INTO `u_imgsmain` VALUES ('78', 'Nipic_20815697_20151017182308539000', 'http://static.useevr.cn/12/sourceimg/1475231199828ran.jpg', 'http://static.useevr.cn/12/works/7ea3fb8398588682/thumb.jpg', '7ea3fb8398588682', '0', '12', '2016-09-30 18:26:01'); INSERT INTO `u_imgsmain` VALUES ('79', '客厅', 'http://static.useevr.cn/47/sourceimg/1475395636795pee.jpg', 'http://static.useevr.cn/47/works/3ac173b230506fa0/thumb.jpg', '3ac173b230506fa0', '0', '47', '2016-10-02 16:11:31'); INSERT INTO `u_imgsmain` VALUES ('80', '主卧', 'http://static.useevr.cn/47/sourceimg/1475395636804eko.jpg', 'http://static.useevr.cn/47/works/861f39125d5ecb33/thumb.jpg', '861f39125d5ecb33', '0', '47', '2016-10-02 16:11:31'); INSERT INTO `u_imgsmain` VALUES ('81', '厨房', 'http://static.useevr.cn/47/sourceimg/14753956368071ky.jpg', 'http://static.useevr.cn/47/works/b9398d083e134c7d/thumb.jpg', 'b9398d083e134c7d', '0', '47', '2016-10-02 16:11:31'); INSERT INTO `u_imgsmain` VALUES ('82', 'scene6', 'http://static.useevr.cn/12/sourceimg/1475409701568c9f.jpg', 'http://static.useevr.cn/12/works/60dda596c5748811/thumb.jpg', '60dda596c5748811', '0', '12', '2016-10-02 20:02:09'); INSERT INTO `u_imgsmain` VALUES ('83', 'scene7', 'http://static.useevr.cn/12/sourceimg/1475409701572kcd.jpg', 'http://static.useevr.cn/12/works/62d7883d5c1dd90c/thumb.jpg', '62d7883d5c1dd90c', '0', '12', '2016-10-02 20:02:09'); INSERT INTO `u_imgsmain` VALUES ('84', '321312', 'http://static.useevr.cn/12/sourceimg/14754238513115lc.jpg', 'http://static.useevr.cn/12/works/bc2953a354d92420/thumb.jpg', 'bc2953a354d92420', '0', '12', '2016-10-02 23:59:26'); INSERT INTO `u_imgsmain` VALUES ('87', '客餐厅', 'http://static.useevr.cn/12/sourceimg/1475484878542tj8.jpg', 'http://static.useevr.cn/12/works/16ed1a8bee9b43bb/thumb.jpg', '16ed1a8bee9b43bb', '0', '12', '2016-10-03 16:54:51'); INSERT INTO `u_imgsmain` VALUES ('88', '客厅', 'http://static.useevr.cn/12/sourceimg/1475487389036b48.jpg', 'http://static.useevr.cn/12/works/06f9ae8f96ddf536/thumb.jpg', '06f9ae8f96ddf536', '0', '12', '2016-10-03 17:35:01'); INSERT INTO `u_imgsmain` VALUES ('93', '主人房', 'http://static.useevr.cn/49/sourceimg/14755990924160qy.jpg', 'http://static.useevr.cn/49/works/85a3b1e66e19fac8/thumb.jpg', '85a3b1e66e19fac8', '0', '49', '2016-10-05 00:39:59'); INSERT INTO `u_imgsmain` VALUES ('94', '走廊', 'http://static.useevr.cn/49/sourceimg/1475599277466ae9.jpg', 'http://static.useevr.cn/49/works/7df18fc8eba7f842/thumb.jpg', '7df18fc8eba7f842', '0', '49', '2016-10-05 00:41:50'); INSERT INTO `u_imgsmain` VALUES ('95', '厨房', 'http://static.useevr.cn/49/sourceimg/1475599408937bfh.jpg', 'http://static.useevr.cn/49/works/954019d46a29fdf9/thumb.jpg', '954019d46a29fdf9', '0', '49', '2016-10-05 00:46:42'); INSERT INTO `u_imgsmain` VALUES ('96', '睡房1', 'http://static.useevr.cn/49/sourceimg/147559940894097j.jpg', 'http://static.useevr.cn/49/works/2cbaa240ac802800/thumb.jpg', '2cbaa240ac802800', '0', '49', '2016-10-05 00:46:42'); INSERT INTO `u_imgsmain` VALUES ('97', '睡房2', 'http://static.useevr.cn/49/sourceimg/1475599408943o96.jpg', 'http://static.useevr.cn/49/works/a64348a6ce42ee87/thumb.jpg', 'a64348a6ce42ee87', '0', '49', '2016-10-05 00:46:42'); INSERT INTO `u_imgsmain` VALUES ('98', '主人房', 'http://static.useevr.cn/49/sourceimg/1475599408945od8.jpg', 'http://static.useevr.cn/49/works/8afb6481ee71ff43/thumb.jpg', '8afb6481ee71ff43', '0', '49', '2016-10-05 00:46:42'); INSERT INTO `u_imgsmain` VALUES ('99', '走廊', 'http://static.useevr.cn/49/sourceimg/1475599408948w7g.jpg', 'http://static.useevr.cn/49/works/d839979b9f71b920/thumb.jpg', 'd839979b9f71b920', '0', '49', '2016-10-05 00:46:42'); INSERT INTO `u_imgsmain` VALUES ('100', '客廳1', 'http://static.useevr.cn/49/sourceimg/14755994089511yr.jpg', 'http://static.useevr.cn/49/works/f9cc5a2cc9a240ef/thumb.jpg', 'f9cc5a2cc9a240ef', '0', '49', '2016-10-05 00:46:43'); INSERT INTO `u_imgsmain` VALUES ('101', '客廳2', 'http://static.useevr.cn/49/sourceimg/14755994089533ty.jpg', 'http://static.useevr.cn/49/works/5c019ee310597eba/thumb.jpg', '5c019ee310597eba', '0', '49', '2016-10-05 00:46:43'); INSERT INTO `u_imgsmain` VALUES ('102', '洗手間1', 'http://static.useevr.cn/49/sourceimg/1475599408955ji1.jpg', 'http://static.useevr.cn/49/works/1051c8eddc4d04cb/thumb.jpg', '1051c8eddc4d04cb', '0', '49', '2016-10-05 00:46:43'); INSERT INTO `u_imgsmain` VALUES ('103', '洗手間2', 'http://static.useevr.cn/49/sourceimg/1475599408957qm4.jpg', 'http://static.useevr.cn/49/works/1bbe34b4f357c6b0/thumb.jpg', '1bbe34b4f357c6b0', '0', '49', '2016-10-05 00:46:43'); INSERT INTO `u_imgsmain` VALUES ('104', '主人房', 'http://static.useevr.cn/49/sourceimg/1475601377413bjj.jpg', 'http://static.useevr.cn/49/works/5808718856a8d97a/thumb.jpg', '5808718856a8d97a', '0', '49', '2016-10-05 01:17:37'); INSERT INTO `u_imgsmain` VALUES ('105', '客廳1', 'http://static.useevr.cn/49/sourceimg/147560158945508g.jpg', 'http://static.useevr.cn/49/works/73919e2190e9dfcf/thumb.jpg', '73919e2190e9dfcf', '0', '49', '2016-10-05 01:20:54'); INSERT INTO `u_imgsmain` VALUES ('106', '客廳2', 'http://static.useevr.cn/49/sourceimg/1475601672467c7y.jpg', 'http://static.useevr.cn/49/works/731d78d6f600b8ef/thumb.jpg', '731d78d6f600b8ef', '0', '49', '2016-10-05 01:21:55'); INSERT INTO `u_imgsmain` VALUES ('107', '洗手間1', 'http://static.useevr.cn/49/sourceimg/1475601714911jkb.jpg', 'http://static.useevr.cn/49/works/09b6690d49b88542/thumb.jpg', '09b6690d49b88542', '0', '49', '2016-10-05 01:23:43'); INSERT INTO `u_imgsmain` VALUES ('108', '客廳2', 'http://static.useevr.cn/undefined1475601793151anl.jpg', 'http://static.useevr.cn/49/works/28da27dbe399bdfb/thumb.jpg', '28da27dbe399bdfb', '0', '49', '2016-10-05 01:24:38'); INSERT INTO `u_imgsmain` VALUES ('109', '睡房1', 'http://static.useevr.cn/49/sourceimg/1475601877856dhs.jpg', 'http://static.useevr.cn/49/works/5ae0fc87df9c38a9/thumb.jpg', '5ae0fc87df9c38a9', '0', '49', '2016-10-05 01:25:31'); INSERT INTO `u_imgsmain` VALUES ('110', '睡房2', 'http://static.useevr.cn/49/sourceimg/1475601930834y0b.jpg', 'http://static.useevr.cn/49/works/8fe75ad67eab9a57/thumb.jpg', '8fe75ad67eab9a57', '0', '49', '2016-10-05 01:26:03'); INSERT INTO `u_imgsmain` VALUES ('111', '洗手間2', 'http://static.useevr.cn/49/sourceimg/1475602235209ba4.jpg', 'http://static.useevr.cn/49/works/02169219bfed9669/thumb.jpg', '02169219bfed9669', '0', '49', '2016-10-05 01:31:19'); INSERT INTO `u_imgsmain` VALUES ('132', 'ddd', 'http://static.useevr.cn/12/sourceimg/1475642162595t06.jpg', 'http://static.useevr.cn/12/works/13c0b28cd0f6f403/thumb.jpg', '13c0b28cd0f6f403', '0', '12', '2016-10-05 14:22:52'); INSERT INTO `u_imgsmain` VALUES ('136', 'ddd', 'http://static.useevr.cn/12/sourceimg/14756499541755t8.jpg', 'http://static.useevr.cn/12/works/c64c4f3947d951d8/thumb.jpg', 'c64c4f3947d951d8', '0', '12', '2016-10-05 14:43:16'); INSERT INTO `u_imgsmain` VALUES ('137', 'cw', 'http://static.useevr.cn/12/sourceimg/1475650812844ysc.jpg', 'http://static.useevr.cn/12/works/231e4d1411d5ad03/thumb.jpg', '231e4d1411d5ad03', '0', '12', '2016-10-05 14:57:43'); INSERT INTO `u_imgsmain` VALUES ('138', 'VID_000158@4K.mp4_20161005_144925.984', 'http://static.useevr.cn/12/sourceimg/1475652323798gpy.jpg', 'http://static.useevr.cn/12/works/96bfbc5b5b7fbafa/thumb.jpg', '96bfbc5b5b7fbafa', '0', '12', '2016-10-05 15:27:00'); INSERT INTO `u_imgsmain` VALUES ('139', 'cw', 'http://static.useevr.cn/12/sourceimg/14756566650753c9.jpg', 'http://static.useevr.cn/12/works/7d4e846bb9b715e7/thumb.jpg', '7d4e846bb9b715e7', '0', '12', '2016-10-05 16:35:18'); INSERT INTO `u_imgsmain` VALUES ('140', '衣帽间.preview', 'http://static.useevr.cn/12/sourceimg/1475658105647xoj.jpg', 'http://static.useevr.cn/12/works/99b7590fd52e0cff/thumb.jpg', '99b7590fd52e0cff', '0', '12', '2016-10-05 16:58:19'); INSERT INTO `u_imgsmain` VALUES ('141', 'ddd', 'http://static.useevr.cn/12/sourceimg/1475663212507fl9.jpg', 'http://static.useevr.cn/12/works/fe6822758383e45f/thumb.jpg', 'fe6822758383e45f', '0', '12', '2016-10-05 18:24:12'); INSERT INTO `u_imgsmain` VALUES ('142', '111成医-南大门111', 'http://static.useevr.cn/12/sourceimg/1475689540765gsk.jpg', 'http://static.useevr.cn/12/works/b57faa353c17ef81/thumb.jpg', 'b57faa353c17ef81', '0', '12', '2016-10-06 01:45:47'); INSERT INTO `u_imgsmain` VALUES ('143', '走廊', 'http://static.useevr.cn/12/sourceimg/14757206479594bz.jpg', 'http://static.useevr.cn/12/works/70356f35c8e53160/thumb.jpg', '70356f35c8e53160', '0', '12', '2016-10-06 10:21:58'); INSERT INTO `u_imgsmain` VALUES ('144', '大厅', 'http://static.useevr.cn/12/sourceimg/1475720647971x9m.jpg', 'http://static.useevr.cn/12/works/ced7a6ed21c05d8f/thumb.jpg', 'ced7a6ed21c05d8f', '0', '12', '2016-10-06 10:21:58'); INSERT INTO `u_imgsmain` VALUES ('148', '4818007176356765312', 'http://static.useevr.cn/12/sourceimg/14757245607754hi.jpg', 'http://static.useevr.cn/12/works/3c92afb72a094fa8/thumb.jpg', '3c92afb72a094fa8', '0', '12', '2016-10-06 11:29:30'); INSERT INTO `u_imgsmain` VALUES ('149', 'd009b3de9c82d15851ac67f2800a19d8bc3e4242', 'http://static.useevr.cn/12/sourceimg/1475724687871hdc.jpg', 'http://static.useevr.cn/12/works/e28e48ef27250a7d/thumb.jpg', 'e28e48ef27250a7d', '0', '12', '2016-10-06 11:31:40'); INSERT INTO `u_imgsmain` VALUES ('156', 'a', 'http://static.useevr.cn/51/sourceimg/1475732455854rar.jpg', 'http://static.useevr.cn/51/works/1948a7f23c08bce0/thumb.jpg', '1948a7f23c08bce0', '0', '51', '2016-10-06 13:41:05'); INSERT INTO `u_imgsmain` VALUES ('159', 'quanjing01', 'http://static.useevr.cn/52/sourceimg/1475738734637qh3.jpg', 'http://static.useevr.cn/52/works/e4f87afa344de4ce/thumb.jpg', 'e4f87afa344de4ce', '0', '52', '2016-10-06 15:25:58'); INSERT INTO `u_imgsmain` VALUES ('160', 'quanjing02', 'http://static.useevr.cn/52/sourceimg/1475738734645xfb.jpg', 'http://static.useevr.cn/52/works/04be78fe3c04e259/thumb.jpg', '04be78fe3c04e259', '0', '52', '2016-10-06 15:25:58'); INSERT INTO `u_imgsmain` VALUES ('161', 'a', 'http://static.useevr.cn/51/sourceimg/1475740623298k5r.jpg', 'http://static.useevr.cn/51/works/e7181034657b4dfb/thumb.jpg', 'e7181034657b4dfb', '0', '51', '2016-10-06 15:57:12'); INSERT INTO `u_imgsmain` VALUES ('162', 'ddd', 'http://static.useevr.cn/12/sourceimg/1475749689709hr3.jpg', 'http://static.useevr.cn/12/works/635d7a2521a2261f/thumb.jpg', '635d7a2521a2261f', '0', '12', '2016-10-06 18:28:18'); INSERT INTO `u_imgsmain` VALUES ('163', '2', 'http://static.useevr.cn/12/sourceimg/147575886818492t.jpg', 'http://static.useevr.cn/12/works/da9961d790008d5b/thumb.jpg', 'da9961d790008d5b', '0', '12', '2016-10-06 21:02:24'); INSERT INTO `u_imgsmain` VALUES ('164', '1038893_165132827257_2', 'http://static.useevr.cn/51/sourceimg/1475804155723tzg.jpg', 'http://static.useevr.cn/51/works/11ef704fcb319ad0/thumb.jpg', '11ef704fcb319ad0', '0', '51', '2016-10-07 09:36:10'); INSERT INTO `u_imgsmain` VALUES ('165', 'ddd', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475810147691ec9.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/c1a37a75c23c269e/thumb.jpg', 'c1a37a75c23c269e', '0', '51', '2016-10-07 11:13:02'); INSERT INTO `u_imgsmain` VALUES ('166', '685666977486076476', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475810648730p4h.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/7a7b9589163691b2/thumb.jpg', '7a7b9589163691b2', '0', '51', '2016-10-07 11:24:20'); INSERT INTO `u_imgsmain` VALUES ('167', '白洋淀全景', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475814326957pnz.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/049fd55ac3246a07/thumb.jpg', '049fd55ac3246a07', '0', '51', '2016-10-07 12:26:04'); INSERT INTO `u_imgsmain` VALUES ('176', '别墅卧室1_00000.jpg 1', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475824346338835.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/9e827fcb96df7bce/thumb.jpg', '9e827fcb96df7bce', '0', '51', '2016-10-07 15:12:58'); INSERT INTO `u_imgsmain` VALUES ('184', 'ddd', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/14758259761790g1.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/8c1bf8106b40f578/thumb.jpg', '8c1bf8106b40f578', '0', '51', '2016-10-07 15:36:47'); INSERT INTO `u_imgsmain` VALUES ('188', 'a', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475826059313x2p.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/df40d42c5bb932c6/thumb.jpg', 'df40d42c5bb932c6', '0', '51', '2016-10-07 15:41:11'); INSERT INTO `u_imgsmain` VALUES ('191', '1', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475826159296ilr.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/727870b8e43d8ed1/thumb.jpg', '727870b8e43d8ed1', '0', '51', '2016-10-07 15:43:39'); INSERT INTO `u_imgsmain` VALUES ('192', '2', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475826239672f8b.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/bca70304e619fdd7/thumb.jpg', 'bca70304e619fdd7', '0', '51', '2016-10-07 15:45:08'); INSERT INTO `u_imgsmain` VALUES ('193', '3', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475826343738ig5.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/e0aad6293ec4c006/thumb.jpg', 'e0aad6293ec4c006', '0', '51', '2016-10-07 15:47:37'); INSERT INTO `u_imgsmain` VALUES ('194', '3A', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475826472688gd5.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/61d7eba1a677980e/thumb.jpg', '61d7eba1a677980e', '0', '51', '2016-10-07 15:49:20'); INSERT INTO `u_imgsmain` VALUES ('199', '3B4B', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475826574185k8m.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/1c21bcc0e0abcdb2/thumb.jpg', '1c21bcc0e0abcdb2', '0', '51', '2016-10-07 15:50:47'); INSERT INTO `u_imgsmain` VALUES ('200', '5', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475826660570omk.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/daab2b21ae13aaae/thumb.jpg', 'daab2b21ae13aaae', '0', '51', '2016-10-07 15:52:30'); INSERT INTO `u_imgsmain` VALUES ('201', '4A', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475826763175xa8.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/a2aae70ac8436730/thumb.jpg', 'a2aae70ac8436730', '0', '51', '2016-10-07 15:54:28'); INSERT INTO `u_imgsmain` VALUES ('202', '6', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/14758269280973ek.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/8e3590cea40e002e/thumb.jpg', '8e3590cea40e002e', '0', '51', '2016-10-07 15:56:03'); INSERT INTO `u_imgsmain` VALUES ('206', '白洋淀全景', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/14758273491834ah.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/58f5f01575a3b62d/thumb.jpg', '58f5f01575a3b62d', '0', '51', '2016-10-07 16:03:00'); INSERT INTO `u_imgsmain` VALUES ('207', '3', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475828827801qtp.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/a08467f7d0bd93b7/thumb.jpg', 'a08467f7d0bd93b7', '0', '51', '2016-10-07 16:24:35'); INSERT INTO `u_imgsmain` VALUES ('208', '1', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475828827807sj5.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/edff073213a5d3d0/thumb.jpg', 'edff073213a5d3d0', '0', '51', '2016-10-07 16:24:35'); INSERT INTO `u_imgsmain` VALUES ('209', '2', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475828827810khh.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/2af037b730457d58/thumb.jpg', '2af037b730457d58', '0', '51', '2016-10-07 16:24:35'); INSERT INTO `u_imgsmain` VALUES ('210', '5', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/14758292352632rp.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/cb90612ed8443a1e/thumb.jpg', 'cb90612ed8443a1e', '0', '51', '2016-10-07 16:31:10'); INSERT INTO `u_imgsmain` VALUES ('211', '5', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475829415435xb4.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/1a0ed8c8285520a1/thumb.jpg', '1a0ed8c8285520a1', '0', '51', '2016-10-07 16:34:06'); INSERT INTO `u_imgsmain` VALUES ('212', '3', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475831478641fpo.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/3a4259282a0e8b05/thumb.jpg', '3a4259282a0e8b05', '0', '51', '2016-10-07 17:08:31'); INSERT INTO `u_imgsmain` VALUES ('213', '6', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475831550279ya3.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/5ece35023a4fa163/thumb.jpg', '5ece35023a4fa163', '0', '51', '2016-10-07 17:10:07'); INSERT INTO `u_imgsmain` VALUES ('214', '4', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475831620430l4n.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/311a7bc834ff4bfa/thumb.jpg', '311a7bc834ff4bfa', '0', '51', '2016-10-07 17:13:12'); INSERT INTO `u_imgsmain` VALUES ('215', '1', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475831620439enx.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/dd7d5c851a81783f/thumb.jpg', 'dd7d5c851a81783f', '0', '51', '2016-10-07 17:13:12'); INSERT INTO `u_imgsmain` VALUES ('216', '2', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475831620445r8m.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/b6761e1420bf76b2/thumb.jpg', 'b6761e1420bf76b2', '0', '51', '2016-10-07 17:13:12'); INSERT INTO `u_imgsmain` VALUES ('217', '3', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475831620448kjx.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/2af9f7bd5f21debb/thumb.jpg', '2af9f7bd5f21debb', '0', '51', '2016-10-07 17:13:12'); INSERT INTO `u_imgsmain` VALUES ('219', 'a', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475843342918wz3.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/5a4f1906cd05caa6/thumb.jpg', '5a4f1906cd05caa6', '0', '51', '2016-10-07 20:29:24'); INSERT INTO `u_imgsmain` VALUES ('220', '685666977486076476', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475843342923oe4.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/8aa401aab4b63fcb/thumb.jpg', '8aa401aab4b63fcb', '0', '51', '2016-10-07 20:29:24'); INSERT INTO `u_imgsmain` VALUES ('222', '走廊1点位', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475892317237ll0.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/5615e43aece19942/thumb.jpg', '5615e43aece19942', '0', '51', '2016-10-08 10:06:02'); INSERT INTO `u_imgsmain` VALUES ('223', '入口2点位', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475892437406fm9.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/c1006e3531174277/thumb.jpg', 'c1006e3531174277', '0', '51', '2016-10-08 10:08:23'); INSERT INTO `u_imgsmain` VALUES ('224', '坑位3B4B', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475892471043e9k.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/09fbc8e3bbd206ab/thumb.jpg', '09fbc8e3bbd206ab', '0', '51', '2016-10-08 10:08:52'); INSERT INTO `u_imgsmain` VALUES ('225', '第三卫生间6点位', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475892599341qkp.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/9b2e4a9d2c88366b/thumb.jpg', '9b2e4a9d2c88366b', '0', '51', '2016-10-08 10:10:28'); INSERT INTO `u_imgsmain` VALUES ('226', '大厅5点位', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475892656658089.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/c79428907fbd59b8/thumb.jpg', 'c79428907fbd59b8', '0', '51', '2016-10-08 10:11:36'); INSERT INTO `u_imgsmain` VALUES ('227', '大厅3点位', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/14758927125568t3.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/65da5463fed6a63b/thumb.jpg', '65da5463fed6a63b', '0', '51', '2016-10-08 10:12:53'); INSERT INTO `u_imgsmain` VALUES ('228', '大厅4点位', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475892792841swo.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/18ecd345f5a462ca/thumb.jpg', '18ecd345f5a462ca', '0', '51', '2016-10-08 10:14:02'); INSERT INTO `u_imgsmain` VALUES ('229', '3A', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/147589285664430a.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/590e8761f7f86f2f/thumb.jpg', '590e8761f7f86f2f', '0', '51', '2016-10-08 10:15:48'); INSERT INTO `u_imgsmain` VALUES ('230', '4A', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475892968567s4n.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/9101b90b25b8296e/thumb.jpg', '9101b90b25b8296e', '0', '51', '2016-10-08 10:16:50'); INSERT INTO `u_imgsmain` VALUES ('231', '走廊1点位', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/14758934694958ed.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/fe9fcc5ab5fd8475/thumb.jpg', 'fe9fcc5ab5fd8475', '0', '51', '2016-10-08 10:25:24'); INSERT INTO `u_imgsmain` VALUES ('232', '4B', 'http://qiniu.wxhdv2.b-bri.cn/51/sourceimg/1475895021694p6b.jpg', 'http://qiniu.wxhdv2.b-bri.cn/51/works/3d6e3c3b0979bb55/thumb.jpg', '3d6e3c3b0979bb55', '0', '51', '2016-10-08 10:51:23'); INSERT INTO `u_imgsmain` VALUES ('234', 'gd', 'http://static.useevr.cn/12/sourceimg/14758995481792hp.jpg', 'http://static.useevr.cn/12/works/131c4aa992f0a3eb/thumb.jpg', '131c4aa992f0a3eb', '0', '12', '2016-10-08 12:02:49'); INSERT INTO `u_imgsmain` VALUES ('235', 'DSC00478_3600', 'http://static.useevr.cn/53/sourceimg/1475978319476g5a.jpg', 'http://static.useevr.cn/53/works/16270d1d98372104/thumb.jpg', '16270d1d98372104', '0', '53', '2016-10-09 10:00:30'); INSERT INTO `u_imgsmain` VALUES ('236', 'zw', 'http://static.useevr.cn/12/sourceimg/1475991606235tx1.jpg', 'http://static.useevr.cn/12/works/ec0d4058d2652d87/thumb.jpg', 'ec0d4058d2652d87', '0', '12', '2016-10-09 13:43:09'); INSERT INTO `u_imgsmain` VALUES ('237', 'quanjing02', 'http://static.useevr.cn/52/sourceimg/1476060957348epn.jpg', 'http://static.useevr.cn/52/works/8919d3b2f4b64e2a/thumb.jpg', '8919d3b2f4b64e2a', '0', '52', '2016-10-10 08:56:16'); INSERT INTO `u_imgsmain` VALUES ('238', 'wo', 'http://static.useevr.cn/12/sourceimg/1476068635605bwa.jpg', 'http://static.useevr.cn/12/works/8d2a8caf20789a66/thumb.jpg', '8d2a8caf20789a66', '0', '12', '2016-10-10 11:01:01'); INSERT INTO `u_imgsmain` VALUES ('239', 'zw', 'http://static.useevr.cn/12/sourceimg/1476080474043sg7.jpg', 'http://static.useevr.cn/12/works/d59696cb5f4e3da1/thumb.jpg', 'd59696cb5f4e3da1', '0', '12', '2016-10-10 14:25:56'); INSERT INTO `u_imgsmain` VALUES ('240', 'cf', 'http://static.useevr.cn/12/sourceimg/1476080474049kq3.jpg', 'http://static.useevr.cn/12/works/d3ae9acc1e613f7e/thumb.jpg', 'd3ae9acc1e613f7e', '0', '12', '2016-10-10 14:25:56'); INSERT INTO `u_imgsmain` VALUES ('241', '四元影像科技大门', 'http://static.useevr.cn/12/sourceimg/147608047405372b.jpg', 'http://static.useevr.cn/12/works/e97671242bfb1031/thumb.jpg', 'e97671242bfb1031', '0', '12', '2016-10-10 14:25:56'); INSERT INTO `u_imgsmain` VALUES ('245', 'Whole--', 'http://static.useevr.cn/12/sourceimg/14761975398518jg.jpg', 'http://static.useevr.cn/12/works/98c5c4efaf8cfcc9/thumb.jpg', '98c5c4efaf8cfcc9', '0', '12', '2016-10-11 22:53:13'); INSERT INTO `u_imgsmain` VALUES ('246', '001', 'http://static.useevr.cn/12/sourceimg/14762400663958qg.jpg', 'http://static.useevr.cn/12/works/ac5046ff46044fd0/thumb.jpg', 'ac5046ff46044fd0', '0', '12', '2016-10-12 10:38:26'); INSERT INTO `u_imgsmain` VALUES ('247', 't0102d77e5519846e2f', 'http://static.useevr.cn/12/sourceimg/1476242374697rlq.jpg', 'http://static.useevr.cn/12/works/62d090b816524e63/thumb.jpg', '62d090b816524e63', '0', '12', '2016-10-12 11:19:54'); INSERT INTO `u_imgsmain` VALUES ('248', 'S2', 'http://static.useevr.cn/12/sourceimg/1476251345525dzw.jpg', 'http://static.useevr.cn/12/works/49e53ef3741c7a79/thumb.jpg', '49e53ef3741c7a79', '0', '12', '2016-10-12 13:42:02'); INSERT INTO `u_imgsmain` VALUES ('249', 'wo', 'http://static.useevr.cn/12/sourceimg/1476259184368jtd.jpg', 'http://static.useevr.cn/12/works/d8421b529f3c81e1/thumb.jpg', 'd8421b529f3c81e1', '0', '12', '2016-10-12 15:56:54'); INSERT INTO `u_imgsmain` VALUES ('250', '鸟瞰全景', 'http://static.useevr.cn/12/sourceimg/1476278037462kyh.jpg', 'http://static.useevr.cn/12/works/d6c11d5940f46d09/thumb.jpg', 'd6c11d5940f46d09', '0', '12', '2016-10-12 21:16:00'); INSERT INTO `u_imgsmain` VALUES ('251', '鸟瞰全景', 'http://static.useevr.cn/12/sourceimg/1476278037485jz5.jpg', 'http://static.useevr.cn/12/works/fa4e212a4c7935c6/thumb.jpg', 'fa4e212a4c7935c6', '0', '12', '2016-10-12 21:16:00'); INSERT INTO `u_imgsmain` VALUES ('252', 'ddd', 'http://static.useevr.cn/46/sourceimg/1476325143497m8t.jpg', 'http://static.useevr.cn/46/works/b5937e677f24956b/thumb.jpg', 'b5937e677f24956b', '0', '46', '2016-10-13 10:19:20'); INSERT INTO `u_imgsmain` VALUES ('253', 'ddd', 'http://static.useevr.cn/46/sourceimg/1476330322996bdb.jpg', 'http://static.useevr.cn/46/works/017b2f47b1689f59/thumb.jpg', '017b2f47b1689f59', '0', '46', '2016-10-13 11:45:41'); INSERT INTO `u_imgsmain` VALUES ('254', 'ddd', 'http://static.useevr.cn/46/sourceimg/1476332494508toq.jpg', 'http://static.useevr.cn/46/works/429e6dc814b41da1/thumb.jpg', '429e6dc814b41da1', '0', '46', '2016-10-13 12:21:50'); INSERT INTO `u_imgsmain` VALUES ('255', '1', 'http://static.useevr.cn/46/sourceimg/147633677053400h.jpg', 'http://static.useevr.cn/46/works/952345145166e569/thumb.jpg', '952345145166e569', '0', '46', '2016-10-13 13:33:06'); INSERT INTO `u_imgsmain` VALUES ('256', 'IMG_0490 Panorama', 'http://static.useevr.cn/12/sourceimg/1476339069503t27.jpg', 'http://static.useevr.cn/12/works/84b1eab8c22b7c3f/thumb.jpg', '84b1eab8c22b7c3f', '0', '12', '2016-10-13 14:11:49'); INSERT INTO `u_imgsmain` VALUES ('257', 'ddd', 'http://static.useevr.cn/46/sourceimg/1476343107517fa6.jpg', 'http://static.useevr.cn/46/works/0e04c830fa24233a/thumb.jpg', '0e04c830fa24233a', '0', '46', '2016-10-13 15:18:48'); INSERT INTO `u_imgsmain` VALUES ('258', 'ddd', 'http://static.useevr.cn/46/sourceimg/1476343397317swn.jpg', 'http://static.useevr.cn/46/works/bd3dfdfa70e26d2c/thumb.jpg', 'bd3dfdfa70e26d2c', '0', '46', '2016-10-13 15:23:42'); INSERT INTO `u_imgsmain` VALUES ('259', 'Nipic_20815697_20151017182308523000', 'http://static.useevr.cn/12/sourceimg/14763508326109fr.jpg', 'http://static.useevr.cn/12/works/3f0406f7e0eee587/thumb.jpg', '3f0406f7e0eee587', '0', '12', '2016-10-13 17:28:52'); INSERT INTO `u_imgsmain` VALUES ('260', 'Nipic_20815697_20151017182308539000', 'http://static.useevr.cn/12/sourceimg/1476350832615r4p.jpg', 'http://static.useevr.cn/12/works/84ee5f2e6bf19c98/thumb.jpg', '84ee5f2e6bf19c98', '0', '12', '2016-10-13 17:28:52'); INSERT INTO `u_imgsmain` VALUES ('261', 'ddd', 'http://static.useevr.cn/46/sourceimg/1476354560769z7y.jpg', 'http://static.useevr.cn/46/works/017480d35e42ea51/thumb.jpg', '017480d35e42ea51', '0', '46', '2016-10-13 18:29:31'); INSERT INTO `u_imgsmain` VALUES ('262', '客厅', 'http://static.useevr.cn/12/sourceimg/1476356222117xtz.jpg', 'http://static.useevr.cn/12/works/ceb0f8f6dad307dc/thumb.jpg', 'ceb0f8f6dad307dc', '0', '12', '2016-10-13 18:59:14'); INSERT INTO `u_imgsmain` VALUES ('263', '主卧', 'http://static.useevr.cn/12/sourceimg/1476356222123hdp.jpg', 'http://static.useevr.cn/12/works/edc05da5a3a8a51c/thumb.jpg', 'edc05da5a3a8a51c', '0', '12', '2016-10-13 18:59:14'); INSERT INTO `u_imgsmain` VALUES ('264', '次卧', 'http://static.useevr.cn/12/sourceimg/1476356222126gaa.jpg', 'http://static.useevr.cn/12/works/4e9558c10138bb84/thumb.jpg', '4e9558c10138bb84', '0', '12', '2016-10-13 18:59:14'); INSERT INTO `u_imgsmain` VALUES ('265', '01-6000', 'http://static.useevr.cn/12/sourceimg/14764189103424mj.jpg', 'http://static.useevr.cn/12/works/96e5469f3e336e53/thumb.jpg', '96e5469f3e336e53', '0', '12', '2016-10-14 12:23:13'); INSERT INTO `u_imgsmain` VALUES ('266', '02-6000', 'http://static.useevr.cn/12/sourceimg/1476419375207x1k.jpg', 'http://static.useevr.cn/12/works/a2be88ba0aef0e80/thumb.jpg', 'a2be88ba0aef0e80', '0', '12', '2016-10-14 12:31:59'); INSERT INTO `u_imgsmain` VALUES ('267', '03-6000', 'http://static.useevr.cn/12/sourceimg/1476419375215q05.jpg', 'http://static.useevr.cn/12/works/604dfe165bc41702/thumb.jpg', '604dfe165bc41702', '0', '12', '2016-10-14 12:31:59'); INSERT INTO `u_imgsmain` VALUES ('268', '20161008160924610003', 'http://static.useevr.cn/55/sourceimg/1476424130342rz6.jpg', 'http://static.useevr.cn/55/works/de559700a12f37a3/thumb.jpg', 'de559700a12f37a3', '0', '55', '2016-10-14 13:50:00'); INSERT INTO `u_imgsmain` VALUES ('269', '20161008160924610006', 'http://static.useevr.cn/55/sourceimg/1476425024640n7a.jpg', 'http://static.useevr.cn/55/works/85266511ac260c43/thumb.jpg', '85266511ac260c43', '0', '55', '2016-10-14 14:04:48'); INSERT INTO `u_imgsmain` VALUES ('270', 'ddd', 'http://static.useevr.cn/46/sourceimg/1476427789540d34.jpg', 'http://static.useevr.cn/46/works/51f87456b72e56c8/thumb.jpg', '51f87456b72e56c8', '0', '46', '2016-10-14 14:50:04'); INSERT INTO `u_imgsmain` VALUES ('271', 'ddd', 'http://static.useevr.cn/46/sourceimg/1476428138026gq2.jpg', 'http://static.useevr.cn/46/works/e6bca876cd1d94c8/thumb.jpg', 'e6bca876cd1d94c8', '0', '46', '2016-10-14 14:56:43'); INSERT INTO `u_imgsmain` VALUES ('272', '四元影像科技大门', 'http://static.useevr.cn/46/sourceimg/147642813803484i.jpg', 'http://static.useevr.cn/46/works/315abafb5011c703/thumb.jpg', '315abafb5011c703', '0', '46', '2016-10-14 14:56:44'); INSERT INTO `u_imgsmain` VALUES ('273', 'ddd', 'http://static.useevr.cn/46/sourceimg/14764284849690zx.jpg', 'http://static.useevr.cn/46/works/7b9e5336851c45a6/thumb.jpg', '7b9e5336851c45a6', '0', '46', '2016-10-14 15:01:39'); INSERT INTO `u_imgsmain` VALUES ('274', 'ddd', 'http://cdn.useevr.cn/46/sourceimg/1476437963960gir.jpg', 'http://cdn.useevr.cn/46/works/772885cb90bb35f1/thumb.jpg', '772885cb90bb35f1', '0', '46', '2016-10-14 17:39:31'); INSERT INTO `u_imgsmain` VALUES ('275', 'ddd', 'http://static.useevr.cn/46/sourceimg/1476438097818nro.jpg', 'http://static.useevr.cn/46/works/d1f9896a514c86bb/thumb.jpg', 'd1f9896a514c86bb', '0', '46', '2016-10-14 17:41:46'); INSERT INTO `u_imgsmain` VALUES ('276', 'ddd', 'http://cdn.useevr.cn/46/sourceimg/1476439603977h5j.jpg', 'http://cdn.useevr.cn/46/works/f13fe575ea5691d1/thumb.jpg', 'f13fe575ea5691d1', '0', '46', '2016-10-14 18:06:51'); INSERT INTO `u_imgsmain` VALUES ('280', '四元影像科技大门', 'http://cdn.useevr.cn/46/sourceimg/1476503308700rjd.jpg', 'http://cdn.useevr.cn/46/works/7e88bb2148bce129/thumb.jpg', '7e88bb2148bce129', '0', '46', '2016-10-15 11:49:13'); INSERT INTO `u_imgsmain` VALUES ('281', 'ddd', 'http://cdn.useevr.cn/46/sourceimg/1476503718686lj6.jpg', 'http://cdn.useevr.cn/46/works/f20cb24666d646ca/thumb.jpg', 'f20cb24666d646ca', '0', '46', '2016-10-15 11:55:32'); INSERT INTO `u_imgsmain` VALUES ('282', 'ddd', 'http://cdn.useevr.cn/46/sourceimg/1476503986226dd2.jpg', 'http://cdn.useevr.cn/46/works/dc895d2b247e3529/thumb.jpg', 'dc895d2b247e3529', '0', '46', '2016-10-15 12:00:00'); INSERT INTO `u_imgsmain` VALUES ('283', 'ddd', 'http://cdn.useevr.cn/46/sourceimg/1476504011583fee.jpg', 'http://cdn.useevr.cn/46/works/93458b1c04128ce3/thumb.jpg', '93458b1c04128ce3', '0', '46', '2016-10-15 12:00:26'); INSERT INTO `u_imgsmain` VALUES ('284', 'ddd', 'http://static.useevr.cn/46/sourceimg/14765040901613em.jpg', 'http://static.useevr.cn/46/works/1ad498017587735d/thumb.jpg', '1ad498017587735d', '0', '46', '2016-10-15 12:01:44'); INSERT INTO `u_imgsmain` VALUES ('285', '1', 'http://static.useevr.cn/12/sourceimg/1476504473524hb7.jpg', 'http://static.useevr.cn/12/works/9ede19276a1307b7/thumb.jpg', '9ede19276a1307b7', '0', '12', '2016-10-15 12:08:11'); INSERT INTO `u_imgsmain` VALUES ('286', '2', 'http://static.useevr.cn/12/sourceimg/1476504647505k6a.JPG', 'http://static.useevr.cn/12/works/acffbf035b909a13/thumb.jpg', 'acffbf035b909a13', '0', '12', '2016-10-15 12:11:14'); INSERT INTO `u_imgsmain` VALUES ('291', '四元影像科技大门', 'http://cdn.useevr.cn/46/sourceimg/1476609822764n9a.jpg', 'http://cdn.useevr.cn/46/works/d40ca1ee1518b9e2/thumb.jpg', 'd40ca1ee1518b9e2', '0', '46', '2016-10-16 17:23:58'); INSERT INTO `u_imgsmain` VALUES ('292', 'ddd', 'http://static.useevr.cn/46/sourceimg/1476612930001i87.jpg', 'http://static.useevr.cn/46/works/6f98da5948f9b06d/thumb.jpg', '6f98da5948f9b06d', '0', '46', '2016-10-16 18:15:38'); INSERT INTO `u_imgsmain` VALUES ('293', 'zw', 'http://cdn.useevr.cn/46/sourceimg/1476670513490a3j.jpg', 'http://cdn.useevr.cn/46/works/f66bcaa5b54d0a41/thumb.jpg', 'f66bcaa5b54d0a41', '0', '46', '2016-10-17 10:17:35'); INSERT INTO `u_imgsmain` VALUES ('294', '四元影像科技大门', 'http://cdn.useevr.cn/46/sourceimg/1476670513493sb9.jpg', 'http://cdn.useevr.cn/46/works/57b3d98cd5f841fa/thumb.jpg', '57b3d98cd5f841fa', '0', '46', '2016-10-17 10:17:35'); INSERT INTO `u_imgsmain` VALUES ('295', 'ddd', 'http://cdn.useevr.cn/46/sourceimg/147667051349661i.jpg', 'http://cdn.useevr.cn/46/works/7bd7aea62b8933d4/thumb.jpg', '7bd7aea62b8933d4', '0', '46', '2016-10-17 10:17:35'); INSERT INTO `u_imgsmain` VALUES ('296', 'zw', 'http://static.useevr.cn/46/sourceimg/1476673076521mf4.jpg', 'http://static.useevr.cn/46/works/3e06e488db98cd8c/thumb.jpg', '3e06e488db98cd8c', '0', '46', '2016-10-17 11:00:02'); INSERT INTO `u_imgsmain` VALUES ('297', '四元影像科技大门', 'http://static.useevr.cn/46/sourceimg/1476673076528w39.jpg', 'http://static.useevr.cn/46/works/81e1f3fffaf75217/thumb.jpg', '81e1f3fffaf75217', '0', '46', '2016-10-17 11:00:02'); INSERT INTO `u_imgsmain` VALUES ('298', 'ddd', 'http://static.useevr.cn/46/sourceimg/14766758189843ib.jpg', 'http://static.useevr.cn/46/works/689256a2019c3610/thumb.jpg', '689256a2019c3610', '0', '46', '2016-10-17 11:43:53'); INSERT INTO `u_imgsmain` VALUES ('299', '147656360291997f', 'http://static.useevr.cn/46/sourceimg/14767672589871na.jpg', 'http://static.useevr.cn/46/works/e39f8eb60ad86590/thumb.jpg', 'e39f8eb60ad86590', '0', '46', '2016-10-18 13:14:54'); INSERT INTO `u_imgsmain` VALUES ('302', '4340223(1)', 'http://static.useevr.cn/12/sourceimg/1476886641171c69.jpg', 'http://static.useevr.cn/12/works/31ea706e7267e0fd/thumb.jpg', '31ea706e7267e0fd', '0', '12', '2016-10-19 22:12:03'); INSERT INTO `u_imgsmain` VALUES ('303', '3', 'http://static.useevr.cn/12/sourceimg/147688691996727w.jpg', 'http://static.useevr.cn/12/works/58db81efc957596f/thumb.jpg', '58db81efc957596f', '0', '12', '2016-10-19 22:17:06'); INSERT INTO `u_imgsmain` VALUES ('304', '4340223(1)', 'http://static.useevr.cn/12/sourceimg/1476886919974kae.jpg', 'http://static.useevr.cn/12/works/5fe68f0e2aea8dfe/thumb.jpg', '5fe68f0e2aea8dfe', '0', '12', '2016-10-19 22:17:06'); INSERT INTO `u_imgsmain` VALUES ('305', '20161018213557306', 'http://static.useevr.cn/12/sourceimg/1476952258999k11.jpg', 'http://static.useevr.cn/12/works/2438bbc3b56d4587/thumb.jpg', '2438bbc3b56d4587', '0', '12', '2016-10-20 16:28:43'); INSERT INTO `u_imgsmain` VALUES ('306', 'wsj', 'http://static.useevr.cn/12/sourceimg/1476952259017n03.jpg', 'http://static.useevr.cn/12/works/4880568409ed5b4d/thumb.jpg', '4880568409ed5b4d', '0', '12', '2016-10-20 16:28:43'); INSERT INTO `u_imgsmain` VALUES ('307', '20161018213557306', 'http://static.useevr.cn/12/sourceimg/14770229844192tt.jpg', 'http://static.useevr.cn/12/works/4684d764b47e0fa0/thumb.jpg', '4684d764b47e0fa0', '0', '12', '2016-10-21 12:07:17'); INSERT INTO `u_imgsmain` VALUES ('308', 'wsj', 'http://static.useevr.cn/12/sourceimg/14770229844254ra.jpg', 'http://static.useevr.cn/12/works/b218035ec6254d25/thumb.jpg', 'b218035ec6254d25', '0', '12', '2016-10-21 12:07:17'); INSERT INTO `u_imgsmain` VALUES ('309', '春满园果业 x', 'http://static.useevr.cn/56/sourceimg/1477137978026gmt.jpg', 'http://static.useevr.cn/56/works/84f0bd9ab348cd94/thumb.jpg', '84f0bd9ab348cd94', '0', '56', '2016-10-22 20:08:21'); INSERT INTO `u_imgsmain` VALUES ('310', '春满园果业高 x', 'http://static.useevr.cn/56/sourceimg/14771381686711sh.jpg', 'http://static.useevr.cn/56/works/de1c3f02d28319bc/thumb.jpg', 'de1c3f02d28319bc', '0', '56', '2016-10-22 20:11:46'); INSERT INTO `u_imgsmain` VALUES ('311', '天府大道x', 'http://static.useevr.cn/56/sourceimg/14771382713912nf.jpg', 'http://static.useevr.cn/56/works/cf67cfb53102090d/thumb.jpg', 'cf67cfb53102090d', '0', '56', '2016-10-22 20:13:05'); INSERT INTO `u_imgsmain` VALUES ('313', '平梁场', 'http://static.useevr.cn/56/sourceimg/14772305792961cs.jpg', 'http://static.useevr.cn/56/works/c5b892bb581db02f/thumb.jpg', 'c5b892bb581db02f', '0', '56', '2016-10-23 21:51:41'); INSERT INTO `u_imgsmain` VALUES ('314', '20151217章怀山-x', 'http://static.useevr.cn/56/sourceimg/1477230679924k0i.jpg', 'http://static.useevr.cn/56/works/e3af946e8d3a94c0/thumb.jpg', 'e3af946e8d3a94c0', '0', '56', '2016-10-23 21:53:13'); INSERT INTO `u_imgsmain` VALUES ('315', '20160701锅口垭x', 'http://static.useevr.cn/56/sourceimg/14772307589835ez.jpg', 'http://static.useevr.cn/56/works/28c63e4bc8883ce7/thumb.jpg', '28c63e4bc8883ce7', '0', '56', '2016-10-23 21:54:41'); INSERT INTO `u_imgsmain` VALUES ('316', 'xx', 'http://static.useevr.cn/56/sourceimg/1477230869571bpc.jpg', 'http://static.useevr.cn/56/works/1c8b5386b5114cb4/thumb.jpg', '1c8b5386b5114cb4', '0', '56', '2016-10-23 21:56:14'); INSERT INTO `u_imgsmain` VALUES ('317', '会议中心x', 'http://static.useevr.cn/56/sourceimg/147723093754259l.jpg', 'http://static.useevr.cn/56/works/6e3b3a049f112f42/thumb.jpg', '6e3b3a049f112f42', '0', '56', '2016-10-23 21:57:28'); INSERT INTO `u_imgsmain` VALUES ('318', '火车站', 'http://static.useevr.cn/56/sourceimg/14772310159866wg.jpg', 'http://static.useevr.cn/56/works/407dbd65fa1374cc/thumb.jpg', '407dbd65fa1374cc', '0', '56', '2016-10-23 21:58:44'); INSERT INTO `u_imgsmain` VALUES ('321', 'gy', 'http://static.useevr.cn/12/sourceimg/1477311019875aih.jpg', 'http://static.useevr.cn/12/works/1245e2873e6e3710/thumb.jpg', '1245e2873e6e3710', '0', '12', '2016-10-24 20:10:58'); INSERT INTO `u_imgsmain` VALUES ('322', '爱晚亭', 'http://static.useevr.cn/60/sourceimg/14773790335938wx.jpg', 'http://static.useevr.cn/60/works/7b295628375673d1/thumb.jpg', '7b295628375673d1', '0', '60', '2016-10-25 15:03:19'); INSERT INTO `u_imgsmain` VALUES ('323', '烈士公园', 'http://static.useevr.cn/60/sourceimg/147737903359893j.jpg', 'http://static.useevr.cn/60/works/99da99ef308d2add/thumb.jpg', '99da99ef308d2add', '0', '60', '2016-10-25 15:03:19'); INSERT INTO `u_imgsmain` VALUES ('324', '爱晚亭', 'http://static.useevr.cn/59/sourceimg/1477379040901n8w.jpg', 'http://static.useevr.cn/59/works/8c9f693f4985a66c/thumb.jpg', '8c9f693f4985a66c', '0', '59', '2016-10-25 15:04:55'); INSERT INTO `u_imgsmain` VALUES ('326', '1', 'http://static.useevr.cn/61/sourceimg/1477380893977r0a.jpg', 'http://static.useevr.cn/61/works/32998b27d3d0a5ab/thumb.jpg', '32998b27d3d0a5ab', '0', '61', '2016-10-25 15:35:46'); INSERT INTO `u_imgsmain` VALUES ('327', 'DSC_3097 Panorama', 'http://static.useevr.cn/12/sourceimg/1477385990029i7z.jpg', 'http://static.useevr.cn/12/works/731359a439e48905/thumb.jpg', '731359a439e48905', '0', '12', '2016-10-25 17:01:32'); INSERT INTO `u_imgsmain` VALUES ('328', '112', 'http://static.useevr.cn/12/sourceimg/1477482908643nqk.jpg', 'http://static.useevr.cn/12/works/0e357465c4f368ef/thumb.jpg', '0e357465c4f368ef', '0', '12', '2016-10-26 19:55:20'); INSERT INTO `u_imgsmain` VALUES ('329', 'LZH-餐厅', 'http://static.useevr.cn/47/sourceimg/1477496835531qo9.jpg', 'http://static.useevr.cn/47/works/681b49131fc1ad79/thumb.jpg', '681b49131fc1ad79', '0', '47', '2016-10-26 23:50:19'); INSERT INTO `u_imgsmain` VALUES ('330', 'IMG_0002 Panorama-1', 'http://static.useevr.cn/47/sourceimg/1477499343381nh6.jpg', 'http://static.useevr.cn/47/works/d0228b8dc034bd41/thumb.jpg', 'd0228b8dc034bd41', '0', '47', '2016-10-27 00:31:16'); INSERT INTO `u_imgsmain` VALUES ('331', 'IMG_0008 Panorama-1', 'http://static.useevr.cn/47/sourceimg/1477499343387ok6.jpg', 'http://static.useevr.cn/47/works/563c82e42ecf8066/thumb.jpg', '563c82e42ecf8066', '0', '47', '2016-10-27 00:31:16'); INSERT INTO `u_imgsmain` VALUES ('332', '1', 'http://qiniu.wxhdv2.b-bri.cn/12/sourceimg/147754026294099b.jpg', 'http://qiniu.wxhdv2.b-bri.cn/12/works/5bffcdb2d44cfe97/thumb.jpg', '5bffcdb2d44cfe97', '0', '12', '2016-10-27 11:51:58'); INSERT INTO `u_imgsmain` VALUES ('333', '2', 'http://qiniu.wxhdv2.b-bri.cn/12/sourceimg/14775402629461j3.jpg', 'http://qiniu.wxhdv2.b-bri.cn/12/works/abb6198fdd9cfbf5/thumb.jpg', 'abb6198fdd9cfbf5', '0', '12', '2016-10-27 11:51:58'); INSERT INTO `u_imgsmain` VALUES ('334', '3', 'http://qiniu.wxhdv2.b-bri.cn/12/sourceimg/1477540262949zc5.jpg', 'http://qiniu.wxhdv2.b-bri.cn/12/works/37aa9c876a12f935/thumb.jpg', '37aa9c876a12f935', '0', '12', '2016-10-27 11:51:58'); INSERT INTO `u_imgsmain` VALUES ('336', 'zw', 'http://static.useevr.cn/12/sourceimg/1477541392944f6m.jpg', 'http://static.useevr.cn/12/works/f835e54263b482a3/thumb.jpg', 'f835e54263b482a3', '0', '12', '2016-10-27 12:11:04'); INSERT INTO `u_imgsmain` VALUES ('337', 'IMG_0002 Panorama-1', 'http://static.useevr.cn/12/sourceimg/1477542023724x9g.jpg', 'http://static.useevr.cn/12/works/b807888613fb5734/thumb.jpg', 'b807888613fb5734', '0', '12', '2016-10-27 12:30:00'); INSERT INTO `u_imgsmain` VALUES ('338', 'IMG_0008 Panorama-1', 'http://static.useevr.cn/12/sourceimg/1477542023733icg.jpg', 'http://static.useevr.cn/12/works/a3f758131c3e51b9/thumb.jpg', 'a3f758131c3e51b9', '0', '12', '2016-10-27 12:30:00'); INSERT INTO `u_imgsmain` VALUES ('339', 'IMG_0015 Panorama-1', 'http://static.useevr.cn/12/sourceimg/1477542023737nod.jpg', 'http://static.useevr.cn/12/works/906affb1dd43b7a5/thumb.jpg', '906affb1dd43b7a5', '0', '12', '2016-10-27 12:30:00'); INSERT INTO `u_imgsmain` VALUES ('340', 'IMG_0022 Panorama-1', 'http://static.useevr.cn/12/sourceimg/1477542023740ehk.jpg', 'http://static.useevr.cn/12/works/2d34a25927b54a5f/thumb.jpg', '2d34a25927b54a5f', '0', '12', '2016-10-27 12:30:00'); INSERT INTO `u_imgsmain` VALUES ('341', 'IMG_0026 Panorama-1', 'http://static.useevr.cn/12/sourceimg/1477542023742zij.jpg', 'http://static.useevr.cn/12/works/ea4d2dc154bd98fb/thumb.jpg', 'ea4d2dc154bd98fb', '0', '12', '2016-10-27 12:30:00'); INSERT INTO `u_imgsmain` VALUES ('342', 'IMG_0033 Panorama-1', 'http://static.useevr.cn/12/sourceimg/1477542023747wck.jpg', 'http://static.useevr.cn/12/works/7dfa27c1edaa6f29/thumb.jpg', '7dfa27c1edaa6f29', '0', '12', '2016-10-27 12:30:00'); INSERT INTO `u_imgsmain` VALUES ('343', 'IMG_0039 Panorama-1', 'http://static.useevr.cn/12/sourceimg/14775420237499a0.jpg', 'http://static.useevr.cn/12/works/384d33c45aac1b67/thumb.jpg', '384d33c45aac1b67', '0', '12', '2016-10-27 12:30:00'); INSERT INTO `u_imgsmain` VALUES ('344', 'pic', 'http://static.useevr.cn/12/sourceimg/14775420237515xj.jpg', 'http://static.useevr.cn/12/works/67a1ae44c6cac007/thumb.jpg', '67a1ae44c6cac007', '0', '12', '2016-10-27 12:30:00'); INSERT INTO `u_imgsmain` VALUES ('345', '餐厅', 'http://static.useevr.cn/47/sourceimg/147754712815758h.jpg', 'http://static.useevr.cn/47/works/a8624dcf6e05a4e8/thumb.jpg', 'a8624dcf6e05a4e8', '0', '47', '2016-10-27 13:53:21'); INSERT INTO `u_imgsmain` VALUES ('346', '厨房', 'http://static.useevr.cn/47/sourceimg/1477547128162nwa.jpg', 'http://static.useevr.cn/47/works/07e71dba1e27ce5e/thumb.jpg', '07e71dba1e27ce5e', '0', '47', '2016-10-27 13:53:21'); INSERT INTO `u_imgsmain` VALUES ('347', '次卧', 'http://static.useevr.cn/47/sourceimg/14775471281644pi.jpg', 'http://static.useevr.cn/47/works/4c814bbfa7c55f30/thumb.jpg', '4c814bbfa7c55f30', '0', '47', '2016-10-27 13:53:21'); INSERT INTO `u_imgsmain` VALUES ('348', '主卧', 'http://static.useevr.cn/47/sourceimg/1477547128166p4z.jpg', 'http://static.useevr.cn/47/works/ff579390c22405b1/thumb.jpg', 'ff579390c22405b1', '0', '47', '2016-10-27 13:53:21'); INSERT INTO `u_imgsmain` VALUES ('349', '浴室', 'http://static.useevr.cn/47/sourceimg/1477547128168b8r.jpg', 'http://static.useevr.cn/47/works/614734ba0c123638/thumb.jpg', '614734ba0c123638', '0', '47', '2016-10-27 13:53:21'); INSERT INTO `u_imgsmain` VALUES ('350', '卧室', 'http://static.useevr.cn/47/sourceimg/1477547128170wlx.jpg', 'http://static.useevr.cn/47/works/08658da376769301/thumb.jpg', '08658da376769301', '0', '47', '2016-10-27 13:53:21'); INSERT INTO `u_imgsmain` VALUES ('351', '书房', 'http://static.useevr.cn/47/sourceimg/1477547128172icp.jpg', 'http://static.useevr.cn/47/works/3e32ec9ce9dc55bc/thumb.jpg', '3e32ec9ce9dc55bc', '0', '47', '2016-10-27 13:53:21'); INSERT INTO `u_imgsmain` VALUES ('352', '客厅', 'http://static.useevr.cn/47/sourceimg/1477547128174531.jpg', 'http://static.useevr.cn/47/works/6382be0ee20cf797/thumb.jpg', '6382be0ee20cf797', '0', '47', '2016-10-27 13:53:21'); INSERT INTO `u_imgsmain` VALUES ('359', '客厅', 'http://static.useevr.cn/47/sourceimg/14775713030074xl.jpg', 'http://static.useevr.cn/47/works/86691dee192b50d1/thumb.jpg', '86691dee192b50d1', '0', '47', '2016-10-27 20:36:26'); INSERT INTO `u_imgsmain` VALUES ('360', '厨房', 'http://static.useevr.cn/47/sourceimg/1477571303021k9x.jpg', 'http://static.useevr.cn/47/works/2f773d07b781322a/thumb.jpg', '2f773d07b781322a', '0', '47', '2016-10-27 20:36:26'); INSERT INTO `u_imgsmain` VALUES ('361', '餐厅', 'http://static.useevr.cn/47/sourceimg/147757130302502z.jpg', 'http://static.useevr.cn/47/works/5d6a64445534a30f/thumb.jpg', '5d6a64445534a30f', '0', '47', '2016-10-27 20:36:26'); INSERT INTO `u_imgsmain` VALUES ('362', '儿童房', 'http://static.useevr.cn/47/sourceimg/1477571303027tqg.jpg', 'http://static.useevr.cn/47/works/067050472683b410/thumb.jpg', '067050472683b410', '0', '47', '2016-10-27 20:36:26'); INSERT INTO `u_imgsmain` VALUES ('363', '次卧', 'http://static.useevr.cn/47/sourceimg/1477571303029tqo.jpg', 'http://static.useevr.cn/47/works/9fba77e0a64f525e/thumb.jpg', '9fba77e0a64f525e', '0', '47', '2016-10-27 20:36:26'); INSERT INTO `u_imgsmain` VALUES ('364', '书房', 'http://static.useevr.cn/47/sourceimg/1477571303031ojs.jpg', 'http://static.useevr.cn/47/works/505ef745606a71ee/thumb.jpg', '505ef745606a71ee', '0', '47', '2016-10-27 20:36:26'); INSERT INTO `u_imgsmain` VALUES ('365', '主卧', 'http://static.useevr.cn/47/sourceimg/1477571303033p9c.jpg', 'http://static.useevr.cn/47/works/cdb56a4256080abf/thumb.jpg', 'cdb56a4256080abf', '0', '47', '2016-10-27 20:36:26'); INSERT INTO `u_imgsmain` VALUES ('366', '浴室', 'http://static.useevr.cn/47/sourceimg/1477571303035brb.jpg', 'http://static.useevr.cn/47/works/c31ef8b920c83e5f/thumb.jpg', 'c31ef8b920c83e5f', '0', '47', '2016-10-27 20:36:26'); INSERT INTO `u_imgsmain` VALUES ('369', '5aaaa', 'http://static.useevr.cn/12/sourceimg/1477619542286h8d.jpg', 'http://static.useevr.cn/12/works/34b853c551ae3266/thumb.jpg', '34b853c551ae3266', '0', '12', '2016-10-28 09:52:57'); INSERT INTO `u_imgsmain` VALUES ('387', '1', 'http://static.useevr.cn/12/sourceimg/14776419238435z6.jpg', 'http://static.useevr.cn/12/works/0d62a62d7b7baf9f/thumb.jpg', '0d62a62d7b7baf9f', '0', '12', '2016-10-28 16:05:39'); INSERT INTO `u_imgsmain` VALUES ('388', '2', 'http://static.useevr.cn/12/sourceimg/1477641923852amq.jpg', 'http://static.useevr.cn/12/works/a036fb12c315fdab/thumb.jpg', 'a036fb12c315fdab', '0', '12', '2016-10-28 16:05:39'); INSERT INTO `u_imgsmain` VALUES ('389', '合计', 'http://static.useevr.cn/12/sourceimg/1477710985119fxn.jpg', 'http://static.useevr.cn/12/works/7f5b89338b3d0e87/thumb.jpg', '7f5b89338b3d0e87', '0', '12', '2016-10-29 11:15:57'); INSERT INTO `u_imgsmain` VALUES ('390', '和', 'http://static.useevr.cn/12/sourceimg/1477710985395cmq.jpg', 'http://static.useevr.cn/12/works/4235f47cf256095d/thumb.jpg', '4235f47cf256095d', '0', '12', '2016-10-29 11:15:57'); INSERT INTO `u_imgsmain` VALUES ('391', 'IMG_7587_8_9 Panorama_equi', 'http://static.useevr.cn/12/sourceimg/14777288712616tj.jpg', 'http://static.useevr.cn/12/works/aa3ac75427916b2b/thumb.jpg', 'aa3ac75427916b2b', '0', '12', '2016-10-29 16:14:51'); INSERT INTO `u_imgsmain` VALUES ('393', '厨房', 'http://static.useevr.cn/12/sourceimg/14777461811967l9.jpg', 'http://static.useevr.cn/12/works/16c42cafc796b75c/thumb.jpg', '16c42cafc796b75c', '0', '12', '2016-10-29 21:04:22'); INSERT INTO `u_imgsmain` VALUES ('397', '20140211135742_32629', 'http://static.useevr.cn/62/sourceimg/1477968092335sr4.jpg', 'http://static.useevr.cn/62/works/d1642baeae17ed55/thumb.jpg', 'd1642baeae17ed55', '0', '62', '2016-11-01 10:42:05'); INSERT INTO `u_imgsmain` VALUES ('398', '20140211135742_32629', 'http://static.useevr.cn/62/sourceimg/1477968139418ra1.jpg', 'http://static.useevr.cn/62/works/888eb2bfe8192e48/thumb.jpg', '888eb2bfe8192e48', '0', '62', '2016-11-01 10:42:51'); INSERT INTO `u_imgsmain` VALUES ('399', '5294214720090820100827079_640', 'http://static.useevr.cn/62/sourceimg/1477968818470cim.jpg', 'http://static.useevr.cn/62/works/fe79f779380889cf/thumb.jpg', 'fe79f779380889cf', '0', '62', '2016-11-01 10:54:11'); INSERT INTO `u_imgsmain` VALUES ('403', '主卧2', 'http://static.useevr.cn/12/sourceimg/14779699221161e2.jpg', 'http://static.useevr.cn/12/works/312c3dc39e1976a5/thumb.jpg', '312c3dc39e1976a5', '0', '12', '2016-11-01 11:12:53'); INSERT INTO `u_imgsmain` VALUES ('405', '客厅', 'http://static.useevr.cn/62/sourceimg/1477971895983lhx.jpg', 'http://static.useevr.cn/62/works/9ec47d7b64d8a1ee/thumb.jpg', '9ec47d7b64d8a1ee', '0', '62', '2016-11-01 11:46:42'); INSERT INTO `u_imgsmain` VALUES ('406', '厨房_', 'http://static.useevr.cn/62/sourceimg/14779718959908ca.jpg', 'http://static.useevr.cn/62/works/54744f95bd3b7b38/thumb.jpg', '54744f95bd3b7b38', '0', '62', '2016-11-01 11:46:42'); INSERT INTO `u_imgsmain` VALUES ('407', '次卧_', 'http://static.useevr.cn/62/sourceimg/1477971895995jh9.jpg', 'http://static.useevr.cn/62/works/b6dfab7921dcc23c/thumb.jpg', 'b6dfab7921dcc23c', '0', '62', '2016-11-01 11:46:42'); INSERT INTO `u_imgsmain` VALUES ('408', '主卧_', 'http://static.useevr.cn/62/sourceimg/1477971895999qo4.jpg', 'http://static.useevr.cn/62/works/e3730eeb4bc1b3f5/thumb.jpg', 'e3730eeb4bc1b3f5', '0', '62', '2016-11-01 11:46:42'); INSERT INTO `u_imgsmain` VALUES ('409', '候诊大厅', 'http://static.useevr.cn/65/sourceimg/1478062313792l37.jpg', 'http://static.useevr.cn/65/works/af6bdcec3e6618e0/thumb.jpg', 'af6bdcec3e6618e0', '0', '65', '2016-11-02 12:52:57'); INSERT INTO `u_imgsmain` VALUES ('410', '病房', 'http://static.useevr.cn/65/sourceimg/1478062313796m57.jpg', 'http://static.useevr.cn/65/works/d44f28920c0a659c/thumb.jpg', 'd44f28920c0a659c', '0', '65', '2016-11-02 12:52:57'); INSERT INTO `u_imgsmain` VALUES ('411', '诊室', 'http://static.useevr.cn/65/sourceimg/14780623138005fd.jpg', 'http://static.useevr.cn/65/works/6fc5a532f1de4d53/thumb.jpg', '6fc5a532f1de4d53', '0', '65', '2016-11-02 12:52:57'); INSERT INTO `u_imgsmain` VALUES ('412', '走廊', 'http://static.useevr.cn/65/sourceimg/1478062313802cb7.jpg', 'http://static.useevr.cn/65/works/e70a12357f05adc0/thumb.jpg', 'e70a12357f05adc0', '0', '65', '2016-11-02 12:52:57'); INSERT INTO `u_imgsmain` VALUES ('413', 'mmexport1477972279109', 'http://static.useevr.cn/62/sourceimg/1478067541507te0.jpg', 'http://static.useevr.cn/62/works/94aca9abb81a060e/thumb.jpg', '94aca9abb81a060e', '0', '62', '2016-11-02 14:20:12'); INSERT INTO `u_imgsmain` VALUES ('414', 'mmexport1477972273886', 'http://static.useevr.cn/62/sourceimg/1478067541540m6o.jpg', 'http://static.useevr.cn/62/works/07f6a9d3d5a618e8/thumb.jpg', '07f6a9d3d5a618e8', '0', '62', '2016-11-02 14:20:12'); INSERT INTO `u_imgsmain` VALUES ('415', 'mmexport1477972269429', 'http://static.useevr.cn/62/sourceimg/1478067541579938.jpg', 'http://static.useevr.cn/62/works/f20aec9c36214e03/thumb.jpg', 'f20aec9c36214e03', '0', '62', '2016-11-02 14:20:12'); INSERT INTO `u_imgsmain` VALUES ('416', 'mmexport1477972264337', 'http://static.useevr.cn/62/sourceimg/1478067541592b9x.jpg', 'http://static.useevr.cn/62/works/bf8971ab42c1db2f/thumb.jpg', 'bf8971ab42c1db2f', '0', '62', '2016-11-02 14:20:12'); INSERT INTO `u_imgsmain` VALUES ('417', 'mmexport1477972279109', 'http://static.useevr.cn/62/sourceimg/1478067541507te0.jpg', 'http://static.useevr.cn/62/works/a1c6a8a778026972/thumb.jpg', 'a1c6a8a778026972', '0', '62', '2016-11-02 14:20:33'); INSERT INTO `u_imgsmain` VALUES ('418', 'mmexport1477972273886', 'http://static.useevr.cn/62/sourceimg/1478067541540m6o.jpg', 'http://static.useevr.cn/62/works/ab98106334b78520/thumb.jpg', 'ab98106334b78520', '0', '62', '2016-11-02 14:20:33'); INSERT INTO `u_imgsmain` VALUES ('419', 'mmexport1477972269429', 'http://static.useevr.cn/62/sourceimg/1478067541579938.jpg', 'http://static.useevr.cn/62/works/7c830338e386664e/thumb.jpg', '7c830338e386664e', '0', '62', '2016-11-02 14:20:33'); INSERT INTO `u_imgsmain` VALUES ('420', 'mmexport1477972264337', 'http://static.useevr.cn/62/sourceimg/1478067541592b9x.jpg', 'http://static.useevr.cn/62/works/275ef21e62037151/thumb.jpg', '275ef21e62037151', '0', '62', '2016-11-02 14:20:33'); INSERT INTO `u_imgsmain` VALUES ('422', '现代客厅_Camera0020000', 'http://static.useevr.cn/67/sourceimg/14780689716458kf.jpg', 'http://static.useevr.cn/67/works/9c401e5cb48dcfc5/thumb.jpg', '9c401e5cb48dcfc5', '0', '67', '2016-11-02 14:43:01'); INSERT INTO `u_imgsmain` VALUES ('423', '现代客厅_Camera0020000', 'http://static.useevr.cn/67/sourceimg/1478069085430s9j.jpg', 'http://static.useevr.cn/67/works/cbf083aabab8acdf/thumb.jpg', 'cbf083aabab8acdf', '0', '67', '2016-11-02 14:44:50'); INSERT INTO `u_imgsmain` VALUES ('424', 'IMG_0371', 'http://static.useevr.cn/69/sourceimg/1478074427108ajw.JPG', 'http://static.useevr.cn/69/works/fc0f967e9d627df8/thumb.jpg', 'fc0f967e9d627df8', '0', '69', '2016-11-02 16:13:53'); INSERT INTO `u_imgsmain` VALUES ('425', '候诊大厅', 'http://static.useevr.cn/65/sourceimg/1478154277100is8.jpg', 'http://static.useevr.cn/65/works/4ff7ae218738e343/thumb.jpg', '4ff7ae218738e343', '0', '65', '2016-11-03 14:25:40'); INSERT INTO `u_imgsmain` VALUES ('426', '病房', 'http://static.useevr.cn/65/sourceimg/14781542771089yy.jpg', 'http://static.useevr.cn/65/works/69a330ff374ec2a6/thumb.jpg', '69a330ff374ec2a6', '0', '65', '2016-11-03 14:25:40'); INSERT INTO `u_imgsmain` VALUES ('427', '诊室', 'http://static.useevr.cn/65/sourceimg/14781542771129s5.jpg', 'http://static.useevr.cn/65/works/986b9747aa88c7a6/thumb.jpg', '986b9747aa88c7a6', '0', '65', '2016-11-03 14:25:40'); INSERT INTO `u_imgsmain` VALUES ('428', '走廊', 'http://static.useevr.cn/65/sourceimg/14781542771157x4.jpg', 'http://static.useevr.cn/65/works/5ba0028c7d8d45fd/thumb.jpg', '5ba0028c7d8d45fd', '0', '65', '2016-11-03 14:25:40'); INSERT INTO `u_imgsmain` VALUES ('429', '候诊大厅', 'http://static.useevr.cn/65/sourceimg/14781669722357zm.jpg', 'http://static.useevr.cn/65/works/7dc3001626631dea/thumb.jpg', '7dc3001626631dea', '0', '65', '2016-11-03 17:57:18'); INSERT INTO `u_imgsmain` VALUES ('430', '病房', 'http://static.useevr.cn/65/sourceimg/14781669722432yl.jpg', 'http://static.useevr.cn/65/works/014d52a0883feadb/thumb.jpg', '014d52a0883feadb', '0', '65', '2016-11-03 17:57:18'); INSERT INTO `u_imgsmain` VALUES ('431', '诊室', 'http://static.useevr.cn/65/sourceimg/1478166972249rar.jpg', 'http://static.useevr.cn/65/works/cbd5a52a9027bbdf/thumb.jpg', 'cbd5a52a9027bbdf', '0', '65', '2016-11-03 17:57:18'); INSERT INTO `u_imgsmain` VALUES ('432', '走廊', 'http://static.useevr.cn/65/sourceimg/14781669722538na.jpg', 'http://static.useevr.cn/65/works/a30e93200be0e18c/thumb.jpg', 'a30e93200be0e18c', '0', '65', '2016-11-03 17:57:18'); INSERT INTO `u_imgsmain` VALUES ('433', '候诊大厅', 'http://static.useevr.cn/65/sourceimg/1478223791457z7d.jpg', 'http://static.useevr.cn/65/works/ed7207d47757f49f/thumb.jpg', 'ed7207d47757f49f', '0', '65', '2016-11-04 09:44:17'); INSERT INTO `u_imgsmain` VALUES ('434', '病房', 'http://static.useevr.cn/65/sourceimg/14782237914625z4.jpg', 'http://static.useevr.cn/65/works/9e6d3d97ab258333/thumb.jpg', '9e6d3d97ab258333', '0', '65', '2016-11-04 09:44:17'); INSERT INTO `u_imgsmain` VALUES ('435', '诊室', 'http://static.useevr.cn/65/sourceimg/147822379146549r.jpg', 'http://static.useevr.cn/65/works/4ef65fddb5c13087/thumb.jpg', '4ef65fddb5c13087', '0', '65', '2016-11-04 09:44:17'); INSERT INTO `u_imgsmain` VALUES ('436', '走廊', 'http://static.useevr.cn/65/sourceimg/1478223791467o5e.jpg', 'http://static.useevr.cn/65/works/3f43b585dbe95c15/thumb.jpg', '3f43b585dbe95c15', '0', '65', '2016-11-04 09:44:17'); INSERT INTO `u_imgsmain` VALUES ('437', '1', 'http://static.useevr.cn/12/sourceimg/14782284688244bd.jpg', 'http://static.useevr.cn/12/works/4810b12eaf94b873/thumb.jpg', '4810b12eaf94b873', '0', '12', '2016-11-04 11:01:39'); INSERT INTO `u_imgsmain` VALUES ('438', '2', 'http://static.useevr.cn/12/sourceimg/14782284688324wg.jpg', 'http://static.useevr.cn/12/works/d01dda0dcdfc48f4/thumb.jpg', 'd01dda0dcdfc48f4', '0', '12', '2016-11-04 11:01:39'); INSERT INTO `u_imgsmain` VALUES ('439', '四元影像科技大门', 'http://static.useevr.cn/12/sourceimg/1478332521282w5q.jpg', 'http://static.useevr.cn/12/works/63931ad4418c9c65/thumb.jpg', '63931ad4418c9c65', '0', '12', '2016-11-05 15:56:35'); INSERT INTO `u_imgsmain` VALUES ('440', '3 (1).JPG', 'http://static.useevr.cn/71/sourceimg/1478378082389di9.JPG', 'http://static.useevr.cn/71/works/fc33e42be1aa6847/thumb.jpg', 'fc33e42be1aa6847', '0', '71', '2016-11-06 04:35:47'); INSERT INTO `u_imgsmain` VALUES ('441', '3 (2)', 'http://static.useevr.cn/71/sourceimg/1478378186412ibr.jpg', 'http://static.useevr.cn/71/works/6558b2361e51f67b/thumb.jpg', '6558b2361e51f67b', '0', '71', '2016-11-06 04:37:14'); INSERT INTO `u_imgsmain` VALUES ('442', '3 (3)', 'http://static.useevr.cn/71/sourceimg/1478378406065lxt.jpg', 'http://static.useevr.cn/71/works/3cd81690700ae4f9/thumb.jpg', '3cd81690700ae4f9', '0', '71', '2016-11-06 04:41:43'); INSERT INTO `u_imgsmain` VALUES ('443', '3 (4)', 'http://static.useevr.cn/71/sourceimg/1478378564488ted.jpg', 'http://static.useevr.cn/71/works/568fc9f43304dfd0/thumb.jpg', '568fc9f43304dfd0', '0', '71', '2016-11-06 04:43:36'); INSERT INTO `u_imgsmain` VALUES ('444', '3 (4)', 'http://static.useevr.cn/71/sourceimg/1478378761579jwt.jpg', 'http://static.useevr.cn/71/works/89f57969f399cbe0/thumb.jpg', '89f57969f399cbe0', '0', '71', '2016-11-06 04:46:47'); INSERT INTO `u_imgsmain` VALUES ('445', '主卧书房', 'http://static.useevr.cn/65/sourceimg/1478481505621xef.jpg', 'http://static.useevr.cn/65/works/7a731c063a8dacc3/thumb.jpg', '7a731c063a8dacc3', '0', '65', '2016-11-07 09:19:34'); INSERT INTO `u_imgsmain` VALUES ('446', '客厅', 'http://static.useevr.cn/65/sourceimg/1478481505627209.jpg', 'http://static.useevr.cn/65/works/7605c2d359eac945/thumb.jpg', '7605c2d359eac945', '0', '65', '2016-11-07 09:19:34'); INSERT INTO `u_imgsmain` VALUES ('447', '次卧', 'http://static.useevr.cn/65/sourceimg/1478481505631xsb.jpg', 'http://static.useevr.cn/65/works/1a593a271bdf8139/thumb.jpg', '1a593a271bdf8139', '0', '65', '2016-11-07 09:19:34'); INSERT INTO `u_imgsmain` VALUES ('448', '20160523131522990019_sphere', 'http://static.useevr.cn/12/sourceimg/14785175653823mx.jpg', 'http://static.useevr.cn/12/works/a18b8846aacbde1f/thumb.jpg', 'a18b8846aacbde1f', '0', '12', '2016-11-07 19:20:21'); INSERT INTO `u_imgsmain` VALUES ('449', '客厅', 'http://static.useevr.cn/12/sourceimg/1478566950549gfn.jpg', 'http://static.useevr.cn/12/works/92cedf3e145e4037/thumb.jpg', '92cedf3e145e4037', '0', '12', '2016-11-08 09:03:00'); INSERT INTO `u_imgsmain` VALUES ('451', '3', 'http://static.useevr.cn/12/sourceimg/1478573173633n23.jpg', 'http://static.useevr.cn/12/works/4e9b8d96bfe356cc/thumb.jpg', '4e9b8d96bfe356cc', '0', '12', '2016-11-08 10:47:50'); INSERT INTO `u_imgsmain` VALUES ('452', '5', 'http://static.useevr.cn/12/sourceimg/1478573173636364.jpg', 'http://static.useevr.cn/12/works/21586358c6eaf034/thumb.jpg', '21586358c6eaf034', '0', '12', '2016-11-08 10:47:50'); INSERT INTO `u_imgsmain` VALUES ('453', '5730583_094354413000_2', 'http://static.useevr.cn/12/sourceimg/1478573173638wyy.jpg', 'http://static.useevr.cn/12/works/7f8a96b1159c0ec2/thumb.jpg', '7f8a96b1159c0ec2', '0', '12', '2016-11-08 10:47:51'); INSERT INTO `u_imgsmain` VALUES ('454', '沁3站', 'http://static.useevr.cn/12/sourceimg/1478605292938d04.jpg', 'http://static.useevr.cn/12/works/c53aad86d175112b/thumb.jpg', 'c53aad86d175112b', '0', '12', '2016-11-08 19:41:25'); INSERT INTO `u_imgsmain` VALUES ('455', '厨房', 'http://static.useevr.cn/12/sourceimg/1478745504973ba9.jpg', 'http://static.useevr.cn/12/works/7fab360a5017c4a5/thumb.jpg', '7fab360a5017c4a5', '0', '12', '2016-11-10 10:44:52'); INSERT INTO `u_imgsmain` VALUES ('456', '储藏间', 'http://static.useevr.cn/12/sourceimg/14787455049763fy.jpg', 'http://static.useevr.cn/12/works/b46327847ccffb90/thumb.jpg', 'b46327847ccffb90', '0', '12', '2016-11-10 10:44:52'); INSERT INTO `u_imgsmain` VALUES ('457', '儿童房', 'http://static.useevr.cn/12/sourceimg/1478745504977429.jpg', 'http://static.useevr.cn/12/works/7cee55e777b1b51b/thumb.jpg', '7cee55e777b1b51b', '0', '12', '2016-11-10 10:44:52'); INSERT INTO `u_imgsmain` VALUES ('458', '客厅', 'http://static.useevr.cn/12/sourceimg/1478745504978org.jpg', 'http://static.useevr.cn/12/works/8d4a19828ce8f408/thumb.jpg', '8d4a19828ce8f408', '0', '12', '2016-11-10 10:44:52'); INSERT INTO `u_imgsmain` VALUES ('459', '卫生间', 'http://static.useevr.cn/12/sourceimg/1478745504979p8s.jpg', 'http://static.useevr.cn/12/works/77e2caf2d3447b02/thumb.jpg', '77e2caf2d3447b02', '0', '12', '2016-11-10 10:44:52'); INSERT INTO `u_imgsmain` VALUES ('460', '玄关', 'http://static.useevr.cn/12/sourceimg/1478745504981i0y.jpg', 'http://static.useevr.cn/12/works/5e44a819840dc44c/thumb.jpg', '5e44a819840dc44c', '0', '12', '2016-11-10 10:44:52'); INSERT INTO `u_imgsmain` VALUES ('461', '阳台', 'http://static.useevr.cn/12/sourceimg/1478745504982xip.jpg', 'http://static.useevr.cn/12/works/d72a48613720f934/thumb.jpg', 'd72a48613720f934', '0', '12', '2016-11-10 10:44:52'); INSERT INTO `u_imgsmain` VALUES ('462', '衣帽间', 'http://static.useevr.cn/12/sourceimg/14787455049835w7.jpg', 'http://static.useevr.cn/12/works/b7771bd76c4b902b/thumb.jpg', 'b7771bd76c4b902b', '0', '12', '2016-11-10 10:44:52'); INSERT INTO `u_imgsmain` VALUES ('463', '主卧', 'http://static.useevr.cn/12/sourceimg/14787455049841n1.jpg', 'http://static.useevr.cn/12/works/0ed8b308872fd5aa/thumb.jpg', '0ed8b308872fd5aa', '0', '12', '2016-11-10 10:44:52'); INSERT INTO `u_imgsmain` VALUES ('464', '主卧卫生间', 'http://static.useevr.cn/12/sourceimg/1478745504985atr.jpg', 'http://static.useevr.cn/12/works/bc98233cdd907023/thumb.jpg', 'bc98233cdd907023', '0', '12', '2016-11-10 10:44:52'); INSERT INTO `u_imgsmain` VALUES ('465', '客厅', 'http://static.useevr.cn/12/sourceimg/1478746277281idj.jpg', 'http://static.useevr.cn/12/works/a830dd39d43af5f1/thumb.jpg', 'a830dd39d43af5f1', '0', '12', '2016-11-10 10:53:47'); INSERT INTO `u_imgsmain` VALUES ('466', '衣帽间', 'http://static.useevr.cn/12/sourceimg/1478746277286a5a.jpg', 'http://static.useevr.cn/12/works/ef4c2a02bfd8081f/thumb.jpg', 'ef4c2a02bfd8081f', '0', '12', '2016-11-10 10:53:47'); INSERT INTO `u_imgsmain` VALUES ('467', '主卧', 'http://static.useevr.cn/12/sourceimg/1478746277288pq4.jpg', 'http://static.useevr.cn/12/works/d68bfc4ddb5e813e/thumb.jpg', 'd68bfc4ddb5e813e', '0', '12', '2016-11-10 10:53:47'); INSERT INTO `u_imgsmain` VALUES ('468', '主卧卫生间', 'http://static.useevr.cn/12/sourceimg/1478746277290fih.jpg', 'http://static.useevr.cn/12/works/ef5152346f7b995c/thumb.jpg', 'ef5152346f7b995c', '0', '12', '2016-11-10 10:53:47'); INSERT INTO `u_imgsmain` VALUES ('469', '卫生间', 'http://static.useevr.cn/12/sourceimg/1478747446806rf5.jpg', 'http://static.useevr.cn/12/works/acc5900baf56f526/thumb.jpg', 'acc5900baf56f526', '0', '12', '2016-11-10 11:12:16'); INSERT INTO `u_imgsmain` VALUES ('470', '玄关', 'http://static.useevr.cn/12/sourceimg/14787474468093wc.jpg', 'http://static.useevr.cn/12/works/7ba6de4a7f0042bf/thumb.jpg', '7ba6de4a7f0042bf', '0', '12', '2016-11-10 11:12:16'); INSERT INTO `u_imgsmain` VALUES ('471', 'IMG_000210@4K', 'http://static.useevr.cn/12/sourceimg/1478757868451no5.jpg', 'http://static.useevr.cn/12/works/024da8d684b2cbeb/thumb.jpg', '024da8d684b2cbeb', '0', '12', '2016-11-10 14:05:35'); INSERT INTO `u_imgsmain` VALUES ('472', 'IMG_000211@4K', 'http://static.useevr.cn/12/sourceimg/1478757868453qeb.jpg', 'http://static.useevr.cn/12/works/91fd8193ef12d0a3/thumb.jpg', '91fd8193ef12d0a3', '0', '12', '2016-11-10 14:05:35'); INSERT INTO `u_imgsmain` VALUES ('473', '商场负一楼', 'http://static.useevr.cn/12/sourceimg/1478757868455jxt.jpg', 'http://static.useevr.cn/12/works/6c4cc806e30f0664/thumb.jpg', '6c4cc806e30f0664', '0', '12', '2016-11-10 14:05:35'); INSERT INTO `u_imgsmain` VALUES ('474', '全景图', 'http://static.useevr.cn/12/sourceimg/1478762220025cfo.jpg', 'http://static.useevr.cn/12/works/d933b42ea2dcebd9/thumb.jpg', 'd933b42ea2dcebd9', '0', '12', '2016-11-10 15:17:22'); INSERT INTO `u_imgsmain` VALUES ('475', 'DSC_0079 Panorama', 'http://static.useevr.cn/12/sourceimg/1478838788075dma.jpg', 'http://static.useevr.cn/12/works/9efc42892ce56f20/thumb.jpg', '9efc42892ce56f20', '0', '12', '2016-11-11 12:32:51'); INSERT INTO `u_imgsmain` VALUES ('476', '办公室内景', 'http://static.useevr.cn/12/sourceimg/1478840258805a2e.jpg', 'http://static.useevr.cn/12/works/cf11e3e39a46539a/thumb.jpg', 'cf11e3e39a46539a', '0', '12', '2016-11-11 12:57:32'); INSERT INTO `u_imgsmain` VALUES ('477', '公司大厅', 'http://static.useevr.cn/12/sourceimg/1478841051360id5.jpg', 'http://static.useevr.cn/12/works/421a262612eeb625/thumb.jpg', '421a262612eeb625', '0', '12', '2016-11-11 13:11:48'); INSERT INTO `u_imgsmain` VALUES ('478', '办公室', 'http://static.useevr.cn/12/sourceimg/1478842831248896.jpg', 'http://static.useevr.cn/12/works/97444eade39e5ee7/thumb.jpg', '97444eade39e5ee7', '0', '12', '2016-11-11 13:40:23'); INSERT INTO `u_imgsmain` VALUES ('479', '调色后韩乐访', 'http://static.useevr.cn/12/sourceimg/1478854090806g1a.jpg', 'http://static.useevr.cn/12/works/43f88eac70888bf2/thumb.jpg', '43f88eac70888bf2', '0', '12', '2016-11-11 16:48:06'); INSERT INTO `u_imgsmain` VALUES ('480', '调色后韩乐访3', 'http://static.useevr.cn/12/sourceimg/14788582346286e2.jpg', 'http://static.useevr.cn/12/works/65a2780407511473/thumb.jpg', '65a2780407511473', '0', '12', '2016-11-11 17:57:20'); INSERT INTO `u_imgsmain` VALUES ('481', 'DSC_0138 Panorama', 'http://static.useevr.cn/12/sourceimg/1478860888229yyz.jpg', 'http://static.useevr.cn/12/works/fd48bbf14fa00c77/thumb.jpg', 'fd48bbf14fa00c77', '0', '12', '2016-11-11 18:41:32'); INSERT INTO `u_imgsmain` VALUES ('482', '学生视角1', 'http://static.useevr.cn/12/sourceimg/1478963390983fta.jpg', 'http://static.useevr.cn/12/works/be3b5e411ecfefb8/thumb.jpg', 'be3b5e411ecfefb8', '0', '12', '2016-11-12 23:12:27'); INSERT INTO `u_imgsmain` VALUES ('483', '学生视角2', 'http://static.useevr.cn/12/sourceimg/1478963812776yxo.jpg', 'http://static.useevr.cn/12/works/c0242ddc05529798/thumb.jpg', 'c0242ddc05529798', '0', '12', '2016-11-12 23:17:37'); INSERT INTO `u_imgsmain` VALUES ('485', 'XS.JPG', 'http://static.useevr.cn/12/sourceimg/1478963882426ct1.jpg', 'http://static.useevr.cn/12/works/18b4a218c9cebd24/thumb.jpg', '18b4a218c9cebd24', '0', '12', '2016-11-12 23:19:20'); INSERT INTO `u_imgsmain` VALUES ('487', '傍晚外景作业', 'http://static.useevr.cn/12/sourceimg/14790436374580gq.jpg', 'http://static.useevr.cn/12/works/daa73ddd6525ac3b/thumb.jpg', 'daa73ddd6525ac3b', '0', '12', '2016-11-13 21:27:54'); INSERT INTO `u_imgsmain` VALUES ('488', '傍晚外景作业', 'http://static.useevr.cn/12/sourceimg/14790438266310p5.jpg', 'http://static.useevr.cn/12/works/fdb7fad4d527e323/thumb.jpg', 'fdb7fad4d527e323', '0', '12', '2016-11-13 21:31:20'); INSERT INTO `u_imgsmain` VALUES ('489', '全景', 'http://static.useevr.cn/73/sourceimg/1479113669580b3c.jpg', 'http://static.useevr.cn/73/works/d7103bace3a142e2/thumb.jpg', 'd7103bace3a142e2', '0', '73', '2016-11-14 16:55:20'); INSERT INTO `u_imgsmain` VALUES ('490', '客厅', 'http://static.useevr.cn/65/sourceimg/1479113707312xmi.jpg', 'http://static.useevr.cn/65/works/882c742bc5395bb3/thumb.jpg', '882c742bc5395bb3', '0', '65', '2016-11-14 17:00:09'); INSERT INTO `u_imgsmain` VALUES ('491', '餐厅', 'http://static.useevr.cn/65/sourceimg/14791137073157fb.jpg', 'http://static.useevr.cn/65/works/e335f6d071bfd6c5/thumb.jpg', 'e335f6d071bfd6c5', '0', '65', '2016-11-14 17:00:09'); INSERT INTO `u_imgsmain` VALUES ('492', '次卧', 'http://static.useevr.cn/65/sourceimg/1479113707317e4m.jpg', 'http://static.useevr.cn/65/works/8ce32038dbf91dbc/thumb.jpg', '8ce32038dbf91dbc', '0', '65', '2016-11-14 17:00:09'); INSERT INTO `u_imgsmain` VALUES ('493', '客卧', 'http://static.useevr.cn/65/sourceimg/14791137073195yb.jpg', 'http://static.useevr.cn/65/works/3c4499645f6b81d0/thumb.jpg', '3c4499645f6b81d0', '0', '65', '2016-11-14 17:00:09'); INSERT INTO `u_imgsmain` VALUES ('494', '卫生间', 'http://static.useevr.cn/65/sourceimg/1479113707321qga.jpg', 'http://static.useevr.cn/65/works/e192bb5e9fbac6bc/thumb.jpg', 'e192bb5e9fbac6bc', '0', '65', '2016-11-14 17:00:09'); INSERT INTO `u_imgsmain` VALUES ('495', '主卧', 'http://static.useevr.cn/65/sourceimg/1479113707325fyr.jpg', 'http://static.useevr.cn/65/works/9a000e9ee52f04f9/thumb.jpg', '9a000e9ee52f04f9', '0', '65', '2016-11-14 17:00:09'); INSERT INTO `u_imgsmain` VALUES ('496', '客厅', 'http://static.useevr.cn/65/sourceimg/1479113707312xmi.jpg', 'http://static.useevr.cn/65/works/397ec46c63a9ecfd/thumb.jpg', '397ec46c63a9ecfd', '0', '65', '2016-11-14 17:08:37'); INSERT INTO `u_imgsmain` VALUES ('497', '餐厅', 'http://static.useevr.cn/65/sourceimg/14791137073157fb.jpg', 'http://static.useevr.cn/65/works/794bdbb0aca19039/thumb.jpg', '794bdbb0aca19039', '0', '65', '2016-11-14 17:08:37'); INSERT INTO `u_imgsmain` VALUES ('498', '次卧', 'http://static.useevr.cn/65/sourceimg/1479113707317e4m.jpg', 'http://static.useevr.cn/65/works/12c9a746b60a6e38/thumb.jpg', '12c9a746b60a6e38', '0', '65', '2016-11-14 17:08:37'); INSERT INTO `u_imgsmain` VALUES ('499', '客卧', 'http://static.useevr.cn/65/sourceimg/14791137073195yb.jpg', 'http://static.useevr.cn/65/works/8bd87f1664cb94a9/thumb.jpg', '8bd87f1664cb94a9', '0', '65', '2016-11-14 17:08:37'); INSERT INTO `u_imgsmain` VALUES ('500', '卫生间', 'http://static.useevr.cn/65/sourceimg/1479113707321qga.jpg', 'http://static.useevr.cn/65/works/4a2433a48c8bdf6b/thumb.jpg', '4a2433a48c8bdf6b', '0', '65', '2016-11-14 17:08:37'); INSERT INTO `u_imgsmain` VALUES ('501', '主卧', 'http://static.useevr.cn/65/sourceimg/1479113707325fyr.jpg', 'http://static.useevr.cn/65/works/3c393151e2bcba7a/thumb.jpg', '3c393151e2bcba7a', '0', '65', '2016-11-14 17:08:37'); INSERT INTO `u_imgsmain` VALUES ('502', '客厅', 'http://static.useevr.cn/65/sourceimg/1479114711833r62.jpg', 'http://static.useevr.cn/65/works/542f2ca3f5f9be8c/thumb.jpg', '542f2ca3f5f9be8c', '0', '65', '2016-11-14 17:13:58'); INSERT INTO `u_imgsmain` VALUES ('503', '餐厅', 'http://static.useevr.cn/65/sourceimg/1479114711837syf.jpg', 'http://static.useevr.cn/65/works/0ca1612188eda685/thumb.jpg', '0ca1612188eda685', '0', '65', '2016-11-14 17:13:58'); INSERT INTO `u_imgsmain` VALUES ('504', '次卧', 'http://static.useevr.cn/65/sourceimg/147911471184011h.jpg', 'http://static.useevr.cn/65/works/fa93ee31361c7b8b/thumb.jpg', 'fa93ee31361c7b8b', '0', '65', '2016-11-14 17:13:58'); INSERT INTO `u_imgsmain` VALUES ('505', '客卧', 'http://static.useevr.cn/65/sourceimg/14791147118432wj.jpg', 'http://static.useevr.cn/65/works/f9f04711d0b00c06/thumb.jpg', 'f9f04711d0b00c06', '0', '65', '2016-11-14 17:13:58'); INSERT INTO `u_imgsmain` VALUES ('506', '卫生间', 'http://static.useevr.cn/65/sourceimg/147911471184555e.jpg', 'http://static.useevr.cn/65/works/ec0395a577eb3d75/thumb.jpg', 'ec0395a577eb3d75', '0', '65', '2016-11-14 17:13:58'); INSERT INTO `u_imgsmain` VALUES ('507', '主卧', 'http://static.useevr.cn/65/sourceimg/1479114711847kih.jpg', 'http://static.useevr.cn/65/works/3bbea7133883bcc4/thumb.jpg', '3bbea7133883bcc4', '0', '65', '2016-11-14 17:13:58'); INSERT INTO `u_imgsmain` VALUES ('508', '客厅', 'http://static.useevr.cn/65/sourceimg/147911526212168z.jpg', 'http://static.useevr.cn/65/works/bed565b7bb65aab9/thumb.jpg', 'bed565b7bb65aab9', '0', '65', '2016-11-14 17:23:18'); INSERT INTO `u_imgsmain` VALUES ('509', '餐厅', 'http://static.useevr.cn/65/sourceimg/1479115262125d7q.jpg', 'http://static.useevr.cn/65/works/4c4debf2fc0af07b/thumb.jpg', '4c4debf2fc0af07b', '0', '65', '2016-11-14 17:23:18'); INSERT INTO `u_imgsmain` VALUES ('510', '厨房', 'http://static.useevr.cn/65/sourceimg/1479115262128q0y.jpg', 'http://static.useevr.cn/65/works/2b06aa2943ff865f/thumb.jpg', '2b06aa2943ff865f', '0', '65', '2016-11-14 17:23:18'); INSERT INTO `u_imgsmain` VALUES ('511', '书房', 'http://static.useevr.cn/65/sourceimg/147911526213050x.jpg', 'http://static.useevr.cn/65/works/976ab776014c0e7f/thumb.jpg', '976ab776014c0e7f', '0', '65', '2016-11-14 17:23:18'); INSERT INTO `u_imgsmain` VALUES ('512', '主卧', 'http://static.useevr.cn/65/sourceimg/1479115262132wxq.jpg', 'http://static.useevr.cn/65/works/2d165902d30da2ea/thumb.jpg', '2d165902d30da2ea', '0', '65', '2016-11-14 17:23:18'); INSERT INTO `u_imgsmain` VALUES ('513', '客厅', 'http://static.useevr.cn/65/sourceimg/14791157603158ln.jpg', 'http://static.useevr.cn/65/works/6cbedbfd16b67854/thumb.jpg', '6cbedbfd16b67854', '0', '65', '2016-11-14 17:31:01'); INSERT INTO `u_imgsmain` VALUES ('514', '餐厅', 'http://static.useevr.cn/65/sourceimg/14791157603197fj.jpg', 'http://static.useevr.cn/65/works/0773adea641b5dde/thumb.jpg', '0773adea641b5dde', '0', '65', '2016-11-14 17:31:01'); INSERT INTO `u_imgsmain` VALUES ('515', '厨房', 'http://static.useevr.cn/65/sourceimg/1479115760322k83.jpg', 'http://static.useevr.cn/65/works/06519fd1a6a2787e/thumb.jpg', '06519fd1a6a2787e', '0', '65', '2016-11-14 17:31:01'); INSERT INTO `u_imgsmain` VALUES ('516', '卧室', 'http://static.useevr.cn/65/sourceimg/1479115760342jt8.jpg', 'http://static.useevr.cn/65/works/7390ca5a1f1b24fe/thumb.jpg', '7390ca5a1f1b24fe', '0', '65', '2016-11-14 17:31:01'); INSERT INTO `u_imgsmain` VALUES ('517', '客厅', 'http://static.useevr.cn/65/sourceimg/1479115934268tsn.jpg', 'http://static.useevr.cn/65/works/ced179a8bcdeae09/thumb.jpg', 'ced179a8bcdeae09', '0', '65', '2016-11-14 17:35:19'); INSERT INTO `u_imgsmain` VALUES ('518', '餐厅', 'http://static.useevr.cn/65/sourceimg/1479115934273bwm.jpg', 'http://static.useevr.cn/65/works/08c37341c05f6c96/thumb.jpg', '08c37341c05f6c96', '0', '65', '2016-11-14 17:35:19'); INSERT INTO `u_imgsmain` VALUES ('519', '厨房', 'http://static.useevr.cn/65/sourceimg/1479115934276rdk.jpg', 'http://static.useevr.cn/65/works/39fc6094ee47ea72/thumb.jpg', '39fc6094ee47ea72', '0', '65', '2016-11-14 17:35:19'); INSERT INTO `u_imgsmain` VALUES ('520', '书房', 'http://static.useevr.cn/65/sourceimg/147911593427982m.jpg', 'http://static.useevr.cn/65/works/eccc3e4bf06bcb87/thumb.jpg', 'eccc3e4bf06bcb87', '0', '65', '2016-11-14 17:35:19'); INSERT INTO `u_imgsmain` VALUES ('521', '卫生间', 'http://static.useevr.cn/65/sourceimg/1479115934282pst.jpg', 'http://static.useevr.cn/65/works/b46e83c2d17ecfbe/thumb.jpg', 'b46e83c2d17ecfbe', '0', '65', '2016-11-14 17:35:19'); INSERT INTO `u_imgsmain` VALUES ('522', '卧室', 'http://static.useevr.cn/65/sourceimg/147911593428454t.jpg', 'http://static.useevr.cn/65/works/456c031c3ac85ead/thumb.jpg', '456c031c3ac85ead', '0', '65', '2016-11-14 17:35:19'); INSERT INTO `u_imgsmain` VALUES ('523', '客厅', 'http://static.useevr.cn/65/sourceimg/1479116319614jnk.jpg', 'http://static.useevr.cn/65/works/422cc436a9f2983e/thumb.jpg', '422cc436a9f2983e', '0', '65', '2016-11-14 17:42:14'); INSERT INTO `u_imgsmain` VALUES ('524', '餐厅', 'http://static.useevr.cn/65/sourceimg/147911631961837g.jpg', 'http://static.useevr.cn/65/works/d74a64d9123d8e10/thumb.jpg', 'd74a64d9123d8e10', '0', '65', '2016-11-14 17:42:14'); INSERT INTO `u_imgsmain` VALUES ('525', '厨房', 'http://static.useevr.cn/65/sourceimg/1479116319621tem.jpg', 'http://static.useevr.cn/65/works/64bafe4a914e6be7/thumb.jpg', '64bafe4a914e6be7', '0', '65', '2016-11-14 17:42:14'); INSERT INTO `u_imgsmain` VALUES ('526', '次卫', 'http://static.useevr.cn/65/sourceimg/1479116319630xa8.jpg', 'http://static.useevr.cn/65/works/61a5ed1c5e839a00/thumb.jpg', '61a5ed1c5e839a00', '0', '65', '2016-11-14 17:42:14'); INSERT INTO `u_imgsmain` VALUES ('527', '次卧', 'http://static.useevr.cn/65/sourceimg/147911631963331x.jpg', 'http://static.useevr.cn/65/works/5598974357cfd1b5/thumb.jpg', '5598974357cfd1b5', '0', '65', '2016-11-14 17:42:14'); INSERT INTO `u_imgsmain` VALUES ('528', '客卧', 'http://static.useevr.cn/65/sourceimg/1479116319635elc.jpg', 'http://static.useevr.cn/65/works/b13546c711787ece/thumb.jpg', 'b13546c711787ece', '0', '65', '2016-11-14 17:42:14'); INSERT INTO `u_imgsmain` VALUES ('529', '主卫', 'http://static.useevr.cn/65/sourceimg/1479116319638way.jpg', 'http://static.useevr.cn/65/works/473234a9430ad3c6/thumb.jpg', '473234a9430ad3c6', '0', '65', '2016-11-14 17:42:14'); INSERT INTO `u_imgsmain` VALUES ('530', '主卧', 'http://static.useevr.cn/65/sourceimg/1479116319641egc.jpg', 'http://static.useevr.cn/65/works/244116c65647399b/thumb.jpg', '244116c65647399b', '0', '65', '2016-11-14 17:42:14'); INSERT INTO `u_imgsmain` VALUES ('531', '客厅', 'http://static.useevr.cn/65/sourceimg/1479116319614jnk.jpg', 'http://static.useevr.cn/65/works/140b9c2f5220a066/thumb.jpg', '140b9c2f5220a066', '0', '65', '2016-11-14 17:53:19'); INSERT INTO `u_imgsmain` VALUES ('532', '餐厅', 'http://static.useevr.cn/65/sourceimg/147911631961837g.jpg', 'http://static.useevr.cn/65/works/0c13069f2fa88e17/thumb.jpg', '0c13069f2fa88e17', '0', '65', '2016-11-14 17:53:19'); INSERT INTO `u_imgsmain` VALUES ('533', '厨房', 'http://static.useevr.cn/65/sourceimg/1479116319621tem.jpg', 'http://static.useevr.cn/65/works/fd5f7c856a5bb6ad/thumb.jpg', 'fd5f7c856a5bb6ad', '0', '65', '2016-11-14 17:53:19'); INSERT INTO `u_imgsmain` VALUES ('534', '次卫', 'http://static.useevr.cn/65/sourceimg/1479116319630xa8.jpg', 'http://static.useevr.cn/65/works/66ae6db654753353/thumb.jpg', '66ae6db654753353', '0', '65', '2016-11-14 17:53:19'); INSERT INTO `u_imgsmain` VALUES ('535', '次卧', 'http://static.useevr.cn/65/sourceimg/147911631963331x.jpg', 'http://static.useevr.cn/65/works/7d5bc5f406874b79/thumb.jpg', '7d5bc5f406874b79', '0', '65', '2016-11-14 17:53:19'); INSERT INTO `u_imgsmain` VALUES ('536', '客卧', 'http://static.useevr.cn/65/sourceimg/1479116319635elc.jpg', 'http://static.useevr.cn/65/works/739a6b918fa621aa/thumb.jpg', '739a6b918fa621aa', '0', '65', '2016-11-14 17:53:19'); INSERT INTO `u_imgsmain` VALUES ('537', '主卫', 'http://static.useevr.cn/65/sourceimg/1479116319638way.jpg', 'http://static.useevr.cn/65/works/93763bf4096972fe/thumb.jpg', '93763bf4096972fe', '0', '65', '2016-11-14 17:53:19'); INSERT INTO `u_imgsmain` VALUES ('538', '主卧', 'http://static.useevr.cn/65/sourceimg/1479116319641egc.jpg', 'http://static.useevr.cn/65/works/c6faebe36c9bb49a/thumb.jpg', 'c6faebe36c9bb49a', '0', '65', '2016-11-14 17:53:19'); INSERT INTO `u_imgsmain` VALUES ('539', '客厅', 'http://static.useevr.cn/65/sourceimg/14791182609191kc.jpg', 'http://static.useevr.cn/65/works/c5d3a283f5c9ae39/thumb.jpg', 'c5d3a283f5c9ae39', '0', '65', '2016-11-14 18:13:08'); INSERT INTO `u_imgsmain` VALUES ('540', '餐厅', 'http://static.useevr.cn/65/sourceimg/14791182609232eg.jpg', 'http://static.useevr.cn/65/works/7d1929a0698cc1d4/thumb.jpg', '7d1929a0698cc1d4', '0', '65', '2016-11-14 18:13:08'); INSERT INTO `u_imgsmain` VALUES ('541', '厨房', 'http://static.useevr.cn/65/sourceimg/1479118260925gm3.jpg', 'http://static.useevr.cn/65/works/c19eb826e9c42633/thumb.jpg', 'c19eb826e9c42633', '0', '65', '2016-11-14 18:13:08'); INSERT INTO `u_imgsmain` VALUES ('542', '次卧', 'http://static.useevr.cn/65/sourceimg/14791182609270ld.jpg', 'http://static.useevr.cn/65/works/6b19ec82a1a1c6e2/thumb.jpg', '6b19ec82a1a1c6e2', '0', '65', '2016-11-14 18:13:08'); INSERT INTO `u_imgsmain` VALUES ('543', '书房', 'http://static.useevr.cn/65/sourceimg/1479118260929dfq.jpg', 'http://static.useevr.cn/65/works/3542247fbb031c25/thumb.jpg', '3542247fbb031c25', '0', '65', '2016-11-14 18:13:08'); INSERT INTO `u_imgsmain` VALUES ('544', '卫生间', 'http://static.useevr.cn/65/sourceimg/1479118260930qhg.jpg', 'http://static.useevr.cn/65/works/7b19d59b5c44e8a2/thumb.jpg', '7b19d59b5c44e8a2', '0', '65', '2016-11-14 18:13:08'); INSERT INTO `u_imgsmain` VALUES ('545', '主卧', 'http://static.useevr.cn/65/sourceimg/1479118260932pmd.jpg', 'http://static.useevr.cn/65/works/b22f9056883a7b07/thumb.jpg', 'b22f9056883a7b07', '0', '65', '2016-11-14 18:13:08'); INSERT INTO `u_imgsmain` VALUES ('546', '客厅', 'http://static.useevr.cn/65/sourceimg/147911850092895z.jpg', 'http://static.useevr.cn/65/works/442331f07556ec20/thumb.jpg', '442331f07556ec20', '0', '65', '2016-11-14 18:16:41'); INSERT INTO `u_imgsmain` VALUES ('547', '餐厅', 'http://static.useevr.cn/65/sourceimg/1479118500931prl.jpg', 'http://static.useevr.cn/65/works/055429374a1015b5/thumb.jpg', '055429374a1015b5', '0', '65', '2016-11-14 18:16:41'); INSERT INTO `u_imgsmain` VALUES ('548', '次卧', 'http://static.useevr.cn/65/sourceimg/1479118500933fbb.jpg', 'http://static.useevr.cn/65/works/044d96a895389517/thumb.jpg', '044d96a895389517', '0', '65', '2016-11-14 18:16:41'); INSERT INTO `u_imgsmain` VALUES ('549', '主卧', 'http://static.useevr.cn/65/sourceimg/1479118500936g22.jpg', 'http://static.useevr.cn/65/works/f148ef7ca5019bab/thumb.jpg', 'f148ef7ca5019bab', '0', '65', '2016-11-14 18:16:41'); INSERT INTO `u_imgsmain` VALUES ('550', '客厅蓝色硅藻泥全景图', 'http://static.useevr.cn/65/sourceimg/1479120037248m6k.jpg', 'http://static.useevr.cn/65/works/31eb8798967ce39b/thumb.jpg', '31eb8798967ce39b', '0', '65', '2016-11-14 18:41:22'); INSERT INTO `u_imgsmain` VALUES ('551', '客厅黄色硅藻泥全景图', 'http://static.useevr.cn/65/sourceimg/1479120037253k64.jpg', 'http://static.useevr.cn/65/works/c31cb8cd6ccd2fb2/thumb.jpg', 'c31cb8cd6ccd2fb2', '0', '65', '2016-11-14 18:41:22'); INSERT INTO `u_imgsmain` VALUES ('552', '餐厅', 'http://static.useevr.cn/65/sourceimg/1479171990616tcl.jpg', 'http://static.useevr.cn/65/works/d559d8f275f435ca/thumb.jpg', 'd559d8f275f435ca', '0', '65', '2016-11-15 09:08:45'); INSERT INTO `u_imgsmain` VALUES ('553', '餐厅', 'http://static.useevr.cn/65/sourceimg/1479171990619ram.jpg', 'http://static.useevr.cn/65/works/f53f8ebbef6b4d4b/thumb.jpg', 'f53f8ebbef6b4d4b', '0', '65', '2016-11-15 09:08:45'); INSERT INTO `u_imgsmain` VALUES ('554', '次卧', 'http://static.useevr.cn/65/sourceimg/1479171990622hw8.jpg', 'http://static.useevr.cn/65/works/9103b4ced7989413/thumb.jpg', '9103b4ced7989413', '0', '65', '2016-11-15 09:08:45'); INSERT INTO `u_imgsmain` VALUES ('555', '儿童房', 'http://static.useevr.cn/65/sourceimg/147917199062483s.jpg', 'http://static.useevr.cn/65/works/e9b99bfac4c1b31f/thumb.jpg', 'e9b99bfac4c1b31f', '0', '65', '2016-11-15 09:08:45'); INSERT INTO `u_imgsmain` VALUES ('556', '卫生间', 'http://static.useevr.cn/65/sourceimg/1479171990625465.jpg', 'http://static.useevr.cn/65/works/1752fd0e515c4eb6/thumb.jpg', '1752fd0e515c4eb6', '0', '65', '2016-11-15 09:08:45'); INSERT INTO `u_imgsmain` VALUES ('557', '主卧', 'http://static.useevr.cn/65/sourceimg/1479171990627ma3.jpg', 'http://static.useevr.cn/65/works/2141c30eb9af8619/thumb.jpg', '2141c30eb9af8619', '0', '65', '2016-11-15 09:08:45'); INSERT INTO `u_imgsmain` VALUES ('558', '客厅', 'http://static.useevr.cn/65/sourceimg/1479179783842w8j.jpg', 'http://static.useevr.cn/65/works/6d4dc0f460804484/thumb.jpg', '6d4dc0f460804484', '0', '65', '2016-11-15 11:19:56'); INSERT INTO `u_imgsmain` VALUES ('559', '餐厅', 'http://static.useevr.cn/65/sourceimg/1479179783847ifl.jpg', 'http://static.useevr.cn/65/works/41b80db720896be0/thumb.jpg', '41b80db720896be0', '0', '65', '2016-11-15 11:19:56'); INSERT INTO `u_imgsmain` VALUES ('560', '厨房', 'http://static.useevr.cn/65/sourceimg/1479179783851lya.jpg', 'http://static.useevr.cn/65/works/3718f5ef7755e53c/thumb.jpg', '3718f5ef7755e53c', '0', '65', '2016-11-15 11:19:56'); INSERT INTO `u_imgsmain` VALUES ('561', '卫生间', 'http://static.useevr.cn/65/sourceimg/1479179783853605.jpg', 'http://static.useevr.cn/65/works/d6f70f98a8cf0c6e/thumb.jpg', 'd6f70f98a8cf0c6e', '0', '65', '2016-11-15 11:19:56'); INSERT INTO `u_imgsmain` VALUES ('562', '卫生间1', 'http://static.useevr.cn/65/sourceimg/1479179783856qwk.jpg', 'http://static.useevr.cn/65/works/ddd440a46d1e0e74/thumb.jpg', 'ddd440a46d1e0e74', '0', '65', '2016-11-15 11:19:56'); INSERT INTO `u_imgsmain` VALUES ('563', '卧室', 'http://static.useevr.cn/65/sourceimg/1479179783858rem.jpg', 'http://static.useevr.cn/65/works/febaa54d02f71741/thumb.jpg', 'febaa54d02f71741', '0', '65', '2016-11-15 11:19:56'); INSERT INTO `u_imgsmain` VALUES ('564', '衣帽间', 'http://static.useevr.cn/65/sourceimg/1479179783861gzh.jpg', 'http://static.useevr.cn/65/works/a3860ad7e059429e/thumb.jpg', 'a3860ad7e059429e', '0', '65', '2016-11-15 11:19:56'); INSERT INTO `u_imgsmain` VALUES ('565', '衣帽间2', 'http://static.useevr.cn/65/sourceimg/1479179783864739.jpg', 'http://static.useevr.cn/65/works/2c183f98ce25c242/thumb.jpg', '2c183f98ce25c242', '0', '65', '2016-11-15 11:19:56'); INSERT INTO `u_imgsmain` VALUES ('566', '客厅', 'http://static.useevr.cn/65/sourceimg/1479179783842w8j.jpg', 'http://static.useevr.cn/65/works/aa9d9ee80ae2a6f2/thumb.jpg', 'aa9d9ee80ae2a6f2', '0', '65', '2016-11-15 11:31:40'); INSERT INTO `u_imgsmain` VALUES ('567', '餐厅', 'http://static.useevr.cn/65/sourceimg/1479179783847ifl.jpg', 'http://static.useevr.cn/65/works/f478b83bcdf9a078/thumb.jpg', 'f478b83bcdf9a078', '0', '65', '2016-11-15 11:31:40'); INSERT INTO `u_imgsmain` VALUES ('568', '厨房', 'http://static.useevr.cn/65/sourceimg/1479179783851lya.jpg', 'http://static.useevr.cn/65/works/92b8e0cc3fefb5b1/thumb.jpg', '92b8e0cc3fefb5b1', '0', '65', '2016-11-15 11:31:40'); INSERT INTO `u_imgsmain` VALUES ('569', '卫生间', 'http://static.useevr.cn/65/sourceimg/1479179783853605.jpg', 'http://static.useevr.cn/65/works/c1a86c057ed3f1e8/thumb.jpg', 'c1a86c057ed3f1e8', '0', '65', '2016-11-15 11:31:40'); INSERT INTO `u_imgsmain` VALUES ('570', '卫生间1', 'http://static.useevr.cn/65/sourceimg/1479179783856qwk.jpg', 'http://static.useevr.cn/65/works/c24cca016532c662/thumb.jpg', 'c24cca016532c662', '0', '65', '2016-11-15 11:31:40'); INSERT INTO `u_imgsmain` VALUES ('571', '卧室', 'http://static.useevr.cn/65/sourceimg/1479179783858rem.jpg', 'http://static.useevr.cn/65/works/61c5fe527f14787d/thumb.jpg', '61c5fe527f14787d', '0', '65', '2016-11-15 11:31:40'); INSERT INTO `u_imgsmain` VALUES ('572', '衣帽间', 'http://static.useevr.cn/65/sourceimg/1479179783861gzh.jpg', 'http://static.useevr.cn/65/works/026c599f7e7b4f3e/thumb.jpg', '026c599f7e7b4f3e', '0', '65', '2016-11-15 11:31:40'); INSERT INTO `u_imgsmain` VALUES ('573', '衣帽间2', 'http://static.useevr.cn/65/sourceimg/1479179783864739.jpg', 'http://static.useevr.cn/65/works/78800adcbad2f87d/thumb.jpg', '78800adcbad2f87d', '0', '65', '2016-11-15 11:31:40'); INSERT INTO `u_imgsmain` VALUES ('574', '_DSC0681 Panorama', 'http://static.useevr.cn/75/sourceimg/14792122230117bl.jpg', 'http://static.useevr.cn/75/works/7301c854ee5572a5/thumb.jpg', '7301c854ee5572a5', '0', '75', '2016-11-15 20:17:47'); INSERT INTO `u_imgsmain` VALUES ('575', '_DSC0681 Panorama', 'http://static.useevr.cn/75/sourceimg/1479212658704trs.jpg', 'http://static.useevr.cn/75/works/036113f921d45b3b/thumb.jpg', '036113f921d45b3b', '0', '75', '2016-11-15 20:29:46'); INSERT INTO `u_imgsmain` VALUES ('576', '奥华地产大厅', 'http://static.useevr.cn/75/sourceimg/1479212658709e9l.jpg', 'http://static.useevr.cn/75/works/7ba3b8e93b2f414c/thumb.jpg', '7ba3b8e93b2f414c', '0', '75', '2016-11-15 20:29:46'); INSERT INTO `u_imgsmain` VALUES ('577', '00', 'http://static.useevr.cn/65/sourceimg/1479261948237y5f.jpg', 'http://static.useevr.cn/65/works/933c9d6be1a74694/thumb.jpg', '933c9d6be1a74694', '0', '65', '2016-11-16 10:06:19'); INSERT INTO `u_imgsmain` VALUES ('578', '111', 'http://static.useevr.cn/77/sourceimg/147926840032153y.jpg', 'http://static.useevr.cn/77/works/39b8e053c3869a00/thumb.jpg', '39b8e053c3869a00', '0', '77', '2016-11-16 11:54:35'); INSERT INTO `u_imgsmain` VALUES ('579', '十三师全景', 'http://static.useevr.cn/78/sourceimg/14792741110005jj.jpg', 'http://static.useevr.cn/78/works/5b23ffd699803ce1/thumb.jpg', '5b23ffd699803ce1', '0', '78', '2016-11-16 13:28:53'); INSERT INTO `u_imgsmain` VALUES ('580', '客厅', 'http://static.useevr.cn/65/sourceimg/1479278365767b0s.jpg', 'http://static.useevr.cn/65/works/77d61b33b9b7f2cd/thumb.jpg', '77d61b33b9b7f2cd', '0', '65', '2016-11-16 14:39:46'); INSERT INTO `u_imgsmain` VALUES ('581', '名表区1', 'http://static.useevr.cn/79/sourceimg/1479282634100ba3.jpg', 'http://static.useevr.cn/79/works/4ee546f30986e9cb/thumb.jpg', '4ee546f30986e9cb', '0', '79', '2016-11-16 15:52:51'); INSERT INTO `u_imgsmain` VALUES ('582', '外景', 'http://static.useevr.cn/79/sourceimg/1479284455192w5a.jpg', 'http://static.useevr.cn/79/works/6227e4337f79bff3/thumb.jpg', '6227e4337f79bff3', '0', '79', '2016-11-16 16:23:40'); INSERT INTO `u_imgsmain` VALUES ('583', '名表区2', 'http://static.useevr.cn/79/sourceimg/14792847269162mp.jpg', 'http://static.useevr.cn/79/works/8768c723c699fc3c/thumb.jpg', '8768c723c699fc3c', '0', '79', '2016-11-16 16:27:47'); INSERT INTO `u_imgsmain` VALUES ('584', 'OMEGA店外', 'http://static.useevr.cn/79/sourceimg/1479284899955brz.jpg', 'http://static.useevr.cn/79/works/f4d4683bba69d9ec/thumb.jpg', 'f4d4683bba69d9ec', '0', '79', '2016-11-16 16:30:48'); INSERT INTO `u_imgsmain` VALUES ('585', 'OMGEA店内', 'http://static.useevr.cn/79/sourceimg/1479285047141iow.jpg', 'http://static.useevr.cn/79/works/a8897d831a930513/thumb.jpg', 'a8897d831a930513', '0', '79', '2016-11-16 16:33:24'); INSERT INTO `u_imgsmain` VALUES ('586', '出店', 'http://static.useevr.cn/79/sourceimg/14792851769267jo.jpg', 'http://static.useevr.cn/79/works/22e9bcd42cf9287e/thumb.jpg', '22e9bcd42cf9287e', '0', '79', '2016-11-16 16:35:22'); INSERT INTO `u_imgsmain` VALUES ('587', '化妆品区1', 'http://static.useevr.cn/79/sourceimg/1479285337313zop.jpg', 'http://static.useevr.cn/79/works/57d970b31c2cca34/thumb.jpg', '57d970b31c2cca34', '0', '79', '2016-11-16 16:38:13'); INSERT INTO `u_imgsmain` VALUES ('588', '名品箱包区1', 'http://static.useevr.cn/79/sourceimg/1479285436734ni5.jpg', 'http://static.useevr.cn/79/works/95f7d1e65aafdc92/thumb.jpg', '95f7d1e65aafdc92', '0', '79', '2016-11-16 16:39:51'); INSERT INTO `u_imgsmain` VALUES ('589', '22', 'http://static.useevr.cn/77/sourceimg/1479285574653y0i.jpg', 'http://static.useevr.cn/77/works/164b6667f42e051d/thumb.jpg', '164b6667f42e051d', '0', '77', '2016-11-16 16:41:03'); INSERT INTO `u_imgsmain` VALUES ('590', '名品服装区1', 'http://static.useevr.cn/79/sourceimg/1479285618390y1m.jpg', 'http://static.useevr.cn/79/works/c3464a88fc188fb8/thumb.jpg', 'c3464a88fc188fb8', '0', '79', '2016-11-16 16:42:45'); INSERT INTO `u_imgsmain` VALUES ('591', '1', 'http://static.useevr.cn/12/sourceimg/147928796826369n.jpg', 'http://static.useevr.cn/12/works/78662fef704b999c/thumb.jpg', '78662fef704b999c', '0', '12', '2016-11-16 17:20:05'); INSERT INTO `u_imgsmain` VALUES ('592', '01', 'http://static.useevr.cn/81/sourceimg/1479288255117jd6.jpg', 'http://static.useevr.cn/81/works/2d7e74f7d96d032c/thumb.jpg', '2d7e74f7d96d032c', '0', '81', '2016-11-16 17:28:12'); INSERT INTO `u_imgsmain` VALUES ('593', '03', 'http://static.useevr.cn/81/sourceimg/1479288255120spb.jpg', 'http://static.useevr.cn/81/works/da8731a734bba70c/thumb.jpg', 'da8731a734bba70c', '0', '81', '2016-11-16 17:28:12'); INSERT INTO `u_imgsmain` VALUES ('594', '04', 'http://static.useevr.cn/81/sourceimg/1479288255122on5.jpg', 'http://static.useevr.cn/81/works/011e4ccd7c8fcad7/thumb.jpg', '011e4ccd7c8fcad7', '0', '81', '2016-11-16 17:28:12'); INSERT INTO `u_imgsmain` VALUES ('597', '01', 'http://static.useevr.cn/86/sourceimg/1479348508272ntx.jpg', 'http://static.useevr.cn/86/works/d2358122289913ff/thumb.jpg', 'd2358122289913ff', '0', '86', '2016-11-17 10:08:54'); INSERT INTO `u_imgsmain` VALUES ('598', '02', 'http://static.useevr.cn/86/sourceimg/14793486179352e6.jpg', 'http://static.useevr.cn/86/works/f9d19f12fd02defa/thumb.jpg', 'f9d19f12fd02defa', '0', '86', '2016-11-17 10:10:48'); INSERT INTO `u_imgsmain` VALUES ('599', '客厅', 'http://static.useevr.cn/83/sourceimg/1479351787860z1h.jpg', 'http://static.useevr.cn/83/works/d50e751108e298b0/thumb.jpg', 'd50e751108e298b0', '0', '83', '2016-11-17 11:06:25'); INSERT INTO `u_imgsmain` VALUES ('600', '主卧室', 'http://static.useevr.cn/83/sourceimg/1479351787865hzo.jpg', 'http://static.useevr.cn/83/works/22de923b320415d2/thumb.jpg', '22de923b320415d2', '0', '83', '2016-11-17 11:06:25'); INSERT INTO `u_imgsmain` VALUES ('601', '次卧室', 'http://static.useevr.cn/83/sourceimg/1479351787876o6m.jpg', 'http://static.useevr.cn/83/works/1e788125024cafac/thumb.jpg', '1e788125024cafac', '0', '83', '2016-11-17 11:06:25'); INSERT INTO `u_imgsmain` VALUES ('602', '书房', 'http://static.useevr.cn/83/sourceimg/1479351787879al6.jpg', 'http://static.useevr.cn/83/works/56f87b29b262ba20/thumb.jpg', '56f87b29b262ba20', '0', '83', '2016-11-17 11:06:25'); INSERT INTO `u_imgsmain` VALUES ('603', '厨房', 'http://static.useevr.cn/83/sourceimg/1479351787882cao.jpg', 'http://static.useevr.cn/83/works/ca6a30d9a584a027/thumb.jpg', 'ca6a30d9a584a027', '0', '83', '2016-11-17 11:06:25'); INSERT INTO `u_imgsmain` VALUES ('604', '衣帽间', 'http://static.useevr.cn/83/sourceimg/1479351787885193.jpg', 'http://static.useevr.cn/83/works/9cd4beccf223a561/thumb.jpg', '9cd4beccf223a561', '0', '83', '2016-11-17 11:06:25'); INSERT INTO `u_imgsmain` VALUES ('605', '卫生间', 'http://static.useevr.cn/83/sourceimg/14793517878893kw.jpg', 'http://static.useevr.cn/83/works/f7838a80df00b741/thumb.jpg', 'f7838a80df00b741', '0', '83', '2016-11-17 11:06:25'); INSERT INTO `u_imgsmain` VALUES ('606', '鼎山长廊内', 'http://static.useevr.cn/87/sourceimg/1479357608440eew.jpg', 'http://static.useevr.cn/87/works/3f57f423d8d8631e/thumb.jpg', '3f57f423d8d8631e', '0', '87', '2016-11-17 12:42:38'); INSERT INTO `u_imgsmain` VALUES ('609', '客厅', 'http://static.useevr.cn/65/sourceimg/14793649854850y4.jpg', 'http://static.useevr.cn/65/works/121c505bd2814a2e/thumb.jpg', '121c505bd2814a2e', '0', '65', '2016-11-17 14:45:40'); INSERT INTO `u_imgsmain` VALUES ('610', '厨房', 'http://static.useevr.cn/65/sourceimg/1479364985490lx5.jpg', 'http://static.useevr.cn/65/works/d50d6d5436ab80e8/thumb.jpg', 'd50d6d5436ab80e8', '0', '65', '2016-11-17 14:45:40'); INSERT INTO `u_imgsmain` VALUES ('611', '次卧室', 'http://static.useevr.cn/65/sourceimg/1479364985493sfd.jpg', 'http://static.useevr.cn/65/works/2095c9c48d1b39e9/thumb.jpg', '2095c9c48d1b39e9', '0', '65', '2016-11-17 14:45:40'); INSERT INTO `u_imgsmain` VALUES ('612', '主卧室', 'http://static.useevr.cn/65/sourceimg/1479364985496qep.jpg', 'http://static.useevr.cn/65/works/1b8efb91fb992749/thumb.jpg', '1b8efb91fb992749', '0', '65', '2016-11-17 14:45:40'); INSERT INTO `u_imgsmain` VALUES ('613', '西湖', 'http://static.useevr.cn/12/sourceimg/1479366262107hr7.jpg', 'http://static.useevr.cn/12/works/455c0e61c25e01e8/thumb.jpg', '455c0e61c25e01e8', '0', '12', '2016-11-17 15:05:19'); INSERT INTO `u_imgsmain` VALUES ('614', '123', 'http://static.useevr.cn/88/sourceimg/147936628917504f.jpg', 'http://static.useevr.cn/88/works/7360d58dd032d675/thumb.jpg', '7360d58dd032d675', '0', '88', '2016-11-17 15:06:42'); INSERT INTO `u_imgsmain` VALUES ('621', 'quanjing', 'http://static.useevr.cn/89/sourceimg/14793740701924jt.jpg', 'http://static.useevr.cn/89/works/66b692ede8193dbf/thumb.jpg', '66b692ede8193dbf', '0', '89', '2016-11-17 17:15:10'); INSERT INTO `u_imgsmain` VALUES ('622', 'quanjing', 'http://static.useevr.cn/89/sourceimg/147937442824135k.jpg', 'http://static.useevr.cn/89/works/69d85aff995aeecc/thumb.jpg', '69d85aff995aeecc', '0', '89', '2016-11-17 17:20:46'); INSERT INTO `u_imgsmain` VALUES ('623', '西湖', 'http://static.useevr.cn/12/sourceimg/1479378554035tax.jpg', 'http://static.useevr.cn/12/works/541f1069402f527f/thumb.jpg', '541f1069402f527f', '0', '12', '2016-11-17 18:30:14'); INSERT INTO `u_imgsmain` VALUES ('624', 'OMGEA店', 'http://static.useevr.cn/79/sourceimg/147938496074591c.jpg', 'http://static.useevr.cn/79/works/6d9be3720daf7fb2/thumb.jpg', '6d9be3720daf7fb2', '0', '79', '2016-11-17 20:19:04'); INSERT INTO `u_imgsmain` VALUES ('629', '客厅', 'http://static.useevr.cn/65/sourceimg/1479432910469gy3.jpg', 'http://static.useevr.cn/65/works/ff58a99738a8d4c0/thumb.jpg', 'ff58a99738a8d4c0', '0', '65', '2016-11-18 09:37:07'); INSERT INTO `u_imgsmain` VALUES ('630', '厨房', 'http://static.useevr.cn/65/sourceimg/1479432910473iyz.jpg', 'http://static.useevr.cn/65/works/b5012d15f1250016/thumb.jpg', 'b5012d15f1250016', '0', '65', '2016-11-18 09:37:07'); INSERT INTO `u_imgsmain` VALUES ('631', '次卧', 'http://static.useevr.cn/65/sourceimg/1479432910476e9c.jpg', 'http://static.useevr.cn/65/works/ec925792d64c8781/thumb.jpg', 'ec925792d64c8781', '0', '65', '2016-11-18 09:37:07'); INSERT INTO `u_imgsmain` VALUES ('632', '主卧室', 'http://static.useevr.cn/65/sourceimg/14794329104794sb.jpg', 'http://static.useevr.cn/65/works/5f051a1d1576a621/thumb.jpg', '5f051a1d1576a621', '0', '65', '2016-11-18 09:37:07'); INSERT INTO `u_imgsmain` VALUES ('634', '岚县全景', 'http://static.useevr.cn/89/sourceimg/14794474598304q6.jpg', 'http://static.useevr.cn/89/works/fe64b6b5e88f3914/thumb.jpg', 'fe64b6b5e88f3914', '0', '89', '2016-11-18 13:37:51'); INSERT INTO `u_imgsmain` VALUES ('635', '岚县全景_sphere', 'http://static.useevr.cn/89/sourceimg/1479448214774in4.jpg', 'http://static.useevr.cn/89/works/bb6cfc7b56c5f1be/thumb.jpg', 'bb6cfc7b56c5f1be', '0', '89', '2016-11-18 13:50:27'); INSERT INTO `u_imgsmain` VALUES ('636', 'WechatIMG2', 'http://static.useevr.cn/12/sourceimg/14794497378002kn.jpg', 'http://static.useevr.cn/12/works/baf1dad07e8e1b22/thumb.jpg', 'baf1dad07e8e1b22', '0', '12', '2016-11-18 14:16:10'); INSERT INTO `u_imgsmain` VALUES ('642', '航拍补天素材', 'http://static.useevr.cn/89/sourceimg/14794526999942ax.jpg', 'http://static.useevr.cn/89/works/c4b7cbf9d880683f/thumb.jpg', 'c4b7cbf9d880683f', '0', '89', '2016-11-18 15:05:25'); INSERT INTO `u_imgsmain` VALUES ('644', '客厅', 'http://static.useevr.cn/65/sourceimg/1479455605137oel.jpg', 'http://static.useevr.cn/65/works/199ba821d87a7275/thumb.jpg', '199ba821d87a7275', '0', '65', '2016-11-18 15:54:47'); INSERT INTO `u_imgsmain` VALUES ('645', '主卧室', 'http://static.useevr.cn/65/sourceimg/1479455605145ji8.jpg', 'http://static.useevr.cn/65/works/a7f5108ef2cc01c4/thumb.jpg', 'a7f5108ef2cc01c4', '0', '65', '2016-11-18 15:54:47'); INSERT INTO `u_imgsmain` VALUES ('646', '次卧', 'http://static.useevr.cn/65/sourceimg/1479455605151tg5.jpg', 'http://static.useevr.cn/65/works/b6e4fa64912e3099/thumb.jpg', 'b6e4fa64912e3099', '0', '65', '2016-11-18 15:54:47'); INSERT INTO `u_imgsmain` VALUES ('647', '厨房', 'http://static.useevr.cn/65/sourceimg/14794556051563m5.jpg', 'http://static.useevr.cn/65/works/b8b6ec46cdbdeff4/thumb.jpg', 'b8b6ec46cdbdeff4', '0', '65', '2016-11-18 15:54:47'); INSERT INTO `u_imgsmain` VALUES ('648', '客厅', 'http://static.useevr.cn/65/sourceimg/1479455918019lng.jpg', 'http://static.useevr.cn/65/works/0396b1e2d6a41a46/thumb.jpg', '0396b1e2d6a41a46', '0', '65', '2016-11-18 15:59:37'); INSERT INTO `u_imgsmain` VALUES ('649', '主卧室', 'http://static.useevr.cn/65/sourceimg/1479455918025zzg.jpg', 'http://static.useevr.cn/65/works/01fc04dbdb6ad3a9/thumb.jpg', '01fc04dbdb6ad3a9', '0', '65', '2016-11-18 15:59:37'); INSERT INTO `u_imgsmain` VALUES ('650', '次卧', 'http://static.useevr.cn/65/sourceimg/147945591803172o.jpg', 'http://static.useevr.cn/65/works/82e9435f0d24d2cf/thumb.jpg', '82e9435f0d24d2cf', '0', '65', '2016-11-18 15:59:37'); INSERT INTO `u_imgsmain` VALUES ('651', '厨房', 'http://static.useevr.cn/65/sourceimg/1479455918034g22.jpg', 'http://static.useevr.cn/65/works/acff60facadafe78/thumb.jpg', 'acff60facadafe78', '0', '65', '2016-11-18 15:59:37'); INSERT INTO `u_imgsmain` VALUES ('652', '客 厅', 'http://static.useevr.cn/74/sourceimg/1479456674857kkh.jpg', 'http://static.useevr.cn/74/works/2ee8ea5b90cb0690/thumb.jpg', '2ee8ea5b90cb0690', '0', '74', '2016-11-18 16:13:03'); INSERT INTO `u_imgsmain` VALUES ('653', '餐 厅', 'http://static.useevr.cn/74/sourceimg/14794566748695t7.jpg', 'http://static.useevr.cn/74/works/f7d0298d0728a763/thumb.jpg', 'f7d0298d0728a763', '0', '74', '2016-11-18 16:13:03'); INSERT INTO `u_imgsmain` VALUES ('654', '次卧', 'http://static.useevr.cn/74/sourceimg/1479456674873x5g.jpg', 'http://static.useevr.cn/74/works/b2bddbe392570309/thumb.jpg', 'b2bddbe392570309', '0', '74', '2016-11-18 16:13:03'); INSERT INTO `u_imgsmain` VALUES ('655', '主卧', 'http://static.useevr.cn/74/sourceimg/1479456674876rlw.jpg', 'http://static.useevr.cn/74/works/396a433efee85777/thumb.jpg', '396a433efee85777', '0', '74', '2016-11-18 16:13:03'); INSERT INTO `u_imgsmain` VALUES ('656', '前厅卖场', 'http://static.useevr.cn/90/sourceimg/1479458197124tmw.jpg', 'http://static.useevr.cn/90/works/0f7c9bae68a46f5e/thumb.jpg', '0f7c9bae68a46f5e', '0', '90', '2016-11-18 16:37:23'); INSERT INTO `u_imgsmain` VALUES ('657', '后厅卖场右', 'http://static.useevr.cn/undefined1479458339653974.jpg', 'http://static.useevr.cn/90/works/9aed90f64942c27e/thumb.jpg', '9aed90f64942c27e', '0', '90', '2016-11-18 16:39:42'); INSERT INTO `u_imgsmain` VALUES ('658', '后厅卖场左', 'http://static.useevr.cn/90/sourceimg/1479458396834pyz.jpg', 'http://static.useevr.cn/90/works/8b74a648eecfd057/thumb.jpg', '8b74a648eecfd057', '0', '90', '2016-11-18 16:40:41'); INSERT INTO `u_imgsmain` VALUES ('659', '前厅', 'http://static.useevr.cn/90/sourceimg/1479458814498q8b.jpg', 'http://static.useevr.cn/90/works/588b32ae4520b68b/thumb.jpg', '588b32ae4520b68b', '0', '90', '2016-11-18 16:47:39'); INSERT INTO `u_imgsmain` VALUES ('660', '客厅', 'http://static.useevr.cn/65/sourceimg/1479461600466348.jpg', 'http://static.useevr.cn/65/works/03d7c35b509adb7f/thumb.jpg', '03d7c35b509adb7f', '0', '65', '2016-11-18 17:34:20'); INSERT INTO `u_imgsmain` VALUES ('661', '主卧室', 'http://static.useevr.cn/65/sourceimg/1479461600476ae8.jpg', 'http://static.useevr.cn/65/works/813a26483cb1c22f/thumb.jpg', '813a26483cb1c22f', '0', '65', '2016-11-18 17:34:20'); INSERT INTO `u_imgsmain` VALUES ('662', '次卧', 'http://static.useevr.cn/65/sourceimg/1479461600484sep.jpg', 'http://static.useevr.cn/65/works/e307ebcd8d46a526/thumb.jpg', 'e307ebcd8d46a526', '0', '65', '2016-11-18 17:34:20'); INSERT INTO `u_imgsmain` VALUES ('663', '厨房', 'http://static.useevr.cn/65/sourceimg/14794616004883g3.jpg', 'http://static.useevr.cn/65/works/0994051f44f07b21/thumb.jpg', '0994051f44f07b21', '0', '65', '2016-11-18 17:34:20'); INSERT INTO `u_imgsmain` VALUES ('664', '3', 'http://static.useevr.cn/91/sourceimg/1479475715718sg8.jpg', 'http://static.useevr.cn/91/works/9ebf3171269be93d/thumb.jpg', '9ebf3171269be93d', '0', '91', '2016-11-18 21:29:41'); INSERT INTO `u_imgsmain` VALUES ('674', '580998576f20e', 'http://static.useevr.cn/12/sourceimg/1479486408710ajo.jpg', 'http://static.useevr.cn/12/works/9d5cc104cf68f0cc/thumb.jpg', '9d5cc104cf68f0cc', '0', '12', '2016-11-19 00:25:02'); INSERT INTO `u_imgsmain` VALUES ('675', 'DSC_3763 Panorama', 'http://static.useevr.cn/12/sourceimg/14794873125980xz.jpg', 'http://static.useevr.cn/12/works/8ed331e108fda851/thumb.jpg', '8ed331e108fda851', '0', '12', '2016-11-19 00:43:36'); INSERT INTO `u_imgsmain` VALUES ('676', 'sphere_Light_Festival', 'http://static.useevr.cn/12/sourceimg/14795381578432pk.jpg', 'http://static.useevr.cn/12/works/0b289e2939a03db0/thumb.jpg', '0b289e2939a03db0', '0', '12', '2016-11-19 14:51:21'); INSERT INTO `u_imgsmain` VALUES ('677', '厨房', 'http://static.useevr.cn/93/sourceimg/1479542708279bg3.jpg', 'http://static.useevr.cn/93/works/6baf513e54c44db8/thumb.jpg', '6baf513e54c44db8', '0', '93', '2016-11-19 16:07:51'); INSERT INTO `u_imgsmain` VALUES ('678', '次卧', 'http://static.useevr.cn/93/sourceimg/1479542708289hh9.jpg', 'http://static.useevr.cn/93/works/ed48afbdf4052539/thumb.jpg', 'ed48afbdf4052539', '0', '93', '2016-11-19 16:07:51'); INSERT INTO `u_imgsmain` VALUES ('679', '客厅', 'http://static.useevr.cn/93/sourceimg/1479542708292cjb.jpg', 'http://static.useevr.cn/93/works/4b2797974a446b4f/thumb.jpg', '4b2797974a446b4f', '0', '93', '2016-11-19 16:07:51'); INSERT INTO `u_imgsmain` VALUES ('680', '主卧', 'http://static.useevr.cn/93/sourceimg/1479542708295q1p.jpg', 'http://static.useevr.cn/93/works/777e706eec4aefea/thumb.jpg', '777e706eec4aefea', '0', '93', '2016-11-19 16:07:51'); INSERT INTO `u_imgsmain` VALUES ('681', 'a', 'http://static.useevr.cn/12/sourceimg/1479547599617jkd.jpg', 'http://static.useevr.cn/12/works/2ff16b3b86f41f5a/thumb.jpg', '2ff16b3b86f41f5a', '0', '12', '2016-11-19 17:26:48'); INSERT INTO `u_imgsmain` VALUES ('682', 'pano_sphere', 'http://static.useevr.cn/12/sourceimg/1479552537931i0a.jpg', 'http://static.useevr.cn/12/works/b6cd4ae7e6301b8c/thumb.jpg', 'b6cd4ae7e6301b8c', '0', '12', '2016-11-19 18:50:14'); INSERT INTO `u_imgsmain` VALUES ('683', 'scene1', 'http://static.useevr.cn/12/sourceimg/1479552537945jq8.jpg', 'http://static.useevr.cn/12/works/dc8e77697f3ddabc/thumb.jpg', 'dc8e77697f3ddabc', '0', '12', '2016-11-19 18:50:14'); INSERT INTO `u_imgsmain` VALUES ('684', '别墅内景', 'http://static.useevr.cn/12/sourceimg/1479552537950iot.jpg', 'http://static.useevr.cn/12/works/8192e40f8929c2f4/thumb.jpg', '8192e40f8929c2f4', '0', '12', '2016-11-19 18:50:14'); INSERT INTO `u_imgsmain` VALUES ('685', 'scene1', 'http://static.useevr.cn/12/sourceimg/1479552844634kwa.jpg', 'http://static.useevr.cn/12/works/b388f8344fd75f7e/thumb.jpg', 'b388f8344fd75f7e', '0', '12', '2016-11-19 18:54:37'); INSERT INTO `u_imgsmain` VALUES ('686', '桂林', 'http://static.useevr.cn/12/sourceimg/1479556549105ow4.jpg', 'http://static.useevr.cn/12/works/0015d198922c4944/thumb.jpg', '0015d198922c4944', '0', '12', '2016-11-19 19:54:52'); INSERT INTO `u_imgsmain` VALUES ('687', '理光测试图.JPG', 'http://static.useevr.cn/94/sourceimg/1479556249869jqp.JPG', 'http://static.useevr.cn/94/works/153617206edc4bc0/thumb.jpg', '153617206edc4bc0', '0', '94', '2016-11-19 19:55:22'); INSERT INTO `u_imgsmain` VALUES ('688', '72道门_航拍.preview', 'http://static.useevr.cn/12/sourceimg/14795695279376f4.jpg', 'http://static.useevr.cn/12/works/afd708fcf1eb96fe/thumb.jpg', 'afd708fcf1eb96fe', '0', '12', '2016-11-19 23:32:21'); INSERT INTO `u_imgsmain` VALUES ('689', '152385', 'http://static.useevr.cn/12/sourceimg/1479613232323etk.jpg', 'http://static.useevr.cn/12/works/3a8f95ee6399a3f5/thumb.jpg', '3a8f95ee6399a3f5', '0', '12', '2016-11-20 11:41:55'); INSERT INTO `u_imgsmain` VALUES ('690', '场景四', 'http://static.useevr.cn/12/sourceimg/1479619528131e16.jpg', 'http://static.useevr.cn/12/works/5fdd863ee5ce5806/thumb.jpg', '5fdd863ee5ce5806', '0', '12', '2016-11-20 13:30:46'); INSERT INTO `u_imgsmain` VALUES ('691', '2', 'http://static.useevr.cn/12/sourceimg/1479619528136k4m.jpg', 'http://static.useevr.cn/12/works/13854fa63e0e939d/thumb.jpg', '13854fa63e0e939d', '0', '12', '2016-11-20 13:30:46'); INSERT INTO `u_imgsmain` VALUES ('692', '水院广111场', 'http://static.useevr.cn/12/sourceimg/14796364396126as.jpg', 'http://static.useevr.cn/12/works/8191322e7b192559/thumb.jpg', '8191322e7b192559', '0', '12', '2016-11-20 18:08:30'); INSERT INTO `u_imgsmain` VALUES ('693', '场景一', 'http://static.useevr.cn/12/sourceimg/1479644462112b1k.jpg', 'http://static.useevr.cn/12/works/2e7fc82c9ef1075e/thumb.jpg', '2e7fc82c9ef1075e', '0', '12', '2016-11-20 20:23:16'); INSERT INTO `u_imgsmain` VALUES ('694', 'B48A0057 Panorama-79', 'http://static.useevr.cn/12/sourceimg/14796450788437ml.jpg', 'http://static.useevr.cn/12/works/a3883e672279446e/thumb.jpg', 'a3883e672279446e', '0', '12', '2016-11-20 20:33:34'); INSERT INTO `u_imgsmain` VALUES ('695', '01-路边风景', 'http://static.useevr.cn/12/sourceimg/1479648035920xfp.jpg', 'http://static.useevr.cn/12/works/c2375ec99c527278/thumb.jpg', 'c2375ec99c527278', '0', '12', '2016-11-20 21:24:36'); INSERT INTO `u_imgsmain` VALUES ('696', 'test', 'http://static.useevr.cn/12/sourceimg/1479666606180o2f.jpg', 'http://static.useevr.cn/12/works/0f452d06372a25a2/thumb.jpg', '0f452d06372a25a2', '0', '12', '2016-11-21 02:32:06'); INSERT INTO `u_imgsmain` VALUES ('697', '444', 'http://static.useevr.cn/97/sourceimg/1479692334393y3f.jpg', 'http://static.useevr.cn/97/works/624eaea5b62327a9/thumb.jpg', '624eaea5b62327a9', '0', '97', '2016-11-21 09:39:34'); INSERT INTO `u_imgsmain` VALUES ('698', 'DSC_5203 Panorama_sphere', 'http://static.useevr.cn/12/sourceimg/1479698449984oeg.jpg', 'http://static.useevr.cn/12/works/3517ae34b23598c7/thumb.jpg', '3517ae34b23598c7', '0', '12', '2016-11-21 11:23:26'); INSERT INTO `u_imgsmain` VALUES ('699', '场景二', 'http://static.useevr.cn/12/sourceimg/14796986777209z2.jpg', 'http://static.useevr.cn/12/works/ae516811a051edbc/thumb.jpg', 'ae516811a051edbc', '0', '12', '2016-11-21 11:28:06'); INSERT INTO `u_imgsmain` VALUES ('700', '卧室', 'http://static.useevr.cn/12/sourceimg/1479699977326acc.jpg', 'http://static.useevr.cn/12/works/dc876657acab3023/thumb.jpg', 'dc876657acab3023', '0', '12', '2016-11-21 11:47:26'); INSERT INTO `u_imgsmain` VALUES ('701', '前台', 'http://static.useevr.cn/100/sourceimg/14797073451151x7.jpg', 'http://static.useevr.cn/100/works/bc124620e6b60081/thumb.jpg', 'bc124620e6b60081', '0', '100', '2016-11-21 13:49:22'); INSERT INTO `u_imgsmain` VALUES ('702', '茶社大间', 'http://static.useevr.cn/100/sourceimg/1479707531019oa9.jpg', 'http://static.useevr.cn/100/works/54bd15ab3f0208db/thumb.jpg', '54bd15ab3f0208db', '0', '100', '2016-11-21 13:52:22'); INSERT INTO `u_imgsmain` VALUES ('703', '1111', 'http://static.useevr.cn/99/sourceimg/1479707889818cta.jpg', 'http://static.useevr.cn/99/works/44e5d3c7f4fd0a3c/thumb.jpg', '44e5d3c7f4fd0a3c', '0', '99', '2016-11-21 13:58:33'); INSERT INTO `u_imgsmain` VALUES ('704', '1111111', 'http://static.useevr.cn/99/sourceimg/1479714900570i2t.jpg', 'http://static.useevr.cn/99/works/52adc9467dc17d53/thumb.jpg', '52adc9467dc17d53', '0', '99', '2016-11-21 15:57:15'); INSERT INTO `u_imgsmain` VALUES ('705', '1111111', 'http://static.useevr.cn/99/sourceimg/1479715351642l6k.jpg', 'http://static.useevr.cn/99/works/e5c3f9767b32385d/thumb.jpg', 'e5c3f9767b32385d', '0', '99', '2016-11-21 16:03:00'); INSERT INTO `u_imgsmain` VALUES ('706', '1111111', 'http://static.useevr.cn/99/sourceimg/1479716336464f62.jpg', 'http://static.useevr.cn/99/works/c98ad7f2b5187153/thumb.jpg', 'c98ad7f2b5187153', '0', '99', '2016-11-21 16:19:31'); INSERT INTO `u_imgsmain` VALUES ('707', '1111111', 'http://static.useevr.cn/99/sourceimg/1479716958756t02.jpg', 'http://static.useevr.cn/99/works/2c85dac882ac04b7/thumb.jpg', '2c85dac882ac04b7', '0', '99', '2016-11-21 16:29:49'); INSERT INTO `u_imgsmain` VALUES ('708', '食客之家--中式包间', 'http://static.useevr.cn/99/sourceimg/1479717398453f6p.jpg', 'http://static.useevr.cn/99/works/a61a36146fe385ec/thumb.jpg', 'a61a36146fe385ec', '0', '99', '2016-11-21 16:37:11'); INSERT INTO `u_imgsmain` VALUES ('709', '食客之家--中式包间', 'http://static.useevr.cn/99/sourceimg/1479718220264wki.jpg', 'http://static.useevr.cn/99/works/4a05f528ce30ad58/thumb.jpg', '4a05f528ce30ad58', '0', '99', '2016-11-21 16:50:49'); INSERT INTO `u_imgsmain` VALUES ('710', '食客之家--中式包间', 'http://static.useevr.cn/99/sourceimg/1479718611693zty.jpg', 'http://static.useevr.cn/99/works/d195c90e71b3a2a3/thumb.jpg', 'd195c90e71b3a2a3', '0', '99', '2016-11-21 16:57:33'); INSERT INTO `u_imgsmain` VALUES ('711', '12', 'http://static.useevr.cn/12/sourceimg/147971936479087l.jpg', 'http://static.useevr.cn/12/works/0c6554001ba89f5b/thumb.jpg', '0c6554001ba89f5b', '0', '12', '2016-11-21 17:10:26'); INSERT INTO `u_imgsmain` VALUES ('712', 's 副本', 'http://static.useevr.cn/12/sourceimg/1479719364793jf1.jpg', 'http://static.useevr.cn/12/works/8e893e598d011d84/thumb.jpg', '8e893e598d011d84', '0', '12', '2016-11-21 17:10:26'); INSERT INTO `u_imgsmain` VALUES ('713', '16.preview', 'http://static.useevr.cn/12/sourceimg/14797228455609tg.jpg', 'http://static.useevr.cn/12/works/39306f627be25289/thumb.jpg', '39306f627be25289', '0', '12', '2016-11-21 18:08:41'); INSERT INTO `u_imgsmain` VALUES ('714', '13.preview', 'http://static.useevr.cn/12/sourceimg/1479722845567y8b.jpg', 'http://static.useevr.cn/12/works/75c3b60a7330bf20/thumb.jpg', '75c3b60a7330bf20', '0', '12', '2016-11-21 18:08:41'); INSERT INTO `u_imgsmain` VALUES ('715', '15.preview', 'http://static.useevr.cn/12/sourceimg/14797228455728nk.jpg', 'http://static.useevr.cn/12/works/dd7928b84095e697/thumb.jpg', 'dd7928b84095e697', '0', '12', '2016-11-21 18:08:41'); INSERT INTO `u_imgsmain` VALUES ('716', 'ddd', 'http://static.useevr.cn/12/sourceimg/1479723272869g28.jpg', 'http://static.useevr.cn/12/works/368990110a6a98a8/thumb.jpg', '368990110a6a98a8', '0', '12', '2016-11-21 18:11:37'); INSERT INTO `u_imgsmain` VALUES ('717', 'QQ图片20161121172034', 'http://static.useevr.cn/12/sourceimg/1479726385417si0.jpg', 'http://static.useevr.cn/12/works/57cf7181458218ce/thumb.jpg', '57cf7181458218ce', '0', '12', '2016-11-21 19:08:24'); INSERT INTO `u_imgsmain` VALUES ('718', '01-路边风景mix4000-2000-75', 'http://static.useevr.cn/12/sourceimg/1479773366832njd.jpg', 'http://static.useevr.cn/12/works/5329bbdb283be52a/thumb.jpg', '5329bbdb283be52a', '0', '12', '2016-11-22 08:10:49'); INSERT INTO `u_imgsmain` VALUES ('719', '0810bc69a5faaa4ab800a5a8781d926f', 'http://static.useevr.cn/12/sourceimg/1479775225966e14.jpg', 'http://static.useevr.cn/12/works/e296ac22eb381aef/thumb.jpg', 'e296ac22eb381aef', '0', '12', '2016-11-22 08:40:38'); INSERT INTO `u_imgsmain` VALUES ('720', '金城龙庭', 'http://static.useevr.cn/12/sourceimg/1479787175966j8l.jpg', 'http://static.useevr.cn/12/works/95a0bee3bbb1dbdb/thumb.jpg', '95a0bee3bbb1dbdb', '0', '12', '2016-11-22 12:00:56'); INSERT INTO `u_imgsmain` VALUES ('721', '281517923384790260', 'http://static.useevr.cn/12/sourceimg/14797871759711qj.jpg', 'http://static.useevr.cn/12/works/e8fd6a848e9b58e5/thumb.jpg', 'e8fd6a848e9b58e5', '0', '12', '2016-11-22 12:00:56'); INSERT INTO `u_imgsmain` VALUES ('722', '客厅', 'http://static.useevr.cn/65/sourceimg/1479791663029g4k.jpg', 'http://static.useevr.cn/65/works/45eb3cff01f1332d/thumb.jpg', '45eb3cff01f1332d', '0', '65', '2016-11-22 13:20:37'); INSERT INTO `u_imgsmain` VALUES ('723', '主卧室', 'http://static.useevr.cn/65/sourceimg/1479791663034flh.jpg', 'http://static.useevr.cn/65/works/69db8768b74d31eb/thumb.jpg', '69db8768b74d31eb', '0', '65', '2016-11-22 13:20:37'); INSERT INTO `u_imgsmain` VALUES ('724', '次卧', 'http://static.useevr.cn/65/sourceimg/14797916630379hy.jpg', 'http://static.useevr.cn/65/works/54c89502cd6fbd08/thumb.jpg', '54c89502cd6fbd08', '0', '65', '2016-11-22 13:20:37'); INSERT INTO `u_imgsmain` VALUES ('725', '客厅', 'http://static.useevr.cn/65/sourceimg/1479791926058i6a.jpg', 'http://static.useevr.cn/65/works/5e4cb6d9088d190f/thumb.jpg', '5e4cb6d9088d190f', '0', '65', '2016-11-22 14:00:22'); INSERT INTO `u_imgsmain` VALUES ('726', '主卧室', 'http://static.useevr.cn/65/sourceimg/147979192606438d.jpg', 'http://static.useevr.cn/65/works/cd1332a38410fb21/thumb.jpg', 'cd1332a38410fb21', '0', '65', '2016-11-22 14:00:22'); INSERT INTO `u_imgsmain` VALUES ('727', '次卧', 'http://static.useevr.cn/65/sourceimg/1479791926068nte.jpg', 'http://static.useevr.cn/65/works/216f17d6a6e55618/thumb.jpg', '216f17d6a6e55618', '0', '65', '2016-11-22 14:00:22'); INSERT INTO `u_imgsmain` VALUES ('728', 'fangzi (10)', 'http://static.useevr.cn/12/sourceimg/1479819781489h4z.jpg', 'http://static.useevr.cn/12/works/2fd13d5a37940072/thumb.jpg', '2fd13d5a37940072', '0', '12', '2016-11-22 21:03:13'); INSERT INTO `u_imgsmain` VALUES ('729', '2', 'http://static.useevr.cn/12/sourceimg/14798772303204rq.jpg', 'http://static.useevr.cn/12/works/1fb1dec76be6a0b8/thumb.jpg', '1fb1dec76be6a0b8', '0', '12', '2016-11-23 13:01:21'); INSERT INTO `u_imgsmain` VALUES ('730', 'R0010049.JPG', 'http://static.useevr.cn/12/sourceimg/14798910468067wo.JPG', 'http://static.useevr.cn/12/works/71b3cb469e856329/thumb.jpg', '71b3cb469e856329', '0', '12', '2016-11-23 16:51:40'); INSERT INTO `u_imgsmain` VALUES ('731', '1475328395E5CB', 'http://static.useevr.cn/105/sourceimg/1479891552129dx7.jpg', 'http://static.useevr.cn/105/works/14aebaa15e03cb19/thumb.jpg', '14aebaa15e03cb19', '0', '105', '2016-11-23 16:57:16'); INSERT INTO `u_imgsmain` VALUES ('732', 'hecheng', 'http://static.useevr.cn/undefined1479905524295zwr.jpg', 'http://static.useevr.cn/106/works/6dd64506e7694552/thumb.jpg', '6dd64506e7694552', '0', '106', '2016-11-23 20:52:11'); INSERT INTO `u_imgsmain` VALUES ('733', '示例图片_03_副本', 'http://static.useevr.cn/106/sourceimg/1479905583701x3q.jpg', 'http://static.useevr.cn/106/works/037ca30d81295ae6/thumb.jpg', '037ca30d81295ae6', '0', '106', '2016-11-23 20:53:10'); INSERT INTO `u_imgsmain` VALUES ('734', 'scene1', 'http://static.useevr.cn/12/sourceimg/14799102210925wi.jpg', 'http://static.useevr.cn/12/works/42d8516b5e2b5a47/thumb.jpg', '42d8516b5e2b5a47', '0', '12', '2016-11-23 22:13:12'); INSERT INTO `u_imgsmain` VALUES ('735', 'scene2', 'http://static.useevr.cn/12/sourceimg/1479910221098ni0.jpg', 'http://static.useevr.cn/12/works/d8758f17cb493140/thumb.jpg', 'd8758f17cb493140', '0', '12', '2016-11-23 22:13:12'); INSERT INTO `u_imgsmain` VALUES ('736', 'scene3', 'http://static.useevr.cn/12/sourceimg/147991022110135s.jpg', 'http://static.useevr.cn/12/works/6ac9f9b4fe8b1ea9/thumb.jpg', '6ac9f9b4fe8b1ea9', '0', '12', '2016-11-23 22:13:12'); INSERT INTO `u_imgsmain` VALUES ('737', 'scene4', 'http://static.useevr.cn/12/sourceimg/14799102211043wd.jpg', 'http://static.useevr.cn/12/works/29a6c460b3260892/thumb.jpg', '29a6c460b3260892', '0', '12', '2016-11-23 22:13:12'); INSERT INTO `u_imgsmain` VALUES ('738', 'scene5', 'http://static.useevr.cn/12/sourceimg/1479910221107e22.jpg', 'http://static.useevr.cn/12/works/85d4af20fcca18bd/thumb.jpg', '85d4af20fcca18bd', '0', '12', '2016-11-23 22:13:12'); INSERT INTO `u_imgsmain` VALUES ('739', 'scene6', 'http://static.useevr.cn/12/sourceimg/1479910221110iea.jpg', 'http://static.useevr.cn/12/works/73a1d0cb6ec68989/thumb.jpg', '73a1d0cb6ec68989', '0', '12', '2016-11-23 22:13:12'); INSERT INTO `u_imgsmain` VALUES ('740', 'scene7', 'http://static.useevr.cn/12/sourceimg/1479910221111x95.jpg', 'http://static.useevr.cn/12/works/ff281f8594ee8219/thumb.jpg', 'ff281f8594ee8219', '0', '12', '2016-11-23 22:13:12'); INSERT INTO `u_imgsmain` VALUES ('741', 'scene8', 'http://static.useevr.cn/12/sourceimg/1479910221114ckl.jpg', 'http://static.useevr.cn/12/works/62d7d437078f5b17/thumb.jpg', '62d7d437078f5b17', '0', '12', '2016-11-23 22:13:12'); INSERT INTO `u_imgsmain` VALUES ('742', 'scene9', 'http://static.useevr.cn/12/sourceimg/1479910221116srn.jpg', 'http://static.useevr.cn/12/works/48d09a55be26b810/thumb.jpg', '48d09a55be26b810', '0', '12', '2016-11-23 22:13:12'); INSERT INTO `u_imgsmain` VALUES ('743', 'scene10', 'http://static.useevr.cn/12/sourceimg/1479910221117z5y.jpg', 'http://static.useevr.cn/12/works/1a517a8e14b281f2/thumb.jpg', '1a517a8e14b281f2', '0', '12', '2016-11-23 22:13:12'); INSERT INTO `u_imgsmain` VALUES ('744', '1fangzi - 副本 - 副本', 'http://static.useevr.cn/12/sourceimg/1479913494427w6j.jpg', 'http://static.useevr.cn/12/works/c7e0763c7c09ab43/thumb.jpg', 'c7e0763c7c09ab43', '0', '12', '2016-11-23 23:07:06'); INSERT INTO `u_imgsmain` VALUES ('745', '1fangzi - 副本', 'http://static.useevr.cn/12/sourceimg/1479913494444if6.jpg', 'http://static.useevr.cn/12/works/bb6791e5af0955a6/thumb.jpg', 'bb6791e5af0955a6', '0', '12', '2016-11-23 23:07:06'); INSERT INTO `u_imgsmain` VALUES ('746', '1fangzi', 'http://static.useevr.cn/12/sourceimg/1479913494450g0h.jpg', 'http://static.useevr.cn/12/works/7e4f01c87ab6dc94/thumb.jpg', '7e4f01c87ab6dc94', '0', '12', '2016-11-23 23:07:06'); INSERT INTO `u_imgsmain` VALUES ('747', '8101b', 'http://static.useevr.cn/12/sourceimg/14799134944537b3.jpg', 'http://static.useevr.cn/12/works/42404ae323964c16/thumb.jpg', '42404ae323964c16', '0', '12', '2016-11-23 23:07:06'); INSERT INTO `u_imgsmain` VALUES ('748', '1fangzi - 副本 - 副本', 'http://static.useevr.cn/12/sourceimg/14799175294381lm.jpg', 'http://static.useevr.cn/12/works/45651f95ba613141/thumb.jpg', '45651f95ba613141', '0', '12', '2016-11-24 00:14:08'); INSERT INTO `u_imgsmain` VALUES ('749', '1fangzi - 副本', 'http://static.useevr.cn/12/sourceimg/14799175294491rf.jpg', 'http://static.useevr.cn/12/works/fe7772b0429f57dd/thumb.jpg', 'fe7772b0429f57dd', '0', '12', '2016-11-24 00:14:08'); INSERT INTO `u_imgsmain` VALUES ('750', '1fangzi', 'http://static.useevr.cn/12/sourceimg/1479917529454rfa.jpg', 'http://static.useevr.cn/12/works/321a82d6dc0d53cc/thumb.jpg', '321a82d6dc0d53cc', '0', '12', '2016-11-24 00:14:08'); INSERT INTO `u_imgsmain` VALUES ('751', '8101b', 'http://static.useevr.cn/12/sourceimg/1479917529461jfr.jpg', 'http://static.useevr.cn/12/works/7ca24dc5380612e9/thumb.jpg', '7ca24dc5380612e9', '0', '12', '2016-11-24 00:14:08'); INSERT INTO `u_imgsmain` VALUES ('752', '8101b', 'http://static.useevr.cn/12/sourceimg/14799744324462p3.jpg', 'http://static.useevr.cn/12/works/8afd4010cdf096b7/thumb.jpg', '8afd4010cdf096b7', '0', '12', '2016-11-24 16:05:11'); INSERT INTO `u_imgsmain` VALUES ('753', '8102', 'http://static.useevr.cn/12/sourceimg/1479974432458lgc.jpg', 'http://static.useevr.cn/12/works/6c83f33b058c40df/thumb.jpg', '6c83f33b058c40df', '0', '12', '2016-11-24 16:05:11'); INSERT INTO `u_imgsmain` VALUES ('754', '8103', 'http://static.useevr.cn/12/sourceimg/1479974432469nha.jpg', 'http://static.useevr.cn/12/works/455fd566bbdc6ca5/thumb.jpg', '455fd566bbdc6ca5', '0', '12', '2016-11-24 16:05:11'); INSERT INTO `u_imgsmain` VALUES ('755', '2', 'http://static.useevr.cn/12/sourceimg/1479975528451kt9.jpg', 'http://static.useevr.cn/12/works/f373bfac713da873/thumb.jpg', 'f373bfac713da873', '0', '12', '2016-11-24 16:19:13'); INSERT INTO `u_imgsmain` VALUES ('756', '4', 'http://static.useevr.cn/12/sourceimg/1479975528456wko.jpg', 'http://static.useevr.cn/12/works/a3a7ab7540feb50d/thumb.jpg', 'a3a7ab7540feb50d', '0', '12', '2016-11-24 16:19:13'); INSERT INTO `u_imgsmain` VALUES ('757', '5', 'http://static.useevr.cn/12/sourceimg/1479975528459e2y.jpg', 'http://static.useevr.cn/12/works/004e01a27364e6e9/thumb.jpg', '004e01a27364e6e9', '0', '12', '2016-11-24 16:19:13'); INSERT INTO `u_imgsmain` VALUES ('759', '2', 'http://static.useevr.cn/12/sourceimg/1479976460089m9z.jpg', 'http://static.useevr.cn/12/works/a2753d6af95b491d/thumb.jpg', 'a2753d6af95b491d', '0', '12', '2016-11-24 16:34:39'); INSERT INTO `u_imgsmain` VALUES ('760', '4', 'http://static.useevr.cn/12/sourceimg/1479976489531elm.jpg', 'http://static.useevr.cn/12/works/d66aaecb2c8379bd/thumb.jpg', 'd66aaecb2c8379bd', '0', '12', '2016-11-24 16:35:10'); INSERT INTO `u_imgsmain` VALUES ('761', '5', 'http://static.useevr.cn/12/sourceimg/14799765174700cc.jpg', 'http://static.useevr.cn/12/works/a03e239d445a1a8b/thumb.jpg', 'a03e239d445a1a8b', '0', '12', '2016-11-24 16:35:31'); INSERT INTO `u_imgsmain` VALUES ('763', '3323984_135937479143_2', 'http://static.useevr.cn/92/sourceimg/1479982916460q3b.jpg', 'http://static.useevr.cn/92/works/a4ef2759942b75fb/thumb.jpg', 'a4ef2759942b75fb', '0', '92', '2016-11-24 18:20:58'); INSERT INTO `u_imgsmain` VALUES ('764', '10795666_10795666_1331141413710', 'http://static.useevr.cn/92/sourceimg/1479982916465ph4.jpg', 'http://static.useevr.cn/92/works/2f511533efe7fdb1/thumb.jpg', '2f511533efe7fdb1', '0', '92', '2016-11-24 18:20:58'); INSERT INTO `u_imgsmain` VALUES ('765', '10795666_10795666_1331141414961', 'http://static.useevr.cn/92/sourceimg/147998291646733s.jpg', 'http://static.useevr.cn/92/works/8e0b41db61f24090/thumb.jpg', '8e0b41db61f24090', '0', '92', '2016-11-24 18:20:58'); INSERT INTO `u_imgsmain` VALUES ('766', '10795666_10795666_1331141416211', 'http://static.useevr.cn/92/sourceimg/14799829164705td.jpg', 'http://static.useevr.cn/92/works/791a9d88bd5d56c3/thumb.jpg', '791a9d88bd5d56c3', '0', '92', '2016-11-24 18:20:58'); INSERT INTO `u_imgsmain` VALUES ('767', '10795666_10795666_1331141417541', 'http://static.useevr.cn/92/sourceimg/14799829164724eg.jpg', 'http://static.useevr.cn/92/works/403cae178d89797e/thumb.jpg', '403cae178d89797e', '0', '92', '2016-11-24 18:20:58'); INSERT INTO `u_imgsmain` VALUES ('768', '10795666_10795666_1331141418798', 'http://static.useevr.cn/92/sourceimg/1479982916474871.jpg', 'http://static.useevr.cn/92/works/e506b1f32f9be09d/thumb.jpg', 'e506b1f32f9be09d', '0', '92', '2016-11-24 18:20:58'); INSERT INTO `u_imgsmain` VALUES ('769', '10795666_10795666_1331141420048', 'http://static.useevr.cn/92/sourceimg/1479982916476ypr.jpg', 'http://static.useevr.cn/92/works/e6528e1f09158d4d/thumb.jpg', 'e6528e1f09158d4d', '0', '92', '2016-11-24 18:20:58'); INSERT INTO `u_imgsmain` VALUES ('770', '10795666_10795666_1331141421378', 'http://static.useevr.cn/92/sourceimg/1479982916478j11.jpg', 'http://static.useevr.cn/92/works/6eae4a60d94d2948/thumb.jpg', '6eae4a60d94d2948', '0', '92', '2016-11-24 18:20:58'); INSERT INTO `u_imgsmain` VALUES ('771', '10795666_10795666_1331141422628', 'http://static.useevr.cn/92/sourceimg/1479982916480rng.jpg', 'http://static.useevr.cn/92/works/edcd60b96a0ffd54/thumb.jpg', 'edcd60b96a0ffd54', '0', '92', '2016-11-24 18:20:58'); INSERT INTO `u_imgsmain` VALUES ('772', '10795666_10795666_1331141417541', 'http://static.useevr.cn/92/sourceimg/14799836722128kf.jpg', 'http://static.useevr.cn/92/works/3653f4332876bc23/thumb.jpg', '3653f4332876bc23', '0', '92', '2016-11-24 18:32:27'); INSERT INTO `u_imgsmain` VALUES ('773', '厨房', 'http://static.useevr.cn/12/sourceimg/1479984900208ogp.jpg', 'http://static.useevr.cn/12/works/bc9d0d49c5e698eb/thumb.jpg', 'bc9d0d49c5e698eb', '0', '12', '2016-11-24 19:06:39'); INSERT INTO `u_imgsmain` VALUES ('774', '次卧', 'http://static.useevr.cn/12/sourceimg/14799849002416gt.jpg', 'http://static.useevr.cn/12/works/5be8026ea3c26978/thumb.jpg', '5be8026ea3c26978', '0', '12', '2016-11-24 19:06:39'); INSERT INTO `u_imgsmain` VALUES ('775', '客厅', 'http://static.useevr.cn/12/sourceimg/1479984900245t3m.jpg', 'http://static.useevr.cn/12/works/12914f57a2b88c97/thumb.jpg', '12914f57a2b88c97', '0', '12', '2016-11-24 19:06:39'); INSERT INTO `u_imgsmain` VALUES ('776', '露台', 'http://static.useevr.cn/12/sourceimg/1479984900248ol7.jpg', 'http://static.useevr.cn/12/works/99c642a616b61f0e/thumb.jpg', '99c642a616b61f0e', '0', '12', '2016-11-24 19:06:39'); INSERT INTO `u_imgsmain` VALUES ('777', '门厅', 'http://static.useevr.cn/12/sourceimg/14799849002516cr.jpg', 'http://static.useevr.cn/12/works/a302dc7c385f042a/thumb.jpg', 'a302dc7c385f042a', '0', '12', '2016-11-24 19:06:39'); INSERT INTO `u_imgsmain` VALUES ('778', '书房', 'http://static.useevr.cn/12/sourceimg/14799849002540fh.jpg', 'http://static.useevr.cn/12/works/1ec5ed343b00eedc/thumb.jpg', '1ec5ed343b00eedc', '0', '12', '2016-11-24 19:06:39'); INSERT INTO `u_imgsmain` VALUES ('779', '卫生间', 'http://static.useevr.cn/12/sourceimg/1479984900257i44.jpg', 'http://static.useevr.cn/12/works/2f9aef34fd6eae9f/thumb.jpg', '2f9aef34fd6eae9f', '0', '12', '2016-11-24 19:06:39'); INSERT INTO `u_imgsmain` VALUES ('780', '主卧', 'http://static.useevr.cn/12/sourceimg/1479984900260kaq.jpg', 'http://static.useevr.cn/12/works/38d32f99439d90cf/thumb.jpg', '38d32f99439d90cf', '0', '12', '2016-11-24 19:06:39'); INSERT INTO `u_imgsmain` VALUES ('781', '客厅', 'http://static.useevr.cn/65/sourceimg/1479989990037nig.jpg', 'http://static.useevr.cn/65/works/2e6c4aa87d8bd83c/thumb.jpg', '2e6c4aa87d8bd83c', '0', '65', '2016-11-24 20:20:17'); INSERT INTO `u_imgsmain` VALUES ('782', '客厅', 'http://static.useevr.cn/65/sourceimg/1479990044066cec.jpg', 'http://static.useevr.cn/65/works/e0a0a5661fd23fad/thumb.jpg', 'e0a0a5661fd23fad', '0', '65', '2016-11-24 20:22:31'); INSERT INTO `u_imgsmain` VALUES ('783', '主卧室', 'http://static.useevr.cn/65/sourceimg/1479990044069nty.jpg', 'http://static.useevr.cn/65/works/0ee8ca55192a8b9a/thumb.jpg', '0ee8ca55192a8b9a', '0', '65', '2016-11-24 20:22:31'); INSERT INTO `u_imgsmain` VALUES ('784', '次卧', 'http://static.useevr.cn/65/sourceimg/1479990044071dew.jpg', 'http://static.useevr.cn/65/works/d2d6dc753b788e88/thumb.jpg', 'd2d6dc753b788e88', '0', '65', '2016-11-24 20:22:31'); INSERT INTO `u_imgsmain` VALUES ('785', '书房', 'http://static.useevr.cn/65/sourceimg/14799900440745ft.jpg', 'http://static.useevr.cn/65/works/668fd003099da770/thumb.jpg', '668fd003099da770', '0', '65', '2016-11-24 20:22:31'); INSERT INTO `u_imgsmain` VALUES ('786', '厨房', 'http://static.useevr.cn/65/sourceimg/14799900440766d2.jpg', 'http://static.useevr.cn/65/works/a7ac0647d2e19c82/thumb.jpg', 'a7ac0647d2e19c82', '0', '65', '2016-11-24 20:22:31'); INSERT INTO `u_imgsmain` VALUES ('787', '卫生间', 'http://static.useevr.cn/65/sourceimg/1479990044078s06.jpg', 'http://static.useevr.cn/65/works/f02c0eeb08b76bbf/thumb.jpg', 'f02c0eeb08b76bbf', '0', '65', '2016-11-24 20:22:31'); INSERT INTO `u_imgsmain` VALUES ('788', '餐厅', 'http://static.useevr.cn/74/sourceimg/14800361254826ya.jpg', 'http://static.useevr.cn/74/works/8184b9b9a4874bf7/thumb.jpg', '8184b9b9a4874bf7', '0', '74', '2016-11-25 09:09:06'); INSERT INTO `u_imgsmain` VALUES ('795', '_MG_5539 Panorama.p..', 'http://static.useevr.cn/12/sourceimg/1480055732851nnz.jpg', 'http://static.useevr.cn/12/works/309fc38a0e1b30c5/thumb.jpg', '309fc38a0e1b30c5', '0', '12', '2016-11-25 14:38:49'); INSERT INTO `u_imgsmain` VALUES ('797', '客厅全景(大图)', 'http://static.useevr.cn/107/sourceimg/148013626094457j.jpg', 'http://static.useevr.cn/107/works/5e54ae4493688f28/thumb.jpg', '5e54ae4493688f28', '0', '107', '2016-11-26 13:13:19'); INSERT INTO `u_imgsmain` VALUES ('798', '门厅全景(大图)', 'http://static.useevr.cn/107/sourceimg/1480136260949mdc.jpg', 'http://static.useevr.cn/107/works/3d2494afd1986b84/thumb.jpg', '3d2494afd1986b84', '0', '107', '2016-11-26 13:13:19'); INSERT INTO `u_imgsmain` VALUES ('799', '儿童房全景(大图)', 'http://static.useevr.cn/107/sourceimg/1480136260953rt1.jpg', 'http://static.useevr.cn/107/works/590f894557702ac4/thumb.jpg', '590f894557702ac4', '0', '107', '2016-11-26 13:13:19'); INSERT INTO `u_imgsmain` VALUES ('800', '主卧全景', 'http://static.useevr.cn/107/sourceimg/14801362609563o5.jpg', 'http://static.useevr.cn/107/works/79489b2827e1ad29/thumb.jpg', '79489b2827e1ad29', '0', '107', '2016-11-26 13:13:19'); INSERT INTO `u_imgsmain` VALUES ('801', '餐厅全景(大图)', 'http://static.useevr.cn/107/sourceimg/1480136260959bef.jpg', 'http://static.useevr.cn/107/works/9e85af42d7c93550/thumb.jpg', '9e85af42d7c93550', '0', '107', '2016-11-26 13:13:19'); INSERT INTO `u_imgsmain` VALUES ('802', 'DSC_5330 Panorama_sphere', 'http://static.useevr.cn/110/sourceimg/148016587230115g.jpg', 'http://static.useevr.cn/110/works/e338b7a0d108b4a3/thumb.jpg', 'e338b7a0d108b4a3', '0', '110', '2016-11-26 21:14:32'); INSERT INTO `u_imgsmain` VALUES ('803', 'Nipic_18142428_20160408111102182665', 'http://static.useevr.cn/111/sourceimg/1480168285489oc8.jpg', 'http://static.useevr.cn/111/works/6552f10dec19c856/thumb.jpg', '6552f10dec19c856', '0', '111', '2016-11-26 21:52:15'); INSERT INTO `u_imgsmain` VALUES ('804', 'a', 'http://static.useevr.cn/109/sourceimg/14801700590671ri.jpg', 'http://static.useevr.cn/109/works/d59dfa6baf047940/thumb.jpg', 'd59dfa6baf047940', '0', '109', '2016-11-26 22:21:08'); INSERT INTO `u_imgsmain` VALUES ('805', 'LL', 'http://static.useevr.cn/12/sourceimg/1480212034194nwa.jpg', 'http://static.useevr.cn/12/works/a571da389d5fe82b/thumb.jpg', 'a571da389d5fe82b', '0', '12', '2016-11-27 10:01:03'); INSERT INTO `u_imgsmain` VALUES ('806', 'LL', 'http://static.useevr.cn/112/sourceimg/1480215211987ct8.jpg', 'http://static.useevr.cn/112/works/cc3009c4ab4b2d4c/thumb.jpg', 'cc3009c4ab4b2d4c', '0', '112', '2016-11-27 10:54:03'); INSERT INTO `u_imgsmain` VALUES ('816', '11没有', 'http://static.useevr.cn/12/sourceimg/14802169593915r2.jpg', 'http://static.useevr.cn/12/works/d2c3b1760ad8ff34/thumb.jpg', 'd2c3b1760ad8ff34', '0', '12', '2016-11-27 11:22:45'); INSERT INTO `u_imgsmain` VALUES ('826', '_MG_3311 Panorama', 'http://static.useevr.cn/113/sourceimg/148022567319734x.jpg', 'http://static.useevr.cn/113/works/c190cf9bb9cea4e1/thumb.jpg', 'c190cf9bb9cea4e1', '0', '113', '2016-11-27 13:52:06'); INSERT INTO `u_imgsmain` VALUES ('827', '全景测试图片', 'http://static.useevr.cn/109/sourceimg/1480230922662c7q.jpg', 'http://static.useevr.cn/109/works/f51ab226308f79fa/thumb.jpg', 'f51ab226308f79fa', '0', '109', '2016-11-27 15:16:47'); INSERT INTO `u_imgsmain` VALUES ('828', '理光测试图.JPG', 'http://static.useevr.cn/12/sourceimg/14802449757701pm.JPG', 'http://static.useevr.cn/12/works/0a3c9abd2a507a0e/thumb.jpg', '0a3c9abd2a507a0e', '0', '12', '2016-11-27 19:10:34'); INSERT INTO `u_imgsmain` VALUES ('829', '理光测试图2.JPG', 'http://static.useevr.cn/12/sourceimg/1480245047335ppk.JPG', 'http://static.useevr.cn/12/works/243f3e1c5bae61e3/thumb.jpg', '243f3e1c5bae61e3', '0', '12', '2016-11-27 19:11:41'); INSERT INTO `u_imgsmain` VALUES ('830', '理光测试图.JPG', 'http://static.useevr.cn/12/sourceimg/1480245235114p1l.JPG', 'http://static.useevr.cn/12/works/c384a25943753c97/thumb.jpg', 'c384a25943753c97', '0', '12', '2016-11-27 19:14:53'); INSERT INTO `u_imgsmain` VALUES ('831', '苍山入口2', 'http://static.useevr.cn/117/sourceimg/1480313435184p73.jpg', 'http://static.useevr.cn/117/works/a79850059c0b7694/thumb.jpg', 'a79850059c0b7694', '0', '117', '2016-11-28 14:10:49'); INSERT INTO `u_imgsmain` VALUES ('832', '4感通禅寺', 'http://static.useevr.cn/117/sourceimg/1480313561771ntk.jpg', 'http://static.useevr.cn/117/works/b4078541cd956cec/thumb.jpg', 'b4078541cd956cec', '0', '117', '2016-11-28 14:12:59'); INSERT INTO `u_imgsmain` VALUES ('833', 'u=3827187007,2745193561&fm=21&gp=0', 'http://static.useevr.cn/12/sourceimg/14803140963208g9.jpg', 'http://static.useevr.cn/12/works/1d82a0f440fef205/thumb.jpg', '1d82a0f440fef205', '0', '12', '2016-11-28 14:25:14'); INSERT INTO `u_imgsmain` VALUES ('834', '562c11dfa9ec8a134759666bf503918fa1ecc0fd (1)', 'http://static.useevr.cn/12/sourceimg/1480314601452zle.jpg', 'http://static.useevr.cn/12/works/d0d6083381a94e0e/thumb.jpg', 'd0d6083381a94e0e', '0', '12', '2016-11-28 14:33:54'); INSERT INTO `u_imgsmain` VALUES ('835', '卧室', 'http://static.useevr.cn/12/sourceimg/1480315908335dp1.jpg', 'http://static.useevr.cn/12/works/b6966f08e5580494/thumb.jpg', 'b6966f08e5580494', '0', '12', '2016-11-28 14:55:26'); INSERT INTO `u_imgsmain` VALUES ('836', '书房', 'http://static.useevr.cn/12/sourceimg/1480316227242r2k.jpg', 'http://static.useevr.cn/12/works/09cc9def03a91998/thumb.jpg', '09cc9def03a91998', '0', '12', '2016-11-28 15:00:45'); INSERT INTO `u_imgsmain` VALUES ('837', '04总经理办公室_sphere', 'http://static.useevr.cn/119/sourceimg/1480318865949lm7.jpg', 'http://static.useevr.cn/119/works/9467faee6f24cc3d/thumb.jpg', '9467faee6f24cc3d', '0', '119', '2016-11-28 15:41:53'); INSERT INTO `u_imgsmain` VALUES ('838', 'IMG_1303 Panorama.preview', 'http://static.useevr.cn/121/sourceimg/1480322452062bl0.jpg', 'http://static.useevr.cn/121/works/aa91c1cd7fe7cf80/thumb.jpg', 'aa91c1cd7fe7cf80', '0', '121', '2016-11-28 16:40:59'); INSERT INTO `u_imgsmain` VALUES ('841', 'd009b3de9c82d15851ac67f2800a19d8bc3e4242', 'http://static.useevr.cn/122/sourceimg/1480327636013x3r.jpg', 'http://static.useevr.cn/122/works/d4ed1800d8973e45/thumb.jpg', 'd4ed1800d8973e45', '0', '122', '2016-11-28 18:07:35'); INSERT INTO `u_imgsmain` VALUES ('842', '20161028135509580015', 'http://static.useevr.cn/122/sourceimg/1480328042781xdi.jpg', 'http://static.useevr.cn/122/works/544085eb0ca65f5b/thumb.jpg', '544085eb0ca65f5b', '0', '122', '2016-11-28 18:14:59'); INSERT INTO `u_imgsmain` VALUES ('843', '淮河文化广场', 'http://static.useevr.cn/12/sourceimg/1480350016587rqs.jpg', 'http://static.useevr.cn/12/works/4c2c20b626aac21c/thumb.jpg', '4c2c20b626aac21c', '0', '12', '2016-11-29 00:29:05'); INSERT INTO `u_imgsmain` VALUES ('844', '正门', 'http://static.useevr.cn/112/sourceimg/1480381029789gp5.jpg', 'http://static.useevr.cn/112/works/14d59090828bfc19/thumb.jpg', '14d59090828bfc19', '0', '112', '2016-11-29 08:59:07'); INSERT INTO `u_imgsmain` VALUES ('845', '服务台', 'http://static.useevr.cn/112/sourceimg/148038102979371i.jpg', 'http://static.useevr.cn/112/works/d5a22659e69be8cd/thumb.jpg', 'd5a22659e69be8cd', '0', '112', '2016-11-29 08:59:07'); INSERT INTO `u_imgsmain` VALUES ('846', '板材展示区', 'http://static.useevr.cn/112/sourceimg/1480381029794twz.jpg', 'http://static.useevr.cn/112/works/74d829f4025fd74d/thumb.jpg', '74d829f4025fd74d', '0', '112', '2016-11-29 08:59:07'); INSERT INTO `u_imgsmain` VALUES ('847', '衣柜展示区', 'http://static.useevr.cn/112/sourceimg/14803810297968dp.jpg', 'http://static.useevr.cn/112/works/90e199739a125bcd/thumb.jpg', '90e199739a125bcd', '0', '112', '2016-11-29 08:59:07'); INSERT INTO `u_imgsmain` VALUES ('848', 'Q1', 'http://static.useevr.cn/112/sourceimg/1480381589765n0c.jpg', 'http://static.useevr.cn/112/works/25f656e849302901/thumb.jpg', '25f656e849302901', '0', '112', '2016-11-29 09:08:20'); INSERT INTO `u_imgsmain` VALUES ('849', 'Q2', 'http://static.useevr.cn/112/sourceimg/14803815897685nw.jpg', 'http://static.useevr.cn/112/works/c7bf1f1f6309d106/thumb.jpg', 'c7bf1f1f6309d106', '0', '112', '2016-11-29 09:08:20'); INSERT INTO `u_imgsmain` VALUES ('850', 'Q3', 'http://static.useevr.cn/112/sourceimg/1480381589771wzq.jpg', 'http://static.useevr.cn/112/works/52c2a2b5e30f800d/thumb.jpg', '52c2a2b5e30f800d', '0', '112', '2016-11-29 09:08:20'); INSERT INTO `u_imgsmain` VALUES ('851', 'Q4', 'http://static.useevr.cn/112/sourceimg/14803815897733xi.jpg', 'http://static.useevr.cn/112/works/7a848865b636f2e0/thumb.jpg', '7a848865b636f2e0', '0', '112', '2016-11-29 09:08:20'); INSERT INTO `u_imgsmain` VALUES ('852', '10看点-小西天', 'http://static.useevr.cn/12/sourceimg/1480383318950dfp.jpg', 'http://static.useevr.cn/12/works/106ed526d34e3fde/thumb.jpg', '106ed526d34e3fde', '0', '12', '2016-11-29 09:36:40'); INSERT INTO `u_imgsmain` VALUES ('853', '33', 'http://static.useevr.cn/12/sourceimg/1480388593341bhc.jpg', 'http://static.useevr.cn/12/works/862fec2398d6b403/thumb.jpg', '862fec2398d6b403', '0', '12', '2016-11-29 11:08:29'); INSERT INTO `u_imgsmain` VALUES ('855', 'R0010026.JPG', 'http://static.useevr.cn/12/sourceimg/1480399017726f51.JPG', 'http://static.useevr.cn/12/works/fadf039dc0cfd934/thumb.jpg', 'fadf039dc0cfd934', '0', '12', '2016-11-29 13:57:07'); INSERT INTO `u_imgsmain` VALUES ('856', '小图-卧室', 'http://static.useevr.cn/128/sourceimg/1480401011559q3k.jpg', 'http://static.useevr.cn/128/works/09a31d222bbc29dd/thumb.jpg', '09a31d222bbc29dd', '0', '128', '2016-11-29 14:30:18'); INSERT INTO `u_imgsmain` VALUES ('857', 'R0010026.JPG', 'http://static.useevr.cn/12/sourceimg/1480412456776wsn.JPG', 'http://static.useevr.cn/12/works/1f743ed46404bf05/thumb.jpg', '1f743ed46404bf05', '0', '12', '2016-11-29 17:41:06'); INSERT INTO `u_imgsmain` VALUES ('858', '别墅全景1', 'http://static.useevr.cn/12/sourceimg/1480412443329r55.jpg', 'http://static.useevr.cn/12/works/4edd531043cbc147/thumb.jpg', '4edd531043cbc147', '0', '12', '2016-11-29 18:11:01'); INSERT INTO `u_imgsmain` VALUES ('859', '别墅全景2', 'http://static.useevr.cn/12/sourceimg/1480412443336bjq.jpg', 'http://static.useevr.cn/12/works/4322d997ba70a2e6/thumb.jpg', '4322d997ba70a2e6', '0', '12', '2016-11-29 18:11:01'); INSERT INTO `u_imgsmain` VALUES ('860', '航拍', 'http://static.useevr.cn/12/sourceimg/14804124433406g0.jpg', 'http://static.useevr.cn/12/works/97462de0c9f0e19b/thumb.jpg', '97462de0c9f0e19b', '0', '12', '2016-11-29 18:11:01'); INSERT INTO `u_imgsmain` VALUES ('861', 'ujuu', 'http://static.useevr.cn/12/sourceimg/1480420140573mxn.jpg', 'http://static.useevr.cn/12/works/8386d3fe12adf01f/thumb.jpg', '8386d3fe12adf01f', '0', '12', '2016-11-29 19:49:16'); INSERT INTO `u_imgsmain` VALUES ('862', '别墅全景1', 'http://static.useevr.cn/12/sourceimg/1480422751488kym.jpg', 'http://static.useevr.cn/12/works/759b7c6c587be46c/thumb.jpg', '759b7c6c587be46c', '0', '12', '2016-11-29 21:02:14'); INSERT INTO `u_imgsmain` VALUES ('863', '别墅全景2', 'http://static.useevr.cn/12/sourceimg/1480422751491w5x.jpg', 'http://static.useevr.cn/12/works/f346ddff2d401b95/thumb.jpg', 'f346ddff2d401b95', '0', '12', '2016-11-29 21:02:14'); INSERT INTO `u_imgsmain` VALUES ('864', '外景', 'http://static.useevr.cn/12/sourceimg/14804227514932so.jpg', 'http://static.useevr.cn/12/works/8d608ef2234fbf6d/thumb.jpg', '8d608ef2234fbf6d', '0', '12', '2016-11-29 21:02:14'); INSERT INTO `u_imgsmain` VALUES ('865', '01', 'http://static.useevr.cn/12/sourceimg/1480426748758t9s.jpg', 'http://static.useevr.cn/12/works/559cf3883135c29f/thumb.jpg', '559cf3883135c29f', '0', '12', '2016-11-29 21:40:52'); INSERT INTO `u_imgsmain` VALUES ('866', '别墅全景2', 'http://static.useevr.cn/12/sourceimg/14804627062147fx.jpg', 'http://static.useevr.cn/12/works/01142ec541f9c1b6/thumb.jpg', '01142ec541f9c1b6', '0', '12', '2016-11-30 07:52:17'); INSERT INTO `u_imgsmain` VALUES ('867', 'SAVE_20160301_130611x', 'http://static.useevr.cn/92/sourceimg/14804644770309qf.jpg', 'http://static.useevr.cn/92/works/1d5468a62335e877/thumb.jpg', '1d5468a62335e877', '0', '92', '2016-11-30 08:06:38'); INSERT INTO `u_imgsmain` VALUES ('868', '1479869558595', 'http://static.useevr.cn/12/sourceimg/1480466955294bcn.jpg', 'http://static.useevr.cn/12/works/fde75628d5785e73/thumb.jpg', 'fde75628d5785e73', '0', '12', '2016-11-30 08:49:23'); INSERT INTO `u_imgsmain` VALUES ('869', '201397112219471', 'http://static.useevr.cn/12/sourceimg/1480467989014l4z.jpg', 'http://static.useevr.cn/12/works/95960b56f8868ba0/thumb.jpg', '95960b56f8868ba0', '0', '12', '2016-11-30 09:06:37'); INSERT INTO `u_imgsmain` VALUES ('870', '球形图素材', 'http://static.useevr.cn/12/sourceimg/1480469303536zoy.jpg', 'http://static.useevr.cn/12/works/dd66ff6a0e59dab5/thumb.jpg', 'dd66ff6a0e59dab5', '0', '12', '2016-11-30 09:28:54'); INSERT INTO `u_imgsmain` VALUES ('871', 'iris360', 'http://static.useevr.cn/92/sourceimg/148047159014725t.jpg', 'http://static.useevr.cn/92/works/f0549ab62329b807/thumb.jpg', 'f0549ab62329b807', '0', '92', '2016-11-30 10:04:43'); INSERT INTO `u_imgsmain` VALUES ('872', '4感通禅寺', 'http://static.useevr.cn/12/sourceimg/1480472803080xlt.jpg', 'http://static.useevr.cn/12/works/67ac1948d85e739e/thumb.jpg', '67ac1948d85e739e', '0', '12', '2016-11-30 10:27:09'); INSERT INTO `u_imgsmain` VALUES ('873', '659A5660 Panorama', 'http://static.useevr.cn/12/sourceimg/14804731030142fc.jpg', 'http://static.useevr.cn/12/works/1bbe60d4838e8804/thumb.jpg', '1bbe60d4838e8804', '0', '12', '2016-11-30 10:31:51'); INSERT INTO `u_imgsmain` VALUES ('874', '659A5660 Panorama', 'http://static.useevr.cn/12/sourceimg/1480473289664ame.jpg', 'http://static.useevr.cn/12/works/f5a0fa48467199fc/thumb.jpg', 'f5a0fa48467199fc', '0', '12', '2016-11-30 10:35:15'); INSERT INTO `u_imgsmain` VALUES ('875', '正门', 'http://static.useevr.cn/12/sourceimg/1480474496552cne.jpg', 'http://static.useevr.cn/12/works/33d81a2bd835ea77/thumb.jpg', '33d81a2bd835ea77', '0', '12', '2016-11-30 10:55:52'); INSERT INTO `u_imgsmain` VALUES ('876', '走廊', 'http://static.useevr.cn/12/sourceimg/148047464471430i.jpg', 'http://static.useevr.cn/12/works/5b057f00aec1fcb6/thumb.jpg', '5b057f00aec1fcb6', '0', '12', '2016-11-30 10:58:40'); INSERT INTO `u_imgsmain` VALUES ('877', 'IMG_1225 Panorama_equi', 'http://static.useevr.cn/130/sourceimg/1480479216569bas.jpg', 'http://static.useevr.cn/130/works/e033e5bdb5c728e8/thumb.jpg', 'e033e5bdb5c728e8', '0', '130', '2016-11-30 12:05:04'); INSERT INTO `u_imgsmain` VALUES ('878', 'IMG_1245 Panorama_equi', 'http://static.useevr.cn/130/sourceimg/1480479216573k90.jpg', 'http://static.useevr.cn/130/works/c59a026aa4118dbe/thumb.jpg', 'c59a026aa4118dbe', '0', '130', '2016-11-30 12:05:04'); INSERT INTO `u_imgsmain` VALUES ('879', 'IMG_1263 Panorama_equi.preview', 'http://static.useevr.cn/130/sourceimg/1480479216576jzn.jpg', 'http://static.useevr.cn/130/works/543776aa65b0ccf2/thumb.jpg', '543776aa65b0ccf2', '0', '130', '2016-11-30 12:05:04'); INSERT INTO `u_imgsmain` VALUES ('880', '37889633857877014', 'http://static.useevr.cn/131/sourceimg/1480483235071ac9.jpg', 'http://static.useevr.cn/131/works/f9b7ea0b1ff8c8d0/thumb.jpg', 'f9b7ea0b1ff8c8d0', '0', '131', '2016-11-30 13:20:57'); INSERT INTO `u_imgsmain` VALUES ('881', '790353449763100690', 'http://static.useevr.cn/131/sourceimg/1480483235081909.jpg', 'http://static.useevr.cn/131/works/dfd1a74273ca30dd/thumb.jpg', 'dfd1a74273ca30dd', '0', '131', '2016-11-30 13:20:57'); INSERT INTO `u_imgsmain` VALUES ('882', '厨房', 'http://static.useevr.cn/12/sourceimg/1480487447171m9t.jpg', 'http://static.useevr.cn/12/works/6f4671f98274a3d4/thumb.jpg', '6f4671f98274a3d4', '0', '12', '2016-11-30 14:32:37'); INSERT INTO `u_imgsmain` VALUES ('883', '兰花3', 'http://static.useevr.cn/133/sourceimg/1480490833869n4m.jpg', 'http://static.useevr.cn/133/works/6ec9f4dceb3be0d7/thumb.jpg', '6ec9f4dceb3be0d7', '0', '133', '2016-11-30 15:27:21'); INSERT INTO `u_imgsmain` VALUES ('884', '兰花2', 'http://static.useevr.cn/133/sourceimg/1480491073532hlt.jpg', 'http://static.useevr.cn/133/works/216895268560fdca/thumb.jpg', '216895268560fdca', '0', '133', '2016-11-30 15:31:26'); INSERT INTO `u_imgsmain` VALUES ('885', '兰花1', 'http://static.useevr.cn/133/sourceimg/1480491094025yqb.jpg', 'http://static.useevr.cn/133/works/b094e5f705493312/thumb.jpg', 'b094e5f705493312', '0', '133', '2016-11-30 15:31:40'); INSERT INTO `u_imgsmain` VALUES ('886', '8943812_104105621129_2', 'http://static.useevr.cn/133/sourceimg/1480492046917yna.jpg', 'http://static.useevr.cn/133/works/2340cba3fec03537/thumb.jpg', '2340cba3fec03537', '0', '133', '2016-11-30 15:47:35'); INSERT INTO `u_imgsmain` VALUES ('887', '8943812_104105621129_2', 'http://static.useevr.cn/133/sourceimg/1480492064323abg.jpg', 'http://static.useevr.cn/133/works/7796b27d1d699c17/thumb.jpg', '7796b27d1d699c17', '0', '133', '2016-11-30 15:47:52'); INSERT INTO `u_imgsmain` VALUES ('888', 'ct_pano', 'http://static.useevr.cn/135/sourceimg/1480493232646771.jpg', 'http://static.useevr.cn/135/works/3809aaf89f72c51f/thumb.jpg', '3809aaf89f72c51f', '0', '135', '2016-11-30 16:07:54'); INSERT INTO `u_imgsmain` VALUES ('889', 'et_pano', 'http://static.useevr.cn/135/sourceimg/1480493232652jsg.jpg', 'http://static.useevr.cn/135/works/7a141767b2afb211/thumb.jpg', '7a141767b2afb211', '0', '135', '2016-11-30 16:07:54'); INSERT INTO `u_imgsmain` VALUES ('892', 'R0010063.JPG', 'http://static.useevr.cn/12/sourceimg/1480499479549nfj.JPG', 'http://static.useevr.cn/12/works/5b5f91368b458a3b/thumb.jpg', '5b5f91368b458a3b', '0', '12', '2016-11-30 17:50:35'); INSERT INTO `u_imgsmain` VALUES ('894', '航拍2', 'http://static.useevr.cn/134/sourceimg/14805016070430xp.jpg', 'http://static.useevr.cn/134/works/a22341beaf747032/thumb.jpg', 'a22341beaf747032', '0', '134', '2016-11-30 18:24:13'); INSERT INTO `u_imgsmain` VALUES ('895', 'ddd', 'http://static.useevr.cn/12/sourceimg/1480507238978p40.jpg', 'http://static.useevr.cn/12/works/c156bf8c149c50ae/thumb.jpg', 'c156bf8c149c50ae', '0', '12', '2016-11-30 20:00:56'); INSERT INTO `u_imgsmain` VALUES ('896', '11', 'http://static.useevr.cn/12/sourceimg/14805097533346c8.jpg', 'http://static.useevr.cn/12/works/492275d2a9807e52/thumb.jpg', '492275d2a9807e52', '0', '12', '2016-11-30 20:43:21'); INSERT INTO `u_imgsmain` VALUES ('897', '10看点-小西天', 'http://static.useevr.cn/12/sourceimg/1480555832164ip2.jpg', 'http://static.useevr.cn/12/works/87377ade25914fb9/thumb.jpg', '87377ade25914fb9', '0', '12', '2016-12-01 09:34:50'); INSERT INTO `u_imgsmain` VALUES ('898', '全景图2', 'http://static.useevr.cn/12/sourceimg/1480555832167sw7.jpg', 'http://static.useevr.cn/12/works/8c03ea90742d968a/thumb.jpg', '8c03ea90742d968a', '0', '12', '2016-12-01 09:34:50'); INSERT INTO `u_imgsmain` VALUES ('899', '客厅', 'http://static.useevr.cn/12/sourceimg/1480557396504t50.jpg', 'http://static.useevr.cn/12/works/0812993109b97975/thumb.jpg', '0812993109b97975', '0', '12', '2016-12-01 10:01:26'); INSERT INTO `u_imgsmain` VALUES ('900', '10看点-小西天', 'http://static.useevr.cn/12/sourceimg/14805579965401st.jpg', 'http://static.useevr.cn/12/works/c5accd984172f37e/thumb.jpg', 'c5accd984172f37e', '0', '12', '2016-12-01 10:08:00'); INSERT INTO `u_imgsmain` VALUES ('901', 'IMG_3376-HDR Panorama', 'http://static.useevr.cn/12/sourceimg/1480573097193hi9.jpg', 'http://static.useevr.cn/12/works/a5d6a783f326ee3e/thumb.jpg', 'a5d6a783f326ee3e', '0', '12', '2016-12-01 14:20:20'); INSERT INTO `u_imgsmain` VALUES ('902', '333', 'http://static.useevr.cn/139/sourceimg/1480576759160pln.jpg', 'http://static.useevr.cn/139/works/7014e4d9d8dc931f/thumb.jpg', '7014e4d9d8dc931f', '0', '139', '2016-12-01 15:19:44'); INSERT INTO `u_imgsmain` VALUES ('903', '333', 'http://static.useevr.cn/139/sourceimg/14805770365047ee.jpg', 'http://static.useevr.cn/139/works/e976e351c1a79829/thumb.jpg', 'e976e351c1a79829', '0', '139', '2016-12-01 15:24:21'); INSERT INTO `u_imgsmain` VALUES ('904', '333', 'http://static.useevr.cn/139/sourceimg/1480577118909scb.jpg', 'http://static.useevr.cn/139/works/87a7172eceba2494/thumb.jpg', '87a7172eceba2494', '0', '139', '2016-12-01 15:25:44'); INSERT INTO `u_imgsmain` VALUES ('905', '333', 'http://static.useevr.cn/139/sourceimg/1480579693875tfw.jpg', 'http://static.useevr.cn/139/works/03610d3c5d228fc1/thumb.jpg', '03610d3c5d228fc1', '0', '139', '2016-12-01 16:10:09'); INSERT INTO `u_imgsmain` VALUES ('906', '333', 'http://static.useevr.cn/139/sourceimg/1480582288302c0o.jpg', 'http://static.useevr.cn/139/works/6f1cab832c044779/thumb.jpg', '6f1cab832c044779', '0', '139', '2016-12-01 16:53:53'); INSERT INTO `u_imgsmain` VALUES ('907', '00142_Camera001.RGB_color', 'http://static.useevr.cn/140/sourceimg/14805841852818mq.jpg', 'http://static.useevr.cn/140/works/b212aa1a09c1baca/thumb.jpg', 'b212aa1a09c1baca', '0', '140', '2016-12-01 17:34:50'); INSERT INTO `u_imgsmain` VALUES ('915', '尚品宅配', 'http://static.useevr.cn/12/sourceimg/1480655225804t2s.jpg', 'http://static.useevr.cn/12/works/8cb827c3657ea382/thumb.jpg', '8cb827c3657ea382', '0', '12', '2016-12-02 13:09:23'); INSERT INTO `u_imgsmain` VALUES ('916', '3', 'http://static.useevr.cn/141/sourceimg/14806573261549hh.jpg', 'http://static.useevr.cn/141/works/327f50442f876214/thumb.jpg', '327f50442f876214', '0', '141', '2016-12-02 13:38:51'); INSERT INTO `u_imgsmain` VALUES ('917', '客餐厅', 'http://static.useevr.cn/65/sourceimg/148066817413083r.jpg', 'http://static.useevr.cn/65/works/4d1d4e09de962068/thumb.jpg', '4d1d4e09de962068', '0', '65', '2016-12-02 16:44:17'); INSERT INTO `u_imgsmain` VALUES ('918', '厨房', 'http://static.useevr.cn/65/sourceimg/1480668174139p5h.jpg', 'http://static.useevr.cn/65/works/0611266598aedc65/thumb.jpg', '0611266598aedc65', '0', '65', '2016-12-02 16:44:17'); INSERT INTO `u_imgsmain` VALUES ('919', '书房', 'http://static.useevr.cn/65/sourceimg/1480668174145crh.jpg', 'http://static.useevr.cn/65/works/8ac6d59bd96ebe2d/thumb.jpg', '8ac6d59bd96ebe2d', '0', '65', '2016-12-02 16:44:17'); INSERT INTO `u_imgsmain` VALUES ('920', '客餐厅', 'http://static.useevr.cn/65/sourceimg/1480669228168fj1.jpg', 'http://static.useevr.cn/65/works/a259be4e8dd29706/thumb.jpg', 'a259be4e8dd29706', '0', '65', '2016-12-02 17:01:49'); INSERT INTO `u_imgsmain` VALUES ('921', '厨房', 'http://static.useevr.cn/65/sourceimg/1480669228173pbh.jpg', 'http://static.useevr.cn/65/works/c0f3a0cf2b304958/thumb.jpg', 'c0f3a0cf2b304958', '0', '65', '2016-12-02 17:01:49'); INSERT INTO `u_imgsmain` VALUES ('922', '书房', 'http://static.useevr.cn/65/sourceimg/14806692281788qa.jpg', 'http://static.useevr.cn/65/works/803a07d6d5137228/thumb.jpg', '803a07d6d5137228', '0', '65', '2016-12-02 17:01:49'); INSERT INTO `u_imgsmain` VALUES ('923', 'DSC_0948 Panorama', 'http://static.useevr.cn/12/sourceimg/14806701848564ph.jpg', 'http://static.useevr.cn/12/works/8f762aa0090ca3c5/thumb.jpg', '8f762aa0090ca3c5', '0', '12', '2016-12-02 17:22:07'); INSERT INTO `u_imgsmain` VALUES ('924', '次卧', 'http://static.useevr.cn/74/sourceimg/14806727348979yh.jpg', 'http://static.useevr.cn/74/works/e982c585d7a25f72/thumb.jpg', 'e982c585d7a25f72', '0', '74', '2016-12-02 18:01:09'); INSERT INTO `u_imgsmain` VALUES ('925', '儿童房', 'http://static.useevr.cn/74/sourceimg/1480672734900x94.jpg', 'http://static.useevr.cn/74/works/3cf9a74344449158/thumb.jpg', '3cf9a74344449158', '0', '74', '2016-12-02 18:01:09'); INSERT INTO `u_imgsmain` VALUES ('926', '客厅', 'http://static.useevr.cn/74/sourceimg/1480672734902pt8.jpg', 'http://static.useevr.cn/74/works/fe606d8cc454f42d/thumb.jpg', 'fe606d8cc454f42d', '0', '74', '2016-12-02 18:01:09'); INSERT INTO `u_imgsmain` VALUES ('927', '书房', 'http://static.useevr.cn/74/sourceimg/1480672734904gya.jpg', 'http://static.useevr.cn/74/works/015d6fe8c0c18270/thumb.jpg', '015d6fe8c0c18270', '0', '74', '2016-12-02 18:01:09'); INSERT INTO `u_imgsmain` VALUES ('928', '卫生间', 'http://static.useevr.cn/74/sourceimg/1480672734909l75.jpg', 'http://static.useevr.cn/74/works/9efce588d64b1157/thumb.jpg', '9efce588d64b1157', '0', '74', '2016-12-02 18:01:09'); INSERT INTO `u_imgsmain` VALUES ('929', '主卧', 'http://static.useevr.cn/74/sourceimg/1480672734910thc.jpg', 'http://static.useevr.cn/74/works/e1ed80846e90ddea/thumb.jpg', 'e1ed80846e90ddea', '0', '74', '2016-12-02 18:01:09'); INSERT INTO `u_imgsmain` VALUES ('930', '厨房', 'http://static.useevr.cn/74/sourceimg/14806727349122x0.jpg', 'http://static.useevr.cn/74/works/47d8fc7f31477169/thumb.jpg', '47d8fc7f31477169', '0', '74', '2016-12-02 18:01:09'); INSERT INTO `u_imgsmain` VALUES ('931', 'my', 'http://static.useevr.cn/112/sourceimg/1480727868966h7j.jpg', 'http://static.useevr.cn/112/works/9f46a3ccfb5c3f8d/thumb.jpg', '9f46a3ccfb5c3f8d', '0', '112', '2016-12-03 09:18:29'); INSERT INTO `u_imgsmain` VALUES ('932', 'my', 'http://static.useevr.cn/112/sourceimg/1480731843586tg9.jpg', 'http://static.useevr.cn/112/works/30f9568a6632e164/thumb.jpg', '30f9568a6632e164', '0', '112', '2016-12-03 10:24:58'); INSERT INTO `u_imgsmain` VALUES ('933', '145851eeqvk5vuw8vc853a', 'http://static.useevr.cn/12/sourceimg/1480760533480w3w.jpg', 'http://static.useevr.cn/12/works/9a95c32b3ad8a065/thumb.jpg', '9a95c32b3ad8a065', '0', '12', '2016-12-03 18:22:27'); INSERT INTO `u_imgsmain` VALUES ('935', 'DJI_0089_副本 Panorama', 'http://static.useevr.cn/12/sourceimg/14808250683614ei.jpg', 'http://static.useevr.cn/12/works/d3911b92b005c204/thumb.jpg', 'd3911b92b005c204', '0', '12', '2016-12-04 12:19:10'); INSERT INTO `u_imgsmain` VALUES ('936', '高档卫生间副本', 'http://static.useevr.cn/65/sourceimg/1480825197500xkn.jpg', 'http://static.useevr.cn/65/works/68fcf1aefb6904d0/thumb.jpg', '68fcf1aefb6904d0', '0', '65', '2016-12-04 12:20:24'); INSERT INTO `u_imgsmain` VALUES ('937', '1儿童房', 'http://static.useevr.cn/12/sourceimg/1480837621357tep.jpg', 'http://static.useevr.cn/12/works/53a4d77cfb895f36/thumb.jpg', '53a4d77cfb895f36', '0', '12', '2016-12-04 15:48:41'); INSERT INTO `u_imgsmain` VALUES ('938', '2休闲区', 'http://static.useevr.cn/12/sourceimg/1480837621365mxh.jpg', 'http://static.useevr.cn/12/works/7f504db8ad564f07/thumb.jpg', '7f504db8ad564f07', '0', '12', '2016-12-04 15:48:41'); INSERT INTO `u_imgsmain` VALUES ('939', '3主卧', 'http://static.useevr.cn/12/sourceimg/1480837621371toy.jpg', 'http://static.useevr.cn/12/works/d7d2e65ff81fde4f/thumb.jpg', 'd7d2e65ff81fde4f', '0', '12', '2016-12-04 15:48:41'); INSERT INTO `u_imgsmain` VALUES ('940', '1儿童房', 'http://static.useevr.cn/12/sourceimg/1480838144751t6i.jpg', 'http://static.useevr.cn/12/works/e0093c6d580012c3/thumb.jpg', 'e0093c6d580012c3', '0', '12', '2016-12-04 15:57:23'); INSERT INTO `u_imgsmain` VALUES ('941', '2休闲区', 'http://static.useevr.cn/12/sourceimg/1480838144760hr4.jpg', 'http://static.useevr.cn/12/works/2d3eeaab35a98397/thumb.jpg', '2d3eeaab35a98397', '0', '12', '2016-12-04 15:57:23'); INSERT INTO `u_imgsmain` VALUES ('942', '3主卧', 'http://static.useevr.cn/12/sourceimg/1480838144765pqy.jpg', 'http://static.useevr.cn/12/works/288e6c8c6dbf295b/thumb.jpg', '288e6c8c6dbf295b', '0', '12', '2016-12-04 15:57:23'); INSERT INTO `u_imgsmain` VALUES ('943', '805615862436047997', 'http://static.useevr.cn/12/sourceimg/1480852602113122.jpg', 'http://static.useevr.cn/12/works/d4409cc77632bc25/thumb.jpg', 'd4409cc77632bc25', '0', '12', '2016-12-04 19:56:53'); INSERT INTO `u_imgsmain` VALUES ('945', 'OK', 'http://static.useevr.cn/112/sourceimg/1480899024892k4f.jpg', 'http://static.useevr.cn/112/works/143dd45d3f89b432/thumb.jpg', '143dd45d3f89b432', '0', '112', '2016-12-05 08:50:54'); INSERT INTO `u_imgsmain` VALUES ('946', 't01f8a9de2e408ecf39', 'http://static.useevr.cn/12/sourceimg/1480908679076ayt.jpg', 'http://static.useevr.cn/12/works/21966e435f28bbd6/thumb.jpg', '21966e435f28bbd6', '0', '12', '2016-12-05 11:31:29'); INSERT INTO `u_imgsmain` VALUES ('947', 't0102d77e5519846e2f', 'http://static.useevr.cn/12/sourceimg/1480914497306crx.jpg', 'http://static.useevr.cn/12/works/b3c065bf8163ad28/thumb.jpg', 'b3c065bf8163ad28', '0', '12', '2016-12-05 13:08:37'); INSERT INTO `u_imgsmain` VALUES ('948', 'aa', 'http://static.useevr.cn/12/sourceimg/1480916254431qe3.jpg', 'http://static.useevr.cn/12/works/ba041461e5a49321/thumb.jpg', 'ba041461e5a49321', '0', '12', '2016-12-05 13:39:17'); INSERT INTO `u_imgsmain` VALUES ('949', 'img_sphere', 'http://static.useevr.cn/12/sourceimg/1480920641898ims.jpg', 'http://static.useevr.cn/12/works/45285e2b237c282e/thumb.jpg', '45285e2b237c282e', '0', '12', '2016-12-05 14:51:44'); INSERT INTO `u_imgsmain` VALUES ('950', 'qwert.JPG', 'http://static.useevr.cn/12/sourceimg/14809261328042ay.JPG', 'http://static.useevr.cn/12/works/6ad4f87fdfe07199/thumb.jpg', '6ad4f87fdfe07199', '0', '12', '2016-12-05 16:23:28'); INSERT INTO `u_imgsmain` VALUES ('951', '单反+鱼眼效果', 'http://static.useevr.cn/12/sourceimg/148092630279308f.jpg', 'http://static.useevr.cn/12/works/941f89abcef0686b/thumb.jpg', '941f89abcef0686b', '0', '12', '2016-12-05 16:23:30'); INSERT INTO `u_imgsmain` VALUES ('952', '理光全景相机效果', 'http://static.useevr.cn/12/sourceimg/1480926574497mkb.JPG', 'http://static.useevr.cn/12/works/411f6c62aa51836c/thumb.jpg', '411f6c62aa51836c', '0', '12', '2016-12-05 16:27:13'); INSERT INTO `u_imgsmain` VALUES ('953', '客餐厅', 'http://static.useevr.cn/74/sourceimg/1480930882346dbo.jpg', 'http://static.useevr.cn/74/works/d20043cc56070dcc/thumb.jpg', 'd20043cc56070dcc', '0', '74', '2016-12-05 17:42:22'); INSERT INTO `u_imgsmain` VALUES ('954', '主卧室', 'http://static.useevr.cn/74/sourceimg/1480930882352gp4.jpg', 'http://static.useevr.cn/74/works/5ad8a574886f5c32/thumb.jpg', '5ad8a574886f5c32', '0', '74', '2016-12-05 17:42:22'); INSERT INTO `u_imgsmain` VALUES ('955', '书房', 'http://static.useevr.cn/74/sourceimg/1480930882358icb.jpg', 'http://static.useevr.cn/74/works/2b96a52226f15071/thumb.jpg', '2b96a52226f15071', '0', '74', '2016-12-05 17:42:22'); INSERT INTO `u_imgsmain` VALUES ('957', '厨房', 'http://static.useevr.cn/74/sourceimg/1480933889317zln.jpg', 'http://static.useevr.cn/74/works/e345bc501dfbcf62/thumb.jpg', 'e345bc501dfbcf62', '0', '74', '2016-12-05 18:31:53'); INSERT INTO `u_imgsmain` VALUES ('958', 'DJI_0001 Panorama(1)副本', 'http://static.useevr.cn/12/sourceimg/1480940986044yzt.jpg', 'http://static.useevr.cn/12/works/8c00e27d7e1d65b5/thumb.jpg', '8c00e27d7e1d65b5', '0', '12', '2016-12-05 20:35:10'); INSERT INTO `u_imgsmain` VALUES ('959', '1', 'http://static.useevr.cn/12/sourceimg/1480947134841hhf.jpg', 'http://static.useevr.cn/12/works/dbc997f09e1cef77/thumb.jpg', 'dbc997f09e1cef77', '0', '12', '2016-12-05 22:15:58'); INSERT INTO `u_imgsmain` VALUES ('960', '2', 'http://static.useevr.cn/12/sourceimg/14809471348481ej.jpg', 'http://static.useevr.cn/12/works/d177c7c380a1e997/thumb.jpg', 'd177c7c380a1e997', '0', '12', '2016-12-05 22:15:58'); INSERT INTO `u_imgsmain` VALUES ('961', '5', 'http://static.useevr.cn/12/sourceimg/14809479494311cr.jpg', 'http://static.useevr.cn/12/works/6406403e327204e5/thumb.jpg', '6406403e327204e5', '0', '12', '2016-12-05 22:28:33'); INSERT INTO `u_imgsmain` VALUES ('962', '彩妆区', 'http://static.useevr.cn/12/sourceimg/1480947949444swi.jpg', 'http://static.useevr.cn/12/works/2e63e04623fed098/thumb.jpg', '2e63e04623fed098', '0', '12', '2016-12-05 22:28:33'); INSERT INTO `u_imgsmain` VALUES ('963', 'IMG_20160713_094305_062-insta-output', 'http://static.useevr.cn/12/sourceimg/1480954612044r7r.jpg', 'http://static.useevr.cn/12/works/37af2240c8cabfce/thumb.jpg', '37af2240c8cabfce', '0', '12', '2016-12-06 00:17:18'); INSERT INTO `u_imgsmain` VALUES ('964', 'OK', 'http://static.useevr.cn/112/sourceimg/14809877281368nh.jpg', 'http://static.useevr.cn/112/works/a6365e152cfda5e5/thumb.jpg', 'a6365e152cfda5e5', '0', '112', '2016-12-06 09:29:48'); INSERT INTO `u_imgsmain` VALUES ('965', 'JJJJ', 'http://static.useevr.cn/112/sourceimg/1480987728140xpi.jpg', 'http://static.useevr.cn/112/works/a9c5e9a7b7779967/thumb.jpg', 'a9c5e9a7b7779967', '0', '112', '2016-12-06 09:29:48'); INSERT INTO `u_imgsmain` VALUES ('966', 'OK', 'http://static.useevr.cn/112/sourceimg/1480988021260bny.jpg', 'http://static.useevr.cn/112/works/ed63aef12f61b392/thumb.jpg', 'ed63aef12f61b392', '0', '112', '2016-12-06 09:34:41'); INSERT INTO `u_imgsmain` VALUES ('967', '餐厅', 'http://static.useevr.cn/112/sourceimg/14809880212657n4.jpg', 'http://static.useevr.cn/112/works/51b2670c2cf396e7/thumb.jpg', '51b2670c2cf396e7', '0', '112', '2016-12-06 09:34:41'); INSERT INTO `u_imgsmain` VALUES ('968', '客厅', 'http://static.useevr.cn/112/sourceimg/1480988396107k90.jpg', 'http://static.useevr.cn/112/works/692de40ce04cce9e/thumb.jpg', '692de40ce04cce9e', '0', '112', '2016-12-06 09:40:27'); INSERT INTO `u_imgsmain` VALUES ('969', 'R0010022.JPG', 'http://static.useevr.cn/12/sourceimg/1480991073109hh2.JPG', 'http://static.useevr.cn/12/works/996c75d861332456/thumb.jpg', '996c75d861332456', '0', '12', '2016-12-06 10:32:45'); INSERT INTO `u_imgsmain` VALUES ('970', 'R0010026.JPG', 'http://static.useevr.cn/12/sourceimg/1480991073112al1.JPG', 'http://static.useevr.cn/12/works/92cce30d7772077e/thumb.jpg', '92cce30d7772077e', '0', '12', '2016-12-06 10:32:45'); INSERT INTO `u_imgsmain` VALUES ('971', 'R0010027.JPG', 'http://static.useevr.cn/12/sourceimg/1480991073114xyl.JPG', 'http://static.useevr.cn/12/works/ac3bd385e9d7e0ce/thumb.jpg', 'ac3bd385e9d7e0ce', '0', '12', '2016-12-06 10:32:45'); INSERT INTO `u_imgsmain` VALUES ('972', 'R0010031.JPG', 'http://static.useevr.cn/12/sourceimg/148099107311719k.JPG', 'http://static.useevr.cn/12/works/43d39ff880e6f662/thumb.jpg', '43d39ff880e6f662', '0', '12', '2016-12-06 10:32:45'); INSERT INTO `u_imgsmain` VALUES ('973', 'a1', 'http://static.useevr.cn/12/sourceimg/148099208482527h.jpg', 'http://static.useevr.cn/12/works/1f8420a5a19c0ab6/thumb.jpg', '1f8420a5a19c0ab6', '0', '12', '2016-12-06 10:45:02'); INSERT INTO `u_imgsmain` VALUES ('974', 'R0010022.JPG', 'http://static.useevr.cn/12/sourceimg/148099316402784m.JPG', 'http://static.useevr.cn/12/works/92a7a2e0354e3a8b/thumb.jpg', '92a7a2e0354e3a8b', '0', '12', '2016-12-06 11:05:08'); INSERT INTO `u_imgsmain` VALUES ('975', 'R0010026.JPG', 'http://static.useevr.cn/12/sourceimg/1480993164030swt.JPG', 'http://static.useevr.cn/12/works/5dcf9731438bbafb/thumb.jpg', '5dcf9731438bbafb', '0', '12', '2016-12-06 11:05:08'); INSERT INTO `u_imgsmain` VALUES ('976', 'R0010031.JPG', 'http://static.useevr.cn/12/sourceimg/1480993164032oqn.JPG', 'http://static.useevr.cn/12/works/c9e7225798b2ec19/thumb.jpg', 'c9e7225798b2ec19', '0', '12', '2016-12-06 11:05:08'); INSERT INTO `u_imgsmain` VALUES ('977', '客厅', 'http://static.useevr.cn/12/sourceimg/14810045588686bd.jpg', 'http://static.useevr.cn/12/works/bb990449627b6e95/thumb.jpg', 'bb990449627b6e95', '0', '12', '2016-12-06 14:11:12'); INSERT INTO `u_imgsmain` VALUES ('978', '20161206133548.preview', 'http://static.useevr.cn/12/sourceimg/1481004703914gsx.jpg', 'http://static.useevr.cn/12/works/faacf072f5457aa2/thumb.jpg', 'faacf072f5457aa2', '0', '12', '2016-12-06 14:14:11'); INSERT INTO `u_imgsmain` VALUES ('979', '20161206133708', 'http://static.useevr.cn/12/sourceimg/1481004703917mh3.jpg', 'http://static.useevr.cn/12/works/b1de43421789a33f/thumb.jpg', 'b1de43421789a33f', '0', '12', '2016-12-06 14:14:11'); INSERT INTO `u_imgsmain` VALUES ('980', '20161206133715', 'http://static.useevr.cn/12/sourceimg/14810047039198bf.jpg', 'http://static.useevr.cn/12/works/0c99ffea85e728e9/thumb.jpg', '0c99ffea85e728e9', '0', '12', '2016-12-06 14:14:11'); INSERT INTO `u_imgsmain` VALUES ('981', '20161206133727', 'http://static.useevr.cn/12/sourceimg/1481004703921gpd.jpg', 'http://static.useevr.cn/12/works/d11801dad547a808/thumb.jpg', 'd11801dad547a808', '0', '12', '2016-12-06 14:14:11'); INSERT INTO `u_imgsmain` VALUES ('982', '20161206133731', 'http://static.useevr.cn/12/sourceimg/1481004703923ybn.jpg', 'http://static.useevr.cn/12/works/9fe9872ee400e978/thumb.jpg', '9fe9872ee400e978', '0', '12', '2016-12-06 14:14:11'); INSERT INTO `u_imgsmain` VALUES ('983', '20161206133735', 'http://static.useevr.cn/12/sourceimg/14810047039248a0.jpg', 'http://static.useevr.cn/12/works/2c07ae10c4441e80/thumb.jpg', '2c07ae10c4441e80', '0', '12', '2016-12-06 14:14:11'); INSERT INTO `u_imgsmain` VALUES ('984', '20161206133741', 'http://static.useevr.cn/12/sourceimg/1481004703926zs8.jpg', 'http://static.useevr.cn/12/works/3aca4df56d59cce0/thumb.jpg', '3aca4df56d59cce0', '0', '12', '2016-12-06 14:14:11'); INSERT INTO `u_imgsmain` VALUES ('985', '次卧', 'http://static.useevr.cn/74/sourceimg/1481005537818y7n.jpg', 'http://static.useevr.cn/74/works/df4863144096b8f7/thumb.jpg', 'df4863144096b8f7', '0', '74', '2016-12-06 14:26:39'); INSERT INTO `u_imgsmain` VALUES ('986', '儿童房', 'http://static.useevr.cn/74/sourceimg/1481005537823p4a.jpg', 'http://static.useevr.cn/74/works/a7d4d245415d69f2/thumb.jpg', 'a7d4d245415d69f2', '0', '74', '2016-12-06 14:26:39'); INSERT INTO `u_imgsmain` VALUES ('987', '卫生间', 'http://static.useevr.cn/74/sourceimg/1481005537827qzz.jpg', 'http://static.useevr.cn/74/works/302bc7f65d3ef1cf/thumb.jpg', '302bc7f65d3ef1cf', '0', '74', '2016-12-06 14:26:39'); INSERT INTO `u_imgsmain` VALUES ('988', '110232', 'http://static.useevr.cn/12/sourceimg/1481006287918cnz.jpg', 'http://static.useevr.cn/12/works/32e70b329f2c54e6/thumb.jpg', '32e70b329f2c54e6', '0', '12', '2016-12-06 14:38:39'); INSERT INTO `u_imgsmain` VALUES ('989', '579eaa9b7511d', 'http://static.useevr.cn/12/sourceimg/14810127347515l8.jpg', 'http://static.useevr.cn/12/works/3a6c00510a28da32/thumb.jpg', '3a6c00510a28da32', '0', '12', '2016-12-06 16:28:36'); INSERT INTO `u_imgsmain` VALUES ('990', '室内2', 'http://static.useevr.cn/12/sourceimg/1481014226540w6k.jpg', 'http://static.useevr.cn/12/works/16f3728cd61496fc/thumb.jpg', '16f3728cd61496fc', '0', '12', '2016-12-06 16:51:35'); INSERT INTO `u_imgsmain` VALUES ('991', '客餐厅', 'http://static.useevr.cn/65/sourceimg/1481018949969ey1.jpg', 'http://static.useevr.cn/65/works/cc43db282df33e2f/thumb.jpg', 'cc43db282df33e2f', '0', '65', '2016-12-06 18:12:12'); INSERT INTO `u_imgsmain` VALUES ('992', '主卧室', 'http://static.useevr.cn/65/sourceimg/1481018949981z87.jpg', 'http://static.useevr.cn/65/works/69800a3bf414494c/thumb.jpg', '69800a3bf414494c', '0', '65', '2016-12-06 18:12:12'); INSERT INTO `u_imgsmain` VALUES ('993', '厨房', 'http://static.useevr.cn/65/sourceimg/1481018949989hd5.jpg', 'http://static.useevr.cn/65/works/c1f57bc659ae6d20/thumb.jpg', 'c1f57bc659ae6d20', '0', '65', '2016-12-06 18:12:12'); INSERT INTO `u_imgsmain` VALUES ('994', '次卧', 'http://static.useevr.cn/65/sourceimg/1481018949994enx.jpg', 'http://static.useevr.cn/65/works/bbfc07c3cdaf58a9/thumb.jpg', 'bbfc07c3cdaf58a9', '0', '65', '2016-12-06 18:12:12'); INSERT INTO `u_imgsmain` VALUES ('995', '书房', 'http://static.useevr.cn/65/sourceimg/14810189499999el.jpg', 'http://static.useevr.cn/65/works/030ca161d2ec620f/thumb.jpg', '030ca161d2ec620f', '0', '65', '2016-12-06 18:12:12'); INSERT INTO `u_imgsmain` VALUES ('996', '卫生间', 'http://static.useevr.cn/65/sourceimg/148101895000355g.jpg', 'http://static.useevr.cn/65/works/cae468964acfebc3/thumb.jpg', 'cae468964acfebc3', '0', '65', '2016-12-06 18:12:12'); INSERT INTO `u_imgsmain` VALUES ('997', '儿童房', 'http://static.useevr.cn/65/sourceimg/1481018950008lik.jpg', 'http://static.useevr.cn/65/works/15a91bb8e0de19ec/thumb.jpg', '15a91bb8e0de19ec', '0', '65', '2016-12-06 18:12:12'); INSERT INTO `u_imgsmain` VALUES ('998', 'IMG_2942.JPG', 'http://static.useevr.cn/12/sourceimg/1481032846237z5f.JPG', 'http://static.useevr.cn/12/works/ec8dc5929d818611/thumb.jpg', 'ec8dc5929d818611', '0', '12', '2016-12-06 22:01:37'); INSERT INTO `u_imgsmain` VALUES ('999', 'IMG_2943.JPG', 'http://static.useevr.cn/12/sourceimg/14810366313876wq.JPG', 'http://static.useevr.cn/12/works/53a7dddedf2c1285/thumb.jpg', '53a7dddedf2c1285', '0', '12', '2016-12-06 23:04:07'); INSERT INTO `u_imgsmain` VALUES ('1000', '技术部.JPG', 'http://static.useevr.cn/12/sourceimg/1481067362418cll.JPG', 'http://static.useevr.cn/12/works/24b619da910e0b5a/thumb.jpg', '24b619da910e0b5a', '0', '12', '2016-12-07 07:44:11'); INSERT INTO `u_imgsmain` VALUES ('1001', '业务部.JPG', 'http://static.useevr.cn/12/sourceimg/1481067362432j05.JPG', 'http://static.useevr.cn/12/works/8b13e33c88dba479/thumb.jpg', '8b13e33c88dba479', '0', '12', '2016-12-07 07:44:11'); INSERT INTO `u_imgsmain` VALUES ('1002', '901办公室.JPG', 'http://static.useevr.cn/12/sourceimg/1481067362436gl7.JPG', 'http://static.useevr.cn/12/works/ea44281cace4b6fb/thumb.jpg', 'ea44281cace4b6fb', '0', '12', '2016-12-07 07:44:11'); INSERT INTO `u_imgsmain` VALUES ('1003', '902办公室.JPG', 'http://static.useevr.cn/12/sourceimg/1481067362438h4k.JPG', 'http://static.useevr.cn/12/works/0077cc1813d162cb/thumb.jpg', '0077cc1813d162cb', '0', '12', '2016-12-07 07:44:11'); INSERT INTO `u_imgsmain` VALUES ('1004', '会议室.JPG', 'http://static.useevr.cn/12/sourceimg/1481067362440noc.JPG', 'http://static.useevr.cn/12/works/2d4692e3c321dca0/thumb.jpg', '2d4692e3c321dca0', '0', '12', '2016-12-07 07:44:11'); INSERT INTO `u_imgsmain` VALUES ('1005', '018A0458 Panorama', 'http://static.useevr.cn/12/sourceimg/1481071802411p13.jpg', 'http://static.useevr.cn/12/works/8ecafc45df3c22d1/thumb.jpg', '8ecafc45df3c22d1', '0', '12', '2016-12-07 08:51:04'); INSERT INTO `u_imgsmain` VALUES ('1010', 'PHBS8822.preview', 'http://static.useevr.cn/143/sourceimg/1481081138507517.jpg', 'http://static.useevr.cn/143/works/7986ca4cd7340691/thumb.jpg', '7986ca4cd7340691', '0', '143', '2016-12-07 11:27:02'); INSERT INTO `u_imgsmain` VALUES ('1011', 'PHBS8822', 'http://static.useevr.cn/143/sourceimg/1481081502403lx5.jpg', 'http://static.useevr.cn/143/works/19d7819910631340/thumb.jpg', '19d7819910631340', '0', '143', '2016-12-07 11:33:16'); INSERT INTO `u_imgsmain` VALUES ('1012', 'PHBS8822', 'http://static.useevr.cn/143/sourceimg/1481088903816lpk.jpg', 'http://static.useevr.cn/143/works/81bd6157526b7be6/thumb.jpg', '81bd6157526b7be6', '0', '143', '2016-12-07 13:36:38'); INSERT INTO `u_imgsmain` VALUES ('1013', 'a', 'http://static.useevr.cn/144/sourceimg/14810917751278em.jpg', 'http://static.useevr.cn/144/works/b86029258ca4ec5c/thumb.jpg', 'b86029258ca4ec5c', '0', '144', '2016-12-07 14:23:02'); INSERT INTO `u_imgsmain` VALUES ('1014', '次卧', 'http://static.useevr.cn/12/sourceimg/1481092648565i29.jpg', 'http://static.useevr.cn/12/works/108e84857ad521b4/thumb.jpg', '108e84857ad521b4', '0', '12', '2016-12-07 14:34:45'); INSERT INTO `u_imgsmain` VALUES ('1015', '宴会大厅-B', 'http://static.useevr.cn/12/sourceimg/1481097613136owp.jpg', 'http://static.useevr.cn/12/works/8f3ced72f68d7c8f/thumb.jpg', '8f3ced72f68d7c8f', '0', '12', '2016-12-07 16:05:14'); INSERT INTO `u_imgsmain` VALUES ('1018', '次卧', 'http://static.useevr.cn/12/sourceimg/1481098239036dtc.jpg', 'http://static.useevr.cn/12/works/bac9ce08a08f816c/thumb.jpg', 'bac9ce08a08f816c', '0', '12', '2016-12-07 16:19:01'); INSERT INTO `u_imgsmain` VALUES ('1019', '57545251341DC0B74AA1163AF7885AE9', 'http://static.useevr.cn/145/sourceimg/14811029845122xk.jpg', 'http://static.useevr.cn/145/works/96633009a4bb04c7/thumb.jpg', '96633009a4bb04c7', '0', '145', '2016-12-07 17:30:00'); INSERT INTO `u_imgsmain` VALUES ('1020', '55555', 'http://static.useevr.cn/145/sourceimg/1481103259613ttb.jpg', 'http://static.useevr.cn/145/works/41a97dc2d6fb0183/thumb.jpg', '41a97dc2d6fb0183', '0', '145', '2016-12-07 17:34:38'); INSERT INTO `u_imgsmain` VALUES ('1021', 'DSC_2184 Panorama', 'http://static.useevr.cn/12/sourceimg/1481103116129cfn.jpg', 'http://static.useevr.cn/12/works/2d57bc09e91eae6f/thumb.jpg', '2d57bc09e91eae6f', '0', '12', '2016-12-07 17:50:55'); INSERT INTO `u_imgsmain` VALUES ('1022', 'DSC_2192 Panorama', 'http://static.useevr.cn/12/sourceimg/1481103116133dsz.jpg', 'http://static.useevr.cn/12/works/f91a3301e79c349d/thumb.jpg', 'f91a3301e79c349d', '0', '12', '2016-12-07 17:50:55'); INSERT INTO `u_imgsmain` VALUES ('1023', 'DSC_2199 Panorama', 'http://static.useevr.cn/12/sourceimg/1481103116134x9k.jpg', 'http://static.useevr.cn/12/works/d20cc50833a48828/thumb.jpg', 'd20cc50833a48828', '0', '12', '2016-12-07 17:50:55'); INSERT INTO `u_imgsmain` VALUES ('1024', 'DSC_2206 Panorama', 'http://static.useevr.cn/12/sourceimg/1481103116135595.jpg', 'http://static.useevr.cn/12/works/778fa631ecd3be05/thumb.jpg', '778fa631ecd3be05', '0', '12', '2016-12-07 17:50:55'); INSERT INTO `u_imgsmain` VALUES ('1025', 'DSC_2213 Panorama', 'http://static.useevr.cn/12/sourceimg/1481103116135pik.jpg', 'http://static.useevr.cn/12/works/def0034170b8b656/thumb.jpg', 'def0034170b8b656', '0', '12', '2016-12-07 17:50:55'); INSERT INTO `u_imgsmain` VALUES ('1026', 'DSC_3727 Panorama', 'http://static.useevr.cn/12/sourceimg/1481103116136981.jpg', 'http://static.useevr.cn/12/works/5697bba815841f20/thumb.jpg', '5697bba815841f20', '0', '12', '2016-12-07 17:50:55'); INSERT INTO `u_imgsmain` VALUES ('1027', 'DSC_3735 Panorama', 'http://static.useevr.cn/12/sourceimg/148110311613797n.jpg', 'http://static.useevr.cn/12/works/6ab4f66fffd8d412/thumb.jpg', '6ab4f66fffd8d412', '0', '12', '2016-12-07 17:50:55'); INSERT INTO `u_imgsmain` VALUES ('1028', 'DSC_3742 Panorama', 'http://static.useevr.cn/12/sourceimg/1481103116138y6t.jpg', 'http://static.useevr.cn/12/works/97ee7f7820eb0365/thumb.jpg', '97ee7f7820eb0365', '0', '12', '2016-12-07 17:50:55'); INSERT INTO `u_imgsmain` VALUES ('1029', 'DSC_3749 Panorama', 'http://static.useevr.cn/12/sourceimg/1481103116139h41.jpg', 'http://static.useevr.cn/12/works/af2aa1fbb972a963/thumb.jpg', 'af2aa1fbb972a963', '0', '12', '2016-12-07 17:50:55'); INSERT INTO `u_imgsmain` VALUES ('1030', 'DSC_3756 Panorama', 'http://static.useevr.cn/12/sourceimg/1481103116139zdk.jpg', 'http://static.useevr.cn/12/works/7fbb529b5c0d6b1a/thumb.jpg', '7fbb529b5c0d6b1a', '0', '12', '2016-12-07 17:50:55'); INSERT INTO `u_imgsmain` VALUES ('1031', '测试1', 'http://static.useevr.cn/147/sourceimg/14811547051248p5.jpg', 'http://static.useevr.cn/147/works/81b76ae637b86296/thumb.jpg', '81b76ae637b86296', '0', '147', '2016-12-08 07:54:37'); INSERT INTO `u_imgsmain` VALUES ('1032', '测试2', 'http://static.useevr.cn/147/sourceimg/14811547051277mh.jpg', 'http://static.useevr.cn/147/works/0257b5fdb11981da/thumb.jpg', '0257b5fdb11981da', '0', '147', '2016-12-08 07:54:37'); INSERT INTO `u_imgsmain` VALUES ('1033', '客厅', 'http://static.useevr.cn/147/sourceimg/1481163094892ak9.jpg', 'http://static.useevr.cn/147/works/9f4bf063c4a60fa1/thumb.jpg', '9f4bf063c4a60fa1', '0', '147', '2016-12-08 10:14:57'); INSERT INTO `u_imgsmain` VALUES ('1034', '江安河', 'http://static.useevr.cn/12/sourceimg/1481165659364jpr.jpg', 'http://static.useevr.cn/12/works/422fc109b18367ce/thumb.jpg', '422fc109b18367ce', '0', '12', '2016-12-08 10:54:16'); INSERT INTO `u_imgsmain` VALUES ('1035', '楼梯间', 'http://static.useevr.cn/147/sourceimg/1481168393632h58.jpg', 'http://static.useevr.cn/147/works/b64a8768cf3c46f0/thumb.jpg', 'b64a8768cf3c46f0', '0', '147', '2016-12-08 11:43:52'); INSERT INTO `u_imgsmain` VALUES ('1038', '5', 'http://static.useevr.cn/12/sourceimg/1481171564345ca7.jpg', 'http://static.useevr.cn/12/works/d02306c673bbfe4f/thumb.jpg', 'd02306c673bbfe4f', '0', '12', '2016-12-08 12:32:58'); INSERT INTO `u_imgsmain` VALUES ('1039', '1', 'http://static.useevr.cn/12/sourceimg/1481171665413tt0.jpg', 'http://static.useevr.cn/12/works/40f0102b5acd89c4/thumb.jpg', '40f0102b5acd89c4', '0', '12', '2016-12-08 12:34:31'); INSERT INTO `u_imgsmain` VALUES ('1040', '014海博熙泰', 'http://static.useevr.cn/12/sourceimg/1481171799595g6k.jpg', 'http://static.useevr.cn/12/works/f7244dda3b7bafde/thumb.jpg', 'f7244dda3b7bafde', '0', '12', '2016-12-08 12:39:54'); INSERT INTO `u_imgsmain` VALUES ('1041', '女孩房', 'http://static.useevr.cn/147/sourceimg/1481176851096zh1.jpg', 'http://static.useevr.cn/147/works/3792c54d9b2e53c8/thumb.jpg', '3792c54d9b2e53c8', '19', '147', '2016-12-08 14:03:12'); INSERT INTO `u_imgsmain` VALUES ('1042', '女孩房', 'http://static.useevr.cn/147/sourceimg/14811769596430kp.jpg', 'http://static.useevr.cn/147/works/33838613b9173a1e/thumb.jpg', '33838613b9173a1e', '0', '147', '2016-12-08 14:05:01'); INSERT INTO `u_imgsmain` VALUES ('1043', 'kt3副本 - 副本', 'http://static.useevr.cn/12/sourceimg/1481176649333wx8.jpg', 'http://static.useevr.cn/12/works/4efe7da3ba8c9909/thumb.jpg', '4efe7da3ba8c9909', '0', '12', '2016-12-08 14:06:19'); INSERT INTO `u_imgsmain` VALUES ('1044', 'kt3副本', 'http://static.useevr.cn/12/sourceimg/1481176649341q24.jpg', 'http://static.useevr.cn/12/works/97c4c72b51d08458/thumb.jpg', '97c4c72b51d08458', '0', '12', '2016-12-08 14:06:19'); INSERT INTO `u_imgsmain` VALUES ('1045', '36000', 'http://static.useevr.cn/12/sourceimg/1481177554905c85.jpg', 'http://static.useevr.cn/12/works/218409f66a932d02/thumb.jpg', '218409f66a932d02', '0', '12', '2016-12-08 14:16:53'); INSERT INTO `u_imgsmain` VALUES ('1046', 'QQ图片20160402155709', 'http://static.useevr.cn/12/sourceimg/1481177875699gwq.jpg', 'http://static.useevr.cn/12/works/a4f0a304dd031d0f/thumb.jpg', 'a4f0a304dd031d0f', '0', '12', '2016-12-08 14:19:53'); INSERT INTO `u_imgsmain` VALUES ('1047', 'DJI_0091 Panorama', 'http://static.useevr.cn/12/sourceimg/1481185601258z0s.jpg', 'http://static.useevr.cn/12/works/89253e1538015b19/thumb.jpg', '89253e1538015b19', '0', '12', '2016-12-08 16:28:11'); INSERT INTO `u_imgsmain` VALUES ('1050', '5799cc9a75e44', 'http://static.useevr.cn/150/sourceimg/1481188127439aax.jpg', 'http://static.useevr.cn/150/works/a9eb093050086988/thumb.jpg', 'a9eb093050086988', '0', '150', '2016-12-08 17:09:44'); INSERT INTO `u_imgsmain` VALUES ('1051', '男孩房', 'http://static.useevr.cn/147/sourceimg/1481189804270hca.jpg', 'http://static.useevr.cn/147/works/859cb05893e739d9/thumb.jpg', '859cb05893e739d9', '19', '147', '2016-12-08 17:39:45'); INSERT INTO `u_imgsmain` VALUES ('1052', '主卧室', 'http://static.useevr.cn/74/sourceimg/1481193805962y1c.jpg', 'http://static.useevr.cn/74/works/0ebdec222c727a68/thumb.jpg', '0ebdec222c727a68', '0', '74', '2016-12-08 18:43:54'); INSERT INTO `u_imgsmain` VALUES ('1053', '客厅', 'http://static.useevr.cn/74/sourceimg/1481193805978tk0.jpg', 'http://static.useevr.cn/74/works/4dd5af806ed9b7f9/thumb.jpg', '4dd5af806ed9b7f9', '0', '74', '2016-12-08 18:43:54'); INSERT INTO `u_imgsmain` VALUES ('1054', '厨房', 'http://static.useevr.cn/12/sourceimg/14811941467249m1.jpg', 'http://static.useevr.cn/12/works/165daa9fec62e40c/thumb.jpg', '165daa9fec62e40c', '0', '12', '2016-12-08 18:49:12'); INSERT INTO `u_imgsmain` VALUES ('1055', '次卧', 'http://static.useevr.cn/12/sourceimg/14811941467348iq.jpg', 'http://static.useevr.cn/12/works/d5775f02a5d6fd81/thumb.jpg', 'd5775f02a5d6fd81', '0', '12', '2016-12-08 18:49:12'); INSERT INTO `u_imgsmain` VALUES ('1056', '客厅', 'http://static.useevr.cn/12/sourceimg/1481194146740cb1.jpg', 'http://static.useevr.cn/12/works/f0c0409e11845bd9/thumb.jpg', 'f0c0409e11845bd9', '0', '12', '2016-12-08 18:49:12'); INSERT INTO `u_imgsmain` VALUES ('1057', '主卧', 'http://static.useevr.cn/12/sourceimg/14811941467423b2.jpg', 'http://static.useevr.cn/12/works/3ba374a627b494d0/thumb.jpg', '3ba374a627b494d0', '0', '12', '2016-12-08 18:49:12'); INSERT INTO `u_imgsmain` VALUES ('1058', '厨房', 'http://static.useevr.cn/12/sourceimg/14811947267051zx.jpg', 'http://static.useevr.cn/12/works/6acba2324a9b2dd7/thumb.jpg', '6acba2324a9b2dd7', '0', '12', '2016-12-08 18:58:04'); INSERT INTO `u_imgsmain` VALUES ('1059', '次卧', 'http://static.useevr.cn/12/sourceimg/1481194726715cx7.jpg', 'http://static.useevr.cn/12/works/48d6c9fb983d88b8/thumb.jpg', '48d6c9fb983d88b8', '0', '12', '2016-12-08 18:58:04'); INSERT INTO `u_imgsmain` VALUES ('1060', '客厅', 'http://static.useevr.cn/12/sourceimg/1481194726720qq3.jpg', 'http://static.useevr.cn/12/works/2afbeb094d7181bd/thumb.jpg', '2afbeb094d7181bd', '0', '12', '2016-12-08 18:58:04'); INSERT INTO `u_imgsmain` VALUES ('1061', '主卧1', 'http://static.useevr.cn/12/sourceimg/1481194726726ng1.jpg', 'http://static.useevr.cn/12/works/550f00fd235bf205/thumb.jpg', '550f00fd235bf205', '0', '12', '2016-12-08 18:58:04'); INSERT INTO `u_imgsmain` VALUES ('1062', '客餐厅', 'http://static.useevr.cn/74/sourceimg/1481195037499r1r.jpg', 'http://static.useevr.cn/74/works/0db9b1a01167a628/thumb.jpg', '0db9b1a01167a628', '0', '74', '2016-12-08 19:06:01'); INSERT INTO `u_imgsmain` VALUES ('1063', '厨房', 'http://static.useevr.cn/74/sourceimg/1481195037502afy.jpg', 'http://static.useevr.cn/74/works/bec1ac8e5093d556/thumb.jpg', 'bec1ac8e5093d556', '0', '74', '2016-12-08 19:06:01'); INSERT INTO `u_imgsmain` VALUES ('1064', '次卧', 'http://static.useevr.cn/74/sourceimg/1481195037505jso.jpg', 'http://static.useevr.cn/74/works/44fa2d2cf075c299/thumb.jpg', '44fa2d2cf075c299', '0', '74', '2016-12-08 19:06:01'); INSERT INTO `u_imgsmain` VALUES ('1065', '儿童 房', 'http://static.useevr.cn/74/sourceimg/148119503750890h.jpg', 'http://static.useevr.cn/74/works/b64a48f40d285f47/thumb.jpg', 'b64a48f40d285f47', '0', '74', '2016-12-08 19:06:01'); INSERT INTO `u_imgsmain` VALUES ('1066', '书 房', 'http://static.useevr.cn/74/sourceimg/1481195037510jq5.jpg', 'http://static.useevr.cn/74/works/0f9f2dbc46891797/thumb.jpg', '0f9f2dbc46891797', '0', '74', '2016-12-08 19:06:01'); INSERT INTO `u_imgsmain` VALUES ('1067', '卫生间', 'http://static.useevr.cn/74/sourceimg/14811950375111hn.jpg', 'http://static.useevr.cn/74/works/95111270d60cf869/thumb.jpg', '95111270d60cf869', '0', '74', '2016-12-08 19:06:01'); INSERT INTO `u_imgsmain` VALUES ('1068', '主卧', 'http://static.useevr.cn/74/sourceimg/1481195037513o6r.jpg', 'http://static.useevr.cn/74/works/2b093059688ee6a3/thumb.jpg', '2b093059688ee6a3', '0', '74', '2016-12-08 19:06:01'); INSERT INTO `u_imgsmain` VALUES ('1069', '客厅', 'http://static.useevr.cn/74/sourceimg/1481211698360lc0.jpg', 'http://static.useevr.cn/74/works/9b82c7474c44dcad/thumb.jpg', '9b82c7474c44dcad', '0', '74', '2016-12-08 23:41:53'); INSERT INTO `u_imgsmain` VALUES ('1070', '主卧', 'http://static.useevr.cn/74/sourceimg/1481211726561p0l.jpg', 'http://static.useevr.cn/74/works/ebed650f659d7569/thumb.jpg', 'ebed650f659d7569', '0', '74', '2016-12-08 23:42:16'); INSERT INTO `u_imgsmain` VALUES ('1071', '主卧', 'http://static.useevr.cn/74/sourceimg/1481213057907ocq.jpg', 'http://static.useevr.cn/74/works/64a0aebc35025989/thumb.jpg', '64a0aebc35025989', '0', '74', '2016-12-09 00:04:33'); INSERT INTO `u_imgsmain` VALUES ('1072', '书房', 'http://static.useevr.cn/74/sourceimg/1481213084248ted.jpg', 'http://static.useevr.cn/74/works/839ee3e1a0d56a02/thumb.jpg', '839ee3e1a0d56a02', '0', '74', '2016-12-09 00:04:59'); INSERT INTO `u_imgsmain` VALUES ('1073', '儿童房', 'http://static.useevr.cn/74/sourceimg/1481213916156rqt.jpg', 'http://static.useevr.cn/74/works/6fd6fbdafba4e67e/thumb.jpg', '6fd6fbdafba4e67e', '0', '74', '2016-12-09 00:18:51'); INSERT INTO `u_imgsmain` VALUES ('1074', 'gjkongjianzhan', 'http://static.useevr.cn/12/sourceimg/1481252913798oe4.jpg', 'http://static.useevr.cn/12/works/1355625d7b889a8b/thumb.jpg', '1355625d7b889a8b', '0', '12', '2016-12-09 11:10:22'); INSERT INTO `u_imgsmain` VALUES ('1075', '奥地利维也纳', 'http://static.useevr.cn/12/sourceimg/1481252913805iie.jpg', 'http://static.useevr.cn/12/works/54a3b12535f7d2b6/thumb.jpg', '54a3b12535f7d2b6', '0', '12', '2016-12-09 11:10:22'); INSERT INTO `u_imgsmain` VALUES ('1076', '非洲沙漠', 'http://static.useevr.cn/12/sourceimg/1481252913810f8l.jpg', 'http://static.useevr.cn/12/works/a0e159a548420bb5/thumb.jpg', 'a0e159a548420bb5', '0', '12', '2016-12-09 11:10:22'); INSERT INTO `u_imgsmain` VALUES ('1077', 'DJI_0091 Panorama111', 'http://static.useevr.cn/12/sourceimg/14812577202881iq.jpg', 'http://static.useevr.cn/12/works/fabf625e72324d5e/thumb.jpg', 'fabf625e72324d5e', '0', '12', '2016-12-09 12:31:15'); INSERT INTO `u_imgsmain` VALUES ('1078', '_pano1', 'http://static.useevr.cn/152/sourceimg/14812617629184dp.jpg', 'http://static.useevr.cn/152/works/7f225592afb61fea/thumb.jpg', '7f225592afb61fea', '0', '152', '2016-12-09 13:36:07'); INSERT INTO `u_imgsmain` VALUES ('1079', '重新修改2', 'http://static.useevr.cn/150/sourceimg/14812645280107tm.jpg', 'http://static.useevr.cn/150/works/fccb6a9873c3f57c/thumb.jpg', 'fccb6a9873c3f57c', '0', '150', '2016-12-09 14:22:56'); INSERT INTO `u_imgsmain` VALUES ('1080', '1', 'http://static.useevr.cn/154/sourceimg/14812668640485g4.jpg', 'http://static.useevr.cn/154/works/9e859a712b52c763/thumb.jpg', '9e859a712b52c763', '0', '154', '2016-12-09 15:01:44'); INSERT INTO `u_imgsmain` VALUES ('1081', '1', 'http://static.useevr.cn/154/sourceimg/14812668640485g4.jpg', 'http://static.useevr.cn/154/works/0bedbac4d1fc0aff/thumb.jpg', '0bedbac4d1fc0aff', '0', '154', '2016-12-09 15:02:34'); INSERT INTO `u_imgsmain` VALUES ('1082', 'R0010608.JPG', 'http://static.useevr.cn/12/sourceimg/1481270511216zhg.JPG', 'http://static.useevr.cn/12/works/52ae8cc39fa64186/thumb.jpg', '52ae8cc39fa64186', '0', '12', '2016-12-09 16:02:32'); INSERT INTO `u_imgsmain` VALUES ('1083', 'bali', 'http://static.useevr.cn/12/sourceimg/14812968760566m8.jpg', 'http://static.useevr.cn/12/works/b345e9cac0706dac/thumb.jpg', 'b345e9cac0706dac', '0', '12', '2016-12-09 23:23:14'); INSERT INTO `u_imgsmain` VALUES ('1084', 'IMG_6563 Panorama', 'http://static.useevr.cn/12/sourceimg/1481341441295q45.jpg', 'http://static.useevr.cn/12/works/dbb832ace43bd452/thumb.jpg', 'dbb832ace43bd452', '0', '12', '2016-12-10 11:45:03'); INSERT INTO `u_imgsmain` VALUES ('1085', 'qwert.JPG', 'http://static.useevr.cn/12/sourceimg/148134655165157g.JPG', 'http://static.useevr.cn/12/works/092be51e05a48c7e/thumb.jpg', '092be51e05a48c7e', '0', '12', '2016-12-10 13:09:53'); INSERT INTO `u_imgsmain` VALUES ('1086', 'Nipic_20815697_20151017182308523000', 'http://static.useevr.cn/12/sourceimg/1481355442414y6j.jpg', 'http://static.useevr.cn/12/works/18cf5600d087f9c5/thumb.jpg', '18cf5600d087f9c5', '0', '12', '2016-12-10 15:46:23'); INSERT INTO `u_imgsmain` VALUES ('1087', 'Nipic_20815697_20151017182308539000', 'http://static.useevr.cn/12/sourceimg/1481355442420w0i.jpg', 'http://static.useevr.cn/12/works/06a0106f027fe5c4/thumb.jpg', '06a0106f027fe5c4', '0', '12', '2016-12-10 15:46:23'); INSERT INTO `u_imgsmain` VALUES ('1088', 'Nipic_20815697_20151017182308585000', 'http://static.useevr.cn/12/sourceimg/1481355442425gz5.jpg', 'http://static.useevr.cn/12/works/09276623fb414f40/thumb.jpg', '09276623fb414f40', '0', '12', '2016-12-10 15:46:23'); INSERT INTO `u_imgsmain` VALUES ('1089', 'Nipic_20815697_20151017182322329000', 'http://static.useevr.cn/12/sourceimg/14813554424288sc.jpg', 'http://static.useevr.cn/12/works/f8820051467e361f/thumb.jpg', 'f8820051467e361f', '0', '12', '2016-12-10 15:46:23'); INSERT INTO `u_imgsmain` VALUES ('1090', 'Nipic_20815697_20151017182324232000', 'http://static.useevr.cn/12/sourceimg/1481355442432jch.jpg', 'http://static.useevr.cn/12/works/2f0f35b7c638a66b/thumb.jpg', '2f0f35b7c638a66b', '0', '12', '2016-12-10 15:46:23'); INSERT INTO `u_imgsmain` VALUES ('1091', 'Nipic_20815697_20151017182324747000', 'http://static.useevr.cn/12/sourceimg/14813554424360jz.jpg', 'http://static.useevr.cn/12/works/99f8825d5e36a815/thumb.jpg', '99f8825d5e36a815', '0', '12', '2016-12-10 15:46:23'); INSERT INTO `u_imgsmain` VALUES ('1092', 'Nipic_20815697_20151017182340924000', 'http://static.useevr.cn/12/sourceimg/1481355442440099.jpg', 'http://static.useevr.cn/12/works/0d5362f995d20a40/thumb.jpg', '0d5362f995d20a40', '0', '12', '2016-12-10 15:46:23'); INSERT INTO `u_imgsmain` VALUES ('1093', 'Nipic_20815697_20151..', 'http://static.useevr.cn/12/sourceimg/1481355442442n16.jpg', 'http://static.useevr.cn/12/works/36f71af43f8339db/thumb.jpg', '36f71af43f8339db', '0', '12', '2016-12-10 15:46:23'); INSERT INTO `u_imgsmain` VALUES ('1094', '依云小镇1', 'http://static.useevr.cn/157/sourceimg/1481357341586xlq.jpg', 'http://static.useevr.cn/157/works/b996398a7d5b9f5e/thumb.jpg', 'b996398a7d5b9f5e', '0', '157', '2016-12-10 16:10:16'); INSERT INTO `u_imgsmain` VALUES ('1095', '依云小镇2', 'http://static.useevr.cn/157/sourceimg/1481357670820e0h.jpg', 'http://static.useevr.cn/157/works/c9d671429258a87f/thumb.jpg', 'c9d671429258a87f', '0', '157', '2016-12-10 16:15:44'); INSERT INTO `u_imgsmain` VALUES ('1096', '客厅', 'http://static.useevr.cn/158/sourceimg/14813653699426mh.jpg', 'http://static.useevr.cn/158/works/c8dabdaf0fbcde27/thumb.jpg', 'c8dabdaf0fbcde27', '0', '158', '2016-12-10 18:24:36'); INSERT INTO `u_imgsmain` VALUES ('1097', '主卧', 'http://static.useevr.cn/158/sourceimg/1481365370038qpl.jpg', 'http://static.useevr.cn/158/works/86f4dc72585948be/thumb.jpg', '86f4dc72585948be', '0', '158', '2016-12-10 18:24:36'); INSERT INTO `u_imgsmain` VALUES ('1098', '厨房', 'http://static.useevr.cn/158/sourceimg/1481365370243w86.jpg', 'http://static.useevr.cn/158/works/f82c16593ab02735/thumb.jpg', 'f82c16593ab02735', '0', '158', '2016-12-10 18:24:36'); INSERT INTO `u_imgsmain` VALUES ('1099', '次卧', 'http://static.useevr.cn/158/sourceimg/14813653703245cq.jpg', 'http://static.useevr.cn/158/works/3c08507be16f3368/thumb.jpg', '3c08507be16f3368', '0', '158', '2016-12-10 18:24:36'); INSERT INTO `u_imgsmain` VALUES ('1101', '餐厅', 'http://static.useevr.cn/147/sourceimg/1481416497950h9s.jpg', 'http://static.useevr.cn/147/works/1e7c2bb3e2f755c8/thumb.jpg', '1e7c2bb3e2f755c8', '19', '147', '2016-12-11 08:37:44'); INSERT INTO `u_imgsmain` VALUES ('1102', '客厅', 'http://static.useevr.cn/147/sourceimg/148141657815843g.jpg', 'http://static.useevr.cn/147/works/de1e37c92768209d/thumb.jpg', 'de1e37c92768209d', '19', '147', '2016-12-11 08:39:13'); INSERT INTO `u_imgsmain` VALUES ('1103', '走廊', 'http://static.useevr.cn/147/sourceimg/1481416676970jfi.jpg', 'http://static.useevr.cn/147/works/e73744b0da61e697/thumb.jpg', 'e73744b0da61e697', '19', '147', '2016-12-11 08:40:45'); INSERT INTO `u_imgsmain` VALUES ('1104', '卫生间', 'http://static.useevr.cn/147/sourceimg/14814167466972wa.jpg', 'http://static.useevr.cn/147/works/68b9fad7fd95f260/thumb.jpg', '68b9fad7fd95f260', '19', '147', '2016-12-11 08:41:41'); INSERT INTO `u_imgsmain` VALUES ('1105', '主卧室', 'http://static.useevr.cn/147/sourceimg/1481416799649kja.jpg', 'http://static.useevr.cn/147/works/e59feee1958bdd40/thumb.jpg', 'e59feee1958bdd40', '19', '147', '2016-12-11 08:43:01'); INSERT INTO `u_imgsmain` VALUES ('1106', '客厅', 'http://static.useevr.cn/147/sourceimg/1481417227756n7w.jpg', 'http://static.useevr.cn/147/works/86e8f6cea25628a7/thumb.jpg', '86e8f6cea25628a7', '0', '147', '2016-12-11 08:50:02'); INSERT INTO `u_imgsmain` VALUES ('1107', '2602---客厅', 'http://static.useevr.cn/160/sourceimg/148145164976164z.jpg', 'http://static.useevr.cn/160/works/3014c40f1a060cdd/thumb.jpg', '3014c40f1a060cdd', '0', '160', '2016-12-11 18:22:45'); INSERT INTO `u_imgsmain` VALUES ('1108', '2602---客厅', 'http://static.useevr.cn/160/sourceimg/1481451885005m8p.jpg', 'http://static.useevr.cn/160/works/3be1eaeabe5442d9/thumb.jpg', '3be1eaeabe5442d9', '0', '160', '2016-12-11 18:26:34'); INSERT INTO `u_imgsmain` VALUES ('1110', '407全景', 'http://static.useevr.cn/161/sourceimg/148150673486976o.jpg', 'http://static.useevr.cn/161/works/145f9eff6afb3f5c/thumb.jpg', '145f9eff6afb3f5c', '0', '161', '2016-12-12 09:43:29'); INSERT INTO `u_imgsmain` VALUES ('1111', 'z1206', 'http://static.useevr.cn/163/sourceimg/1481513021123jeh.jpg', 'http://static.useevr.cn/163/works/b8fa5764f8413233/thumb.jpg', 'b8fa5764f8413233', '21', '163', '2016-12-12 11:23:39'); INSERT INTO `u_imgsmain` VALUES ('1112', '负一层次卧', 'http://static.useevr.cn/163/sourceimg/1481514638236da7.jpg', 'http://static.useevr.cn/163/works/a107213394ee586e/thumb.jpg', 'a107213394ee586e', '20', '163', '2016-12-12 11:54:06'); INSERT INTO `u_imgsmain` VALUES ('1113', '负一层钢琴卧室', 'http://static.useevr.cn/163/sourceimg/1481514638240wo3.jpg', 'http://static.useevr.cn/163/works/abd5cd1bb8184aa6/thumb.jpg', 'abd5cd1bb8184aa6', '20', '163', '2016-12-12 11:54:06'); INSERT INTO `u_imgsmain` VALUES ('1114', '负一层客厅', 'http://static.useevr.cn/163/sourceimg/1481514638243y80.jpg', 'http://static.useevr.cn/163/works/6ed29820b34c71ed/thumb.jpg', '6ed29820b34c71ed', '20', '163', '2016-12-12 11:54:06'); INSERT INTO `u_imgsmain` VALUES ('1115', '负一层室外', 'http://static.useevr.cn/163/sourceimg/1481514638245wyl.jpg', 'http://static.useevr.cn/163/works/a1e7a29bbb1dcc90/thumb.jpg', 'a1e7a29bbb1dcc90', '20', '163', '2016-12-12 11:54:06'); INSERT INTO `u_imgsmain` VALUES ('1116', 'f', 'http://static.useevr.cn/163/sourceimg/1481522804116nfe.jpg', 'http://static.useevr.cn/163/works/f07ec8495e404a77/thumb.jpg', 'f07ec8495e404a77', '21', '163', '2016-12-12 14:06:39'); INSERT INTO `u_imgsmain` VALUES ('1117', '科技研发', 'http://static.useevr.cn/163/sourceimg/148152462069709q.jpg', 'http://static.useevr.cn/163/works/c2b24f0134233f0a/thumb.jpg', 'c2b24f0134233f0a', '24', '163', '2016-12-12 14:38:32'); INSERT INTO `u_imgsmain` VALUES ('1118', '调度室', 'http://static.useevr.cn/163/sourceimg/1481524620701cms.jpg', 'http://static.useevr.cn/163/works/2d0f44ff964be3e7/thumb.jpg', '2d0f44ff964be3e7', '24', '163', '2016-12-12 14:38:32'); INSERT INTO `u_imgsmain` VALUES ('1119', '业务应用', 'http://static.useevr.cn/163/sourceimg/1481524620704imi.jpg', 'http://static.useevr.cn/163/works/6924411d7fcdb18f/thumb.jpg', '6924411d7fcdb18f', '24', '163', '2016-12-12 14:38:32'); INSERT INTO `u_imgsmain` VALUES ('1120', '大厅', 'http://static.useevr.cn/163/sourceimg/1481525449190gij.jpg', 'http://static.useevr.cn/163/works/0ab560b8e8d22095/thumb.jpg', '0ab560b8e8d22095', '24', '163', '2016-12-12 14:50:19'); INSERT INTO `u_imgsmain` VALUES ('1121', '1', 'http://static.useevr.cn/12/sourceimg/1481526176750z07.jpg', 'http://static.useevr.cn/12/works/a8f316f4a57a9d57/thumb.jpg', 'a8f316f4a57a9d57', '0', '12', '2016-12-12 15:03:16'); INSERT INTO `u_imgsmain` VALUES ('1122', '1', 'http://static.useevr.cn/12/sourceimg/1481526755889m5f.jpg', 'http://static.useevr.cn/12/works/15f3dc9acac77ad0/thumb.jpg', '15f3dc9acac77ad0', '0', '12', '2016-12-12 15:12:49'); INSERT INTO `u_imgsmain` VALUES ('1123', '73f398b2c0272a08', 'http://static.useevr.cn/12/sourceimg/1481528329664myt.jpg', 'http://static.useevr.cn/12/works/cda892c2ebe41948/thumb.jpg', 'cda892c2ebe41948', '0', '12', '2016-12-12 15:44:41'); INSERT INTO `u_imgsmain` VALUES ('1124', 'et_pano', 'http://static.useevr.cn/12/sourceimg/1481530211427gty.jpg', 'http://static.useevr.cn/12/works/8147c66df22264e2/thumb.jpg', '8147c66df22264e2', '0', '12', '2016-12-12 16:10:40'); INSERT INTO `u_imgsmain` VALUES ('1125', 'et_pano', 'http://static.useevr.cn/12/sourceimg/1481530327285e97.jpg', 'http://static.useevr.cn/12/works/854b2cb6cd3cbea4/thumb.jpg', '854b2cb6cd3cbea4', '0', '12', '2016-12-12 16:13:51'); INSERT INTO `u_imgsmain` VALUES ('1126', 'kt_pano', 'http://static.useevr.cn/12/sourceimg/1481530327287owj.jpg', 'http://static.useevr.cn/12/works/b2e8bcbb9466e5e0/thumb.jpg', 'b2e8bcbb9466e5e0', '0', '12', '2016-12-12 16:13:51'); INSERT INTO `u_imgsmain` VALUES ('1127', 'sf_pano', 'http://static.useevr.cn/12/sourceimg/14815303272890e4.jpg', 'http://static.useevr.cn/12/works/3689896ed5bb987d/thumb.jpg', '3689896ed5bb987d', '0', '12', '2016-12-12 16:13:51'); INSERT INTO `u_imgsmain` VALUES ('1128', 'ws_pano', 'http://static.useevr.cn/12/sourceimg/1481530327290ma2.jpg', 'http://static.useevr.cn/12/works/cef3b1fb02242efd/thumb.jpg', 'cef3b1fb02242efd', '0', '12', '2016-12-12 16:13:51'); INSERT INTO `u_imgsmain` VALUES ('1129', '2', 'http://static.useevr.cn/12/sourceimg/1481531754369mbe.jpg', 'http://static.useevr.cn/12/works/f1945b901038b563/thumb.jpg', 'f1945b901038b563', '0', '12', '2016-12-12 16:39:07'); INSERT INTO `u_imgsmain` VALUES ('1130', '3', 'http://static.useevr.cn/12/sourceimg/1481531754464znb.jpg', 'http://static.useevr.cn/12/works/e2eac3fae782de58/thumb.jpg', 'e2eac3fae782de58', '0', '12', '2016-12-12 16:39:07'); INSERT INTO `u_imgsmain` VALUES ('1131', '3', 'http://static.useevr.cn/12/sourceimg/1481532596099469.jpg', 'http://static.useevr.cn/12/works/c860320ab3dc7938/thumb.jpg', 'c860320ab3dc7938', '0', '12', '2016-12-12 16:52:59'); INSERT INTO `u_imgsmain` VALUES ('1132', '2', 'http://static.useevr.cn/12/sourceimg/1481532596247403.jpg', 'http://static.useevr.cn/12/works/fc4afafd35bf9599/thumb.jpg', 'fc4afafd35bf9599', '0', '12', '2016-12-12 16:52:59'); INSERT INTO `u_imgsmain` VALUES ('1133', '未标题-1', 'http://static.useevr.cn/12/sourceimg/1481533112275gts.jpg', 'http://static.useevr.cn/12/works/5963083cc7aa2acd/thumb.jpg', '5963083cc7aa2acd', '0', '12', '2016-12-12 16:58:41'); INSERT INTO `u_imgsmain` VALUES ('1134', '楼顶', 'http://static.useevr.cn/167/sourceimg/1481540136425y05.jpg', 'http://static.useevr.cn/167/works/437725a6cf8871e7/thumb.jpg', '437725a6cf8871e7', '0', '167', '2016-12-12 18:56:07'); INSERT INTO `u_imgsmain` VALUES ('1135', '楼顶旁', 'http://static.useevr.cn/167/sourceimg/1481541211572r70.jpg', 'http://static.useevr.cn/167/works/8a590b265389caee/thumb.jpg', '8a590b265389caee', '0', '167', '2016-12-12 19:13:57'); INSERT INTO `u_imgsmain` VALUES ('1137', '荣杰肠腊', 'http://static.useevr.cn/167/sourceimg/1481541927324jbd.jpg', 'http://static.useevr.cn/167/works/cd7898d535f3750b/thumb.jpg', 'cd7898d535f3750b', '0', '167', '2016-12-12 19:26:03'); INSERT INTO `u_imgsmain` VALUES ('1138', '屋内', 'http://static.useevr.cn/167/sourceimg/1481542061372fh7.jpg', 'http://static.useevr.cn/167/works/24e767391448e60b/thumb.jpg', '24e767391448e60b', '0', '167', '2016-12-12 19:28:02'); INSERT INTO `u_imgsmain` VALUES ('1139', 'C1cw副本', 'http://static.useevr.cn/165/sourceimg/14815420322747xq.jpg', 'http://static.useevr.cn/165/works/610506c78966b888/thumb.jpg', '610506c78966b888', '0', '165', '2016-12-12 19:28:34'); INSERT INTO `u_imgsmain` VALUES ('1140', '房间', 'http://static.useevr.cn/167/sourceimg/14815430987389wc.jpg', 'http://static.useevr.cn/167/works/571ea2d0f3aa1ee6/thumb.jpg', '571ea2d0f3aa1ee6', '0', '167', '2016-12-12 19:45:28'); INSERT INTO `u_imgsmain` VALUES ('1141', '1212', 'http://static.useevr.cn/163/sourceimg/1481550591401fwl.jpg', 'http://static.useevr.cn/163/works/cf7923022225045e/thumb.jpg', 'cf7923022225045e', '0', '163', '2016-12-12 21:49:26'); INSERT INTO `u_imgsmain` VALUES ('1143', 'QQ图片20160819133945', 'http://static.useevr.cn/12/sourceimg/1481596012912o9j.jpg', 'http://static.useevr.cn/12/works/a4f366cde22cf3da/thumb.jpg', 'a4f366cde22cf3da', '0', '12', '2016-12-13 10:26:04'); INSERT INTO `u_imgsmain` VALUES ('1144', 'scene_385418', 'http://static.useevr.cn/12/sourceimg/1481596089642nol.jpg', 'http://static.useevr.cn/12/works/c755a3de0ea79abe/thumb.jpg', 'c755a3de0ea79abe', '0', '12', '2016-12-13 10:29:42'); INSERT INTO `u_imgsmain` VALUES ('1145', 'scene_347489', 'http://static.useevr.cn/12/sourceimg/1481600452383s4x.jpg', 'http://static.useevr.cn/12/works/1b03a21de6669879/thumb.jpg', '1b03a21de6669879', '0', '12', '2016-12-13 11:42:56'); INSERT INTO `u_imgsmain` VALUES ('1146', '房子4', 'http://static.useevr.cn/170/sourceimg/14816098484419j7.jpg', 'http://static.useevr.cn/170/works/b1dc65bbb3657ea2/thumb.jpg', 'b1dc65bbb3657ea2', '0', '170', '2016-12-13 14:17:59'); INSERT INTO `u_imgsmain` VALUES ('1147', '房子2', 'http://static.useevr.cn/170/sourceimg/1481610051927r9q.jpg', 'http://static.useevr.cn/170/works/df4e1d610f1a4597/thumb.jpg', 'df4e1d610f1a4597', '0', '170', '2016-12-13 14:21:20'); INSERT INTO `u_imgsmain` VALUES ('1148', '房子3', 'http://static.useevr.cn/170/sourceimg/14816100677210mi.jpg', 'http://static.useevr.cn/170/works/c6695755cf18f6be/thumb.jpg', 'c6695755cf18f6be', '0', '170', '2016-12-13 14:21:37'); INSERT INTO `u_imgsmain` VALUES ('1149', '客厅', 'http://static.useevr.cn/12/sourceimg/1481615364750lrq.jpg', 'http://static.useevr.cn/12/works/d5e77d942e90b454/thumb.jpg', 'd5e77d942e90b454', '0', '12', '2016-12-13 15:57:42'); INSERT INTO `u_imgsmain` VALUES ('1150', '主卧', 'http://static.useevr.cn/12/sourceimg/14816153647557li.jpg', 'http://static.useevr.cn/12/works/a1c365e27c0cb39c/thumb.jpg', 'a1c365e27c0cb39c', '0', '12', '2016-12-13 15:57:42'); INSERT INTO `u_imgsmain` VALUES ('1151', '次卧', 'http://static.useevr.cn/12/sourceimg/1481615364759ap7.jpg', 'http://static.useevr.cn/12/works/ff4f42ebb1a4158a/thumb.jpg', 'ff4f42ebb1a4158a', '0', '12', '2016-12-13 15:57:42'); INSERT INTO `u_imgsmain` VALUES ('1152', '厨房', 'http://static.useevr.cn/12/sourceimg/1481615364762h6z.jpg', 'http://static.useevr.cn/12/works/4a7b449e9b1c5df9/thumb.jpg', '4a7b449e9b1c5df9', '0', '12', '2016-12-13 15:57:42'); INSERT INTO `u_imgsmain` VALUES ('1153', '厨房', 'http://static.useevr.cn/12/sourceimg/148161668460939t.jpg', 'http://static.useevr.cn/12/works/41340282294fc7c4/thumb.jpg', '41340282294fc7c4', '0', '12', '2016-12-13 16:15:10'); INSERT INTO `u_imgsmain` VALUES ('1154', '次卧', 'http://static.useevr.cn/12/sourceimg/148161668461761n.jpg', 'http://static.useevr.cn/12/works/2b66537320eda01d/thumb.jpg', '2b66537320eda01d', '0', '12', '2016-12-13 16:15:10'); INSERT INTO `u_imgsmain` VALUES ('1155', '客厅', 'http://static.useevr.cn/12/sourceimg/1481616684623pz4.jpg', 'http://static.useevr.cn/12/works/f6b676c4cf272420/thumb.jpg', 'f6b676c4cf272420', '0', '12', '2016-12-13 16:15:10'); INSERT INTO `u_imgsmain` VALUES ('1156', '主卧', 'http://static.useevr.cn/12/sourceimg/1481616684627rjs.jpg', 'http://static.useevr.cn/12/works/2f76644b9a457e01/thumb.jpg', '2f76644b9a457e01', '0', '12', '2016-12-13 16:15:10'); INSERT INTO `u_imgsmain` VALUES ('1157', '客厅', 'http://static.useevr.cn/12/sourceimg/1481617269649kah.jpg', 'http://static.useevr.cn/12/works/a425625a59d1519c/thumb.jpg', 'a425625a59d1519c', '0', '12', '2016-12-13 16:26:33'); INSERT INTO `u_imgsmain` VALUES ('1158', '主卧', 'http://static.useevr.cn/12/sourceimg/14816172696538i0.jpg', 'http://static.useevr.cn/12/works/b9e8606a570aaf99/thumb.jpg', 'b9e8606a570aaf99', '0', '12', '2016-12-13 16:26:33'); INSERT INTO `u_imgsmain` VALUES ('1159', '次卧', 'http://static.useevr.cn/12/sourceimg/1481617269656gwo.jpg', 'http://static.useevr.cn/12/works/c3a12c03ddf93703/thumb.jpg', 'c3a12c03ddf93703', '0', '12', '2016-12-13 16:26:33'); INSERT INTO `u_imgsmain` VALUES ('1160', '1c', 'http://static.useevr.cn/12/sourceimg/1481618498262szg.jpg', 'http://static.useevr.cn/12/works/5f07c6c5a22ee759/thumb.jpg', '5f07c6c5a22ee759', '0', '12', '2016-12-13 16:42:56'); INSERT INTO `u_imgsmain` VALUES ('1161', 'ct_pano', 'http://static.useevr.cn/12/sourceimg/14816187467492q5.jpg', 'http://static.useevr.cn/12/works/6afe8a1d9be0603a/thumb.jpg', '6afe8a1d9be0603a', '0', '12', '2016-12-13 16:47:45'); INSERT INTO `u_imgsmain` VALUES ('1162', 'et_pano', 'http://static.useevr.cn/12/sourceimg/1481618746751zw7.jpg', 'http://static.useevr.cn/12/works/62b6134bed9da969/thumb.jpg', '62b6134bed9da969', '0', '12', '2016-12-13 16:47:45'); INSERT INTO `u_imgsmain` VALUES ('1163', 'kt_pano', 'http://static.useevr.cn/12/sourceimg/1481618746753dlj.jpg', 'http://static.useevr.cn/12/works/22c2996ac0588b10/thumb.jpg', '22c2996ac0588b10', '0', '12', '2016-12-13 16:47:45'); INSERT INTO `u_imgsmain` VALUES ('1164', 'sf_pano', 'http://static.useevr.cn/12/sourceimg/1481618746754adq.jpg', 'http://static.useevr.cn/12/works/9134d30a9b34524f/thumb.jpg', '9134d30a9b34524f', '0', '12', '2016-12-13 16:47:45'); INSERT INTO `u_imgsmain` VALUES ('1165', 'ws_pano', 'http://static.useevr.cn/12/sourceimg/1481618746755iyj.jpg', 'http://static.useevr.cn/12/works/d5b8f41bb60a0879/thumb.jpg', 'd5b8f41bb60a0879', '0', '12', '2016-12-13 16:47:45'); INSERT INTO `u_imgsmain` VALUES ('1166', '1号入口vr', 'http://static.useevr.cn/171/sourceimg/1481625951286246.jpg', 'http://static.useevr.cn/171/works/a90819c56bca4b38/thumb.jpg', 'a90819c56bca4b38', '0', '171', '2016-12-13 18:53:50'); INSERT INTO `u_imgsmain` VALUES ('1167', '2号入口vr', 'http://static.useevr.cn/171/sourceimg/1481625951290kp1.jpg', 'http://static.useevr.cn/171/works/bd0815e6afd257b4/thumb.jpg', 'bd0815e6afd257b4', '0', '171', '2016-12-13 18:53:50'); INSERT INTO `u_imgsmain` VALUES ('1168', '3号入口vr', 'http://static.useevr.cn/171/sourceimg/1481625951292kx5.jpg', 'http://static.useevr.cn/171/works/3b70f67887e7e2f7/thumb.jpg', '3b70f67887e7e2f7', '0', '171', '2016-12-13 18:53:50'); INSERT INTO `u_imgsmain` VALUES ('1169', '4号入口vr', 'http://static.useevr.cn/171/sourceimg/1481625951293k3t.jpg', 'http://static.useevr.cn/171/works/dfa6f17b943d7194/thumb.jpg', 'dfa6f17b943d7194', '0', '171', '2016-12-13 18:53:50'); INSERT INTO `u_imgsmain` VALUES ('1170', 'PE课堂vr', 'http://static.useevr.cn/171/sourceimg/14816259512948sp.jpg', 'http://static.useevr.cn/171/works/e2f0eb5ee52606c9/thumb.jpg', 'e2f0eb5ee52606c9', '0', '171', '2016-12-13 18:53:50'); INSERT INTO `u_imgsmain` VALUES ('1171', 'PE展示vr', 'http://static.useevr.cn/171/sourceimg/1481625951296xds.jpg', 'http://static.useevr.cn/171/works/c09dbff42af07bca/thumb.jpg', 'c09dbff42af07bca', '0', '171', '2016-12-13 18:53:50'); INSERT INTO `u_imgsmain` VALUES ('1172', '二层休息咖啡吧vr', 'http://static.useevr.cn/171/sourceimg/148162595129705i.jpg', 'http://static.useevr.cn/171/works/408673bbb65c82a6/thumb.jpg', '408673bbb65c82a6', '0', '171', '2016-12-13 18:53:50'); INSERT INTO `u_imgsmain` VALUES ('1173', '俯瞰图vr', 'http://static.useevr.cn/171/sourceimg/1481625951299ljd.jpg', 'http://static.useevr.cn/171/works/47c2fb2c1b1a0797/thumb.jpg', '47c2fb2c1b1a0797', '0', '171', '2016-12-13 18:53:50'); INSERT INTO `u_imgsmain` VALUES ('1174', '展示中心vr', 'http://static.useevr.cn/171/sourceimg/1481625951300wnx.jpg', 'http://static.useevr.cn/171/works/3a85b0511cc1bcda/thumb.jpg', '3a85b0511cc1bcda', '0', '171', '2016-12-13 18:53:50'); INSERT INTO `u_imgsmain` VALUES ('1175', '[Group 0]-_DSC8365__DSC8503-139 images', 'http://static.useevr.cn/172/sourceimg/1481629286363atx.jpg', 'http://static.useevr.cn/172/works/3aa7d5570ed2d4ac/thumb.jpg', '3aa7d5570ed2d4ac', '0', '172', '2016-12-13 19:42:57'); INSERT INTO `u_imgsmain` VALUES ('1176', '[Group 0]-_DSC8365__DSC8503-139 images', 'http://static.useevr.cn/172/sourceimg/1481629569698rho.jpg', 'http://static.useevr.cn/172/works/f69048d164bc741c/thumb.jpg', 'f69048d164bc741c', '0', '172', '2016-12-13 19:48:17'); INSERT INTO `u_imgsmain` VALUES ('1177', 'A1', 'http://static.useevr.cn/12/sourceimg/1481678827240noi.jpg', 'http://static.useevr.cn/12/works/4d224ef524b4ded0/thumb.jpg', '4d224ef524b4ded0', '0', '12', '2016-12-14 09:35:17'); INSERT INTO `u_imgsmain` VALUES ('1178', 'A2', 'http://static.useevr.cn/12/sourceimg/1481678827243y62.jpg', 'http://static.useevr.cn/12/works/7ed334f5161347e6/thumb.jpg', '7ed334f5161347e6', '0', '12', '2016-12-14 09:35:17'); INSERT INTO `u_imgsmain` VALUES ('1179', 'A3', 'http://static.useevr.cn/12/sourceimg/1481678827244eos.jpg', 'http://static.useevr.cn/12/works/897890fe413b7547/thumb.jpg', '897890fe413b7547', '0', '12', '2016-12-14 09:35:17'); INSERT INTO `u_imgsmain` VALUES ('1180', 'A4', 'http://static.useevr.cn/12/sourceimg/1481678827246dgy.jpg', 'http://static.useevr.cn/12/works/1f127250f9431e31/thumb.jpg', '1f127250f9431e31', '0', '12', '2016-12-14 09:35:17'); INSERT INTO `u_imgsmain` VALUES ('1181', 'A5', 'http://static.useevr.cn/12/sourceimg/1481678827247pds.jpg', 'http://static.useevr.cn/12/works/f46d95db9a08c4ff/thumb.jpg', 'f46d95db9a08c4ff', '0', '12', '2016-12-14 09:35:17'); INSERT INTO `u_imgsmain` VALUES ('1182', 'A6', 'http://static.useevr.cn/12/sourceimg/14816788272481z7.jpg', 'http://static.useevr.cn/12/works/242b25e5401cbc1a/thumb.jpg', '242b25e5401cbc1a', '0', '12', '2016-12-14 09:35:17'); INSERT INTO `u_imgsmain` VALUES ('1183', 'A7', 'http://static.useevr.cn/12/sourceimg/1481678827249tlf.jpg', 'http://static.useevr.cn/12/works/6176b3189da17efc/thumb.jpg', '6176b3189da17efc', '0', '12', '2016-12-14 09:35:17'); INSERT INTO `u_imgsmain` VALUES ('1184', 'A10', 'http://static.useevr.cn/12/sourceimg/1481678827250s7t.jpg', 'http://static.useevr.cn/12/works/a458317aed7aff47/thumb.jpg', 'a458317aed7aff47', '0', '12', '2016-12-14 09:35:17'); INSERT INTO `u_imgsmain` VALUES ('1185', 'A111111111111111111111', 'http://static.useevr.cn/12/sourceimg/14816788272517dj.jpg', 'http://static.useevr.cn/12/works/ac09bf44184c2500/thumb.jpg', 'ac09bf44184c2500', '0', '12', '2016-12-14 09:35:17'); INSERT INTO `u_imgsmain` VALUES ('1186', 'DTQB', 'http://static.useevr.cn/173/sourceimg/1481691779824j26.jpg', 'http://static.useevr.cn/173/works/438b975b2280fed1/thumb.jpg', '438b975b2280fed1', '0', '173', '2016-12-14 13:03:31'); INSERT INTO `u_imgsmain` VALUES ('1187', '房子1', 'http://static.useevr.cn/170/sourceimg/148170339025452z.jpg', 'http://static.useevr.cn/170/works/650c30e586d26afc/thumb.jpg', '650c30e586d26afc', '0', '170', '2016-12-14 16:17:21'); INSERT INTO `u_imgsmain` VALUES ('1188', '办公区', 'http://static.useevr.cn/12/sourceimg/14817702211943bp.jpg', 'http://static.useevr.cn/12/works/fcd3ba9c034c8440/thumb.jpg', 'fcd3ba9c034c8440', '0', '12', '2016-12-15 10:51:39'); INSERT INTO `u_imgsmain` VALUES ('1189', '茶水间', 'http://static.useevr.cn/12/sourceimg/14817707442978jz.jpg', 'http://static.useevr.cn/12/works/0dca862bc2eddc10/thumb.jpg', '0dca862bc2eddc10', '0', '12', '2016-12-15 11:00:11'); INSERT INTO `u_imgsmain` VALUES ('1190', '财务室', 'http://static.useevr.cn/12/sourceimg/1481774278176z12.jpg', 'http://static.useevr.cn/12/works/3cd051660f487fa0/thumb.jpg', '3cd051660f487fa0', '0', '12', '2016-12-15 11:58:47'); INSERT INTO `u_imgsmain` VALUES ('1191', '会议室', 'http://static.useevr.cn/12/sourceimg/1481774506805lll.jpg', 'http://static.useevr.cn/12/works/ae2a2e4d9d7aec03/thumb.jpg', 'ae2a2e4d9d7aec03', '0', '12', '2016-12-15 12:02:48'); INSERT INTO `u_imgsmain` VALUES ('1192', '前台', 'http://static.useevr.cn/12/sourceimg/1481774619479zld.jpg', 'http://static.useevr.cn/12/works/1349f0cb53f23169/thumb.jpg', '1349f0cb53f23169', '0', '12', '2016-12-15 12:04:50'); INSERT INTO `u_imgsmain` VALUES ('1193', '总裁办公室', 'http://static.useevr.cn/12/sourceimg/1481774723384o1q.jpg', 'http://static.useevr.cn/12/works/e93f659ed65f18bc/thumb.jpg', 'e93f659ed65f18bc', '0', '12', '2016-12-15 12:06:24'); INSERT INTO `u_imgsmain` VALUES ('1195', 'DSC_0349 Panorama', 'http://static.useevr.cn/12/sourceimg/1481787808967iyp.jpg', 'http://static.useevr.cn/12/works/0018d3135d59ef58/thumb.jpg', '0018d3135d59ef58', '0', '12', '2016-12-15 15:44:20'); INSERT INTO `u_imgsmain` VALUES ('1196', '55b7000ad62f1', 'http://static.useevr.cn/12/sourceimg/1481787834767gzs.jpg', 'http://static.useevr.cn/12/works/7993fa74d6b37c3a/thumb.jpg', '7993fa74d6b37c3a', '0', '12', '2016-12-15 15:51:00'); INSERT INTO `u_imgsmain` VALUES ('1197', 'dwyc1', 'http://static.useevr.cn/12/sourceimg/14817905909729l7.jpg', 'http://static.useevr.cn/12/works/dac29e194874b8c8/thumb.jpg', 'dac29e194874b8c8', '0', '12', '2016-12-15 16:31:57'); INSERT INTO `u_imgsmain` VALUES ('1198', 'qaq', 'http://static.useevr.cn/12/sourceimg/1481791850039gng.jpg', 'http://static.useevr.cn/12/works/52996b8faa937a96/thumb.jpg', '52996b8faa937a96', '0', '12', '2016-12-15 16:51:30'); INSERT INTO `u_imgsmain` VALUES ('1199', 'B6BA018FEC1F65AB1E31D6CB3EB21ABD', 'http://static.useevr.cn/12/sourceimg/14817928344520cp.jpg', 'http://static.useevr.cn/12/works/f8741234506a9f3f/thumb.jpg', 'f8741234506a9f3f', '0', '12', '2016-12-15 17:07:51'); INSERT INTO `u_imgsmain` VALUES ('1200', 'B6BA018FEC1F65AB1E31D6CB3EB21ABD', 'http://static.useevr.cn/12/sourceimg/1481793429285n6i.jpg', 'http://static.useevr.cn/12/works/77ab7fefff5ebe84/thumb.jpg', '77ab7fefff5ebe84', '0', '12', '2016-12-15 17:17:46'); INSERT INTO `u_imgsmain` VALUES ('1201', '测试', 'http://static.useevr.cn/12/sourceimg/1481795213422zgd.jpg', 'http://static.useevr.cn/12/works/cb97d35bd5269716/thumb.jpg', 'cb97d35bd5269716', '0', '12', '2016-12-15 17:31:03'); INSERT INTO `u_imgsmain` VALUES ('1202', '前台', 'http://static.useevr.cn/12/sourceimg/1481794270008cwh.jpg', 'http://static.useevr.cn/12/works/1a56326858ca352e/thumb.jpg', '1a56326858ca352e', '0', '12', '2016-12-15 17:32:05'); INSERT INTO `u_imgsmain` VALUES ('1203', '未命名-1', 'http://static.useevr.cn/12/sourceimg/14817955406342md.jpg', 'http://static.useevr.cn/12/works/a109a9beba69b836/thumb.jpg', 'a109a9beba69b836', '0', '12', '2016-12-15 17:36:32'); INSERT INTO `u_imgsmain` VALUES ('1204', '电梯间', 'http://static.useevr.cn/12/sourceimg/1481794740230y8s.jpg', 'http://static.useevr.cn/12/works/d98266d566957dbb/thumb.jpg', 'd98266d566957dbb', '0', '12', '2016-12-15 17:39:47'); INSERT INTO `u_imgsmain` VALUES ('1205', '定制产品部', 'http://static.useevr.cn/12/sourceimg/14817948664652me.jpg', 'http://static.useevr.cn/12/works/b55d7a1862d4c238/thumb.jpg', 'b55d7a1862d4c238', '0', '12', '2016-12-15 17:42:29'); INSERT INTO `u_imgsmain` VALUES ('1206', '技术中心', 'http://static.useevr.cn/12/sourceimg/1481795032739hbw.jpg', 'http://static.useevr.cn/12/works/0d33df1de6b1e657/thumb.jpg', '0d33df1de6b1e657', '0', '12', '2016-12-15 17:44:57'); INSERT INTO `u_imgsmain` VALUES ('1207', '董事长办公室', 'http://static.useevr.cn/12/sourceimg/1481795327013mpj.jpg', 'http://static.useevr.cn/12/works/ccf845fcf540ee33/thumb.jpg', 'ccf845fcf540ee33', '0', '12', '2016-12-15 17:49:56'); INSERT INTO `u_imgsmain` VALUES ('1208', '业务中心', 'http://static.useevr.cn/12/sourceimg/14817954527150ok.jpg', 'http://static.useevr.cn/12/works/667c7d6ac9c144a1/thumb.jpg', '667c7d6ac9c144a1', '0', '12', '2016-12-15 17:51:47'); INSERT INTO `u_imgsmain` VALUES ('1209', 'Bedroom', 'http://static.useevr.cn/12/sourceimg/1481818753448ram.jpg', 'http://static.useevr.cn/12/works/14a03a46e5dd95dd/thumb.jpg', '14a03a46e5dd95dd', '0', '12', '2016-12-16 00:20:15'); INSERT INTO `u_imgsmain` VALUES ('1210', '走廊', 'http://static.useevr.cn/12/sourceimg/1481853983151x1p.jpg', 'http://static.useevr.cn/12/works/34e0ecf09e263fb8/thumb.jpg', '34e0ecf09e263fb8', '0', '12', '2016-12-16 10:07:23'); INSERT INTO `u_imgsmain` VALUES ('1213', '操场', 'http://static.useevr.cn/12/sourceimg/1481866822588rn1.jpg', 'http://static.useevr.cn/12/works/57a4c229ab76eb8d/thumb.jpg', '57a4c229ab76eb8d', '0', '12', '2016-12-16 13:45:28'); INSERT INTO `u_imgsmain` VALUES ('1214', '川美湖', 'http://static.useevr.cn/12/sourceimg/1481866822594zhb.jpg', 'http://static.useevr.cn/12/works/e1565f750e99d62e/thumb.jpg', 'e1565f750e99d62e', '0', '12', '2016-12-16 13:45:28'); INSERT INTO `u_imgsmain` VALUES ('1215', '美术馆1', 'http://static.useevr.cn/12/sourceimg/1481866822598ayt.jpg', 'http://static.useevr.cn/12/works/2ad37b6fd12540cc/thumb.jpg', '2ad37b6fd12540cc', '0', '12', '2016-12-16 13:45:28'); INSERT INTO `u_imgsmain` VALUES ('1216', '将否啊是否阿斯顿发哈搜风好爽', 'http://static.useevr.cn/12/sourceimg/1481869351066s0z.jpg', 'http://static.useevr.cn/12/works/fc7c30a663402bd8/thumb.jpg', 'fc7c30a663402bd8', '0', '12', '2016-12-16 14:22:55'); INSERT INTO `u_imgsmain` VALUES ('1217', '蹦极', 'http://static.useevr.cn/178/sourceimg/1481875212565t25.jpg', 'http://static.useevr.cn/178/works/2d0147a18f5fb69f/thumb.jpg', '2d0147a18f5fb69f', '0', '178', '2016-12-16 16:02:34'); INSERT INTO `u_imgsmain` VALUES ('1219', '1F大堂', 'http://static.useevr.cn/180/sourceimg/1481878385971bqa.jpg', 'http://static.useevr.cn/180/works/113f57a822543871/thumb.jpg', '113f57a822543871', '0', '180', '2016-12-16 16:58:54'); INSERT INTO `u_imgsmain` VALUES ('1220', '1F电梯厅', 'http://static.useevr.cn/180/sourceimg/14818783859743da.jpg', 'http://static.useevr.cn/180/works/532d694e57275f8d/thumb.jpg', '532d694e57275f8d', '0', '180', '2016-12-16 16:58:54'); INSERT INTO `u_imgsmain` VALUES ('1221', '1F宴会厅360', 'http://static.useevr.cn/180/sourceimg/1481878385976gl6.jpg', 'http://static.useevr.cn/180/works/fc0982a388330164/thumb.jpg', 'fc0982a388330164', '0', '180', '2016-12-16 16:58:54'); INSERT INTO `u_imgsmain` VALUES ('1222', '2F包厢_2', 'http://static.useevr.cn/180/sourceimg/1481878385977at3.jpg', 'http://static.useevr.cn/180/works/3f0b4ce1cb805212/thumb.jpg', '3f0b4ce1cb805212', '0', '180', '2016-12-16 16:58:54'); INSERT INTO `u_imgsmain` VALUES ('1223', '2F电梯厅', 'http://static.useevr.cn/180/sourceimg/1481878385980p0q.jpg', 'http://static.useevr.cn/180/works/81918a33273494c1/thumb.jpg', '81918a33273494c1', '0', '180', '2016-12-16 16:58:54'); INSERT INTO `u_imgsmain` VALUES ('1224', '2F宴会厅', 'http://static.useevr.cn/180/sourceimg/1481878385982mwc.jpg', 'http://static.useevr.cn/180/works/681eff8db69db273/thumb.jpg', '681eff8db69db273', '0', '180', '2016-12-16 16:58:54'); INSERT INTO `u_imgsmain` VALUES ('1225', '4F报告厅', 'http://static.useevr.cn/180/sourceimg/1481878385983d1r.jpg', 'http://static.useevr.cn/180/works/c5733393efab2d91/thumb.jpg', 'c5733393efab2d91', '0', '180', '2016-12-16 16:58:54'); INSERT INTO `u_imgsmain` VALUES ('1226', '4F休息区', 'http://static.useevr.cn/180/sourceimg/1481878385984zzx.jpg', 'http://static.useevr.cn/180/works/1a2ea75e2543b317/thumb.jpg', '1a2ea75e2543b317', '0', '180', '2016-12-16 16:58:54'); INSERT INTO `u_imgsmain` VALUES ('1228', 'B9', 'http://static.useevr.cn/178/sourceimg/14818823844075bl.jpg', 'http://static.useevr.cn/178/works/2572b6c369bd1f72/thumb.jpg', '2572b6c369bd1f72', '0', '178', '2016-12-16 18:12:37'); INSERT INTO `u_imgsmain` VALUES ('1229', 'B11', 'http://static.useevr.cn/178/sourceimg/1481882384409ldr.jpg', 'http://static.useevr.cn/178/works/5893c5ae5f38a954/thumb.jpg', '5893c5ae5f38a954', '0', '178', '2016-12-16 18:12:37'); INSERT INTO `u_imgsmain` VALUES ('1230', 'B12', 'http://static.useevr.cn/178/sourceimg/14818823844101w1.jpg', 'http://static.useevr.cn/178/works/dae536a82104f991/thumb.jpg', 'dae536a82104f991', '0', '178', '2016-12-16 18:12:37'); INSERT INTO `u_imgsmain` VALUES ('1231', 'B13', 'http://static.useevr.cn/178/sourceimg/1481882384411g87.jpg', 'http://static.useevr.cn/178/works/9b94dbdfdaf6823a/thumb.jpg', '9b94dbdfdaf6823a', '0', '178', '2016-12-16 18:12:37'); INSERT INTO `u_imgsmain` VALUES ('1232', 'D10', 'http://static.useevr.cn/178/sourceimg/1481882384412152.jpg', 'http://static.useevr.cn/178/works/4e62928ea006a3fa/thumb.jpg', '4e62928ea006a3fa', '0', '178', '2016-12-16 18:12:37'); INSERT INTO `u_imgsmain` VALUES ('1233', 'B5', 'http://static.useevr.cn/178/sourceimg/1481883405002kw1.jpg', 'http://static.useevr.cn/178/works/0ddd775014d12961/thumb.jpg', '0ddd775014d12961', '0', '178', '2016-12-16 18:26:47'); INSERT INTO `u_imgsmain` VALUES ('1234', 'B6', 'http://static.useevr.cn/178/sourceimg/1481883405004595.jpg', 'http://static.useevr.cn/178/works/8fbddba4a790b60f/thumb.jpg', '8fbddba4a790b60f', '0', '178', '2016-12-16 18:26:47'); INSERT INTO `u_imgsmain` VALUES ('1235', 'B7', 'http://static.useevr.cn/178/sourceimg/1481883405006l2t.jpg', 'http://static.useevr.cn/178/works/001a7bc1f16c3828/thumb.jpg', '001a7bc1f16c3828', '0', '178', '2016-12-16 18:26:47'); INSERT INTO `u_imgsmain` VALUES ('1236', 'B8', 'http://static.useevr.cn/178/sourceimg/14818834050070m4.jpg', 'http://static.useevr.cn/178/works/7c113a8e9be03690/thumb.jpg', '7c113a8e9be03690', '0', '178', '2016-12-16 18:26:47'); INSERT INTO `u_imgsmain` VALUES ('1237', 'A1', 'http://static.useevr.cn/178/sourceimg/1481884387200hwo.jpg', 'http://static.useevr.cn/178/works/0a8da33d1f8e89da/thumb.jpg', '0a8da33d1f8e89da', '0', '178', '2016-12-16 18:45:13'); INSERT INTO `u_imgsmain` VALUES ('1238', 'B1', 'http://static.useevr.cn/178/sourceimg/1481884387202xri.jpg', 'http://static.useevr.cn/178/works/63a1f12bed1ec279/thumb.jpg', '63a1f12bed1ec279', '0', '178', '2016-12-16 18:45:13'); INSERT INTO `u_imgsmain` VALUES ('1239', 'B2', 'http://static.useevr.cn/178/sourceimg/14818843872041nl.jpg', 'http://static.useevr.cn/178/works/5d23fd0ddd9d7461/thumb.jpg', '5d23fd0ddd9d7461', '0', '178', '2016-12-16 18:45:13'); INSERT INTO `u_imgsmain` VALUES ('1240', 'B3', 'http://static.useevr.cn/178/sourceimg/1481884387205mjh.jpg', 'http://static.useevr.cn/178/works/b7b4164bfec49a2a/thumb.jpg', 'b7b4164bfec49a2a', '0', '178', '2016-12-16 18:45:13'); INSERT INTO `u_imgsmain` VALUES ('1241', 'B4', 'http://static.useevr.cn/178/sourceimg/1481884387206bmh.jpg', 'http://static.useevr.cn/178/works/1463011cff051085/thumb.jpg', '1463011cff051085', '0', '178', '2016-12-16 18:45:13'); INSERT INTO `u_imgsmain` VALUES ('1242', 'B区', 'http://static.useevr.cn/178/sourceimg/14818869512138kq.jpg', 'http://static.useevr.cn/178/works/41882ac7bc079f33/thumb.jpg', '41882ac7bc079f33', '0', '178', '2016-12-16 19:19:05'); INSERT INTO `u_imgsmain` VALUES ('1243', 'eee', 'http://static.useevr.cn/150/sourceimg/1481955057318r67.jpg', 'http://static.useevr.cn/150/works/c53a6063edde33ba/thumb.jpg', 'c53a6063edde33ba', '0', '150', '2016-12-17 14:12:45'); INSERT INTO `u_imgsmain` VALUES ('1247', '地面', 'http://static.useevr.cn/185/sourceimg/1482115256981gm4.jpg', 'http://static.useevr.cn/185/works/1c6af4f4d9a531d3/thumb.jpg', '1c6af4f4d9a531d3', '0', '185', '2016-12-19 10:43:02'); INSERT INTO `u_imgsmain` VALUES ('1248', '航拍1', 'http://static.useevr.cn/185/sourceimg/148211525698858o.jpg', 'http://static.useevr.cn/185/works/df7cb337b118f12c/thumb.jpg', 'df7cb337b118f12c', '0', '185', '2016-12-19 10:43:02'); INSERT INTO `u_imgsmain` VALUES ('1249', '01', 'http://static.useevr.cn/12/sourceimg/1482131900246om9.jpg', 'http://static.useevr.cn/12/works/51329cde1b1711f3/thumb.jpg', '51329cde1b1711f3', '0', '12', '2016-12-19 15:22:31'); INSERT INTO `u_imgsmain` VALUES ('1250', '02', 'http://static.useevr.cn/12/sourceimg/14821319002491xb.jpg', 'http://static.useevr.cn/12/works/bfeaddac11d259d5/thumb.jpg', 'bfeaddac11d259d5', '0', '12', '2016-12-19 15:22:31'); INSERT INTO `u_imgsmain` VALUES ('1251', '03', 'http://static.useevr.cn/12/sourceimg/14821319002511rx.jpg', 'http://static.useevr.cn/12/works/85e26c7d7ef99c1c/thumb.jpg', '85e26c7d7ef99c1c', '0', '12', '2016-12-19 15:22:31'); INSERT INTO `u_imgsmain` VALUES ('1252', '04', 'http://static.useevr.cn/12/sourceimg/1482131900253ylg.jpg', 'http://static.useevr.cn/12/works/247a70a28dc768d3/thumb.jpg', '247a70a28dc768d3', '0', '12', '2016-12-19 15:22:31'); INSERT INTO `u_imgsmain` VALUES ('1253', '铜陵城关.RGB_', 'http://static.useevr.cn/12/sourceimg/1482133716594s71.jpg', 'http://static.useevr.cn/12/works/f98845cf887df5e6/thumb.jpg', 'f98845cf887df5e6', '0', '12', '2016-12-19 15:49:39'); INSERT INTO `u_imgsmain` VALUES ('1254', 'ddd', 'http://static.useevr.cn/187/sourceimg/1482137898586xe8.jpg', 'http://static.useevr.cn/187/works/33c9ae661ff1d1e0/thumb.jpg', '33c9ae661ff1d1e0', '0', '187', '2016-12-19 16:58:25'); INSERT INTO `u_imgsmain` VALUES ('1255', '成品图', 'http://static.useevr.cn/12/sourceimg/1482140623578kjp.jpg', 'http://static.useevr.cn/12/works/288edbd5fe4ee1a5/thumb.jpg', '288edbd5fe4ee1a5', '0', '12', '2016-12-19 17:44:05'); INSERT INTO `u_imgsmain` VALUES ('1256', '7—锦秀中华—调色', 'http://static.useevr.cn/12/sourceimg/14821558451401ig.jpg', 'http://static.useevr.cn/12/works/b7c6cafdc38a212c/thumb.jpg', 'b7c6cafdc38a212c', '0', '12', '2016-12-19 22:00:04'); INSERT INTO `u_imgsmain` VALUES ('1257', 'Nipic_20815697_20151017182308523000', 'http://static.useevr.cn/12/sourceimg/1482199593988t8e.jpg', 'http://static.useevr.cn/12/works/016d20cae2cb8774/thumb.jpg', '016d20cae2cb8774', '0', '12', '2016-12-20 10:05:31'); INSERT INTO `u_imgsmain` VALUES ('1258', '福塔航拍', 'http://static.useevr.cn/12/sourceimg/1482204401119ihq.jpg', 'http://static.useevr.cn/12/works/44d25985d77f0a3c/thumb.jpg', '44d25985d77f0a3c', '0', '12', '2016-12-20 11:28:55'); INSERT INTO `u_imgsmain` VALUES ('1260', '1', 'http://static.useevr.cn/12/sourceimg/1482206597089s8k.jpg', 'http://static.useevr.cn/12/works/9a3ace71e74c6fc7/thumb.jpg', '9a3ace71e74c6fc7', '0', '12', '2016-12-20 12:05:41'); INSERT INTO `u_imgsmain` VALUES ('1261', '2', 'http://static.useevr.cn/12/sourceimg/1482206597097in8.jpg', 'http://static.useevr.cn/12/works/a6d1a0875a5c44c7/thumb.jpg', 'a6d1a0875a5c44c7', '0', '12', '2016-12-20 12:05:41'); INSERT INTO `u_imgsmain` VALUES ('1262', '3', 'http://static.useevr.cn/12/sourceimg/14822065971027nb.jpg', 'http://static.useevr.cn/12/works/d5b3fdd130bf6d2c/thumb.jpg', 'd5b3fdd130bf6d2c', '0', '12', '2016-12-20 12:05:41'); INSERT INTO `u_imgsmain` VALUES ('1263', '4', 'http://static.useevr.cn/12/sourceimg/1482206597106552.jpg', 'http://static.useevr.cn/12/works/883250eb2676a03b/thumb.jpg', '883250eb2676a03b', '0', '12', '2016-12-20 12:05:41'); INSERT INTO `u_imgsmain` VALUES ('1264', 'd', 'http://static.useevr.cn/12/sourceimg/14822065971104gq.jpg', 'http://static.useevr.cn/12/works/a457512e02323f91/thumb.jpg', 'a457512e02323f91', '0', '12', '2016-12-20 12:05:41'); INSERT INTO `u_imgsmain` VALUES ('1265', 'd1', 'http://static.useevr.cn/12/sourceimg/1482206597114ztz.jpg', 'http://static.useevr.cn/12/works/790a7faa8eb95b90/thumb.jpg', '790a7faa8eb95b90', '0', '12', '2016-12-20 12:05:41'); INSERT INTO `u_imgsmain` VALUES ('1266', '123', 'http://static.useevr.cn/undefined14822119113614s3.jpg', 'http://static.useevr.cn/12/works/7519ffcfc1cf2740/thumb.jpg', '7519ffcfc1cf2740', '0', '12', '2016-12-20 13:32:33'); INSERT INTO `u_imgsmain` VALUES ('1267', '333.pphhp', 'http://static.useevr.cn/12/sourceimg/1482211982332fiy.jpg', 'http://static.useevr.cn/12/works/133194e4e40f8fec/thumb.jpg', '133194e4e40f8fec', '0', '12', '2016-12-20 13:33:44'); INSERT INTO `u_imgsmain` VALUES ('1268', '001', 'http://static.useevr.cn/12/sourceimg/1482215616302dqz.jpg', 'http://static.useevr.cn/12/works/7137711c1d2de477/thumb.jpg', '7137711c1d2de477', '0', '12', '2016-12-20 14:34:31'); INSERT INTO `u_imgsmain` VALUES ('1269', 'ddd', 'http://static.useevr.cn/12/sourceimg/1482218458426aho.jpg', 'http://static.useevr.cn/12/works/cbb8fed8266b1dff/thumb.jpg', 'cbb8fed8266b1dff', '0', '12', '2016-12-20 15:21:16'); INSERT INTO `u_imgsmain` VALUES ('1270', '12714466_094845289158_2', 'http://static.useevr.cn/12/sourceimg/1482218508725fie.jpg', 'http://static.useevr.cn/12/works/297c6555e96ed8fe/thumb.jpg', '297c6555e96ed8fe', '0', '12', '2016-12-20 15:28:15'); INSERT INTO `u_imgsmain` VALUES ('1271', 'IMG_05030 ', 'http://static.useevr.cn/191/sourceimg/1482223366782j71.jpg', 'http://static.useevr.cn/191/works/d1e3440ba556ec72/thumb.jpg', 'd1e3440ba556ec72', '0', '191', '2016-12-20 16:44:01');