From 764a863ffca951b2dd4d8f95c1a29fe5731c8162 Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Sun, 25 Jun 2017 23:18:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?modified=20=E5=8F=98=E6=9B=B4=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/Menu/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/View/Menu/index.html b/Application/Admin/View/Menu/index.html index b3bda8e..bd8524f 100644 --- a/Application/Admin/View/Menu/index.html +++ b/Application/Admin/View/Menu/index.html @@ -51,7 +51,7 @@ $('.api-add').on('click', function () { layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: '{:U("add")}' }); @@ -60,7 +60,7 @@ var ownObj = $(this); layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: ownObj.attr('data-url') }); From f655127f5abc567fd67fcce5e51adf0a2e6de3fc Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Sun, 25 Jun 2017 23:25:43 +0800 Subject: [PATCH 2/3] =?UTF-8?q?modified=20=E5=8F=98=E6=9B=B4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=A1=A8=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Data/apiAdmin.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/Application/Data/apiAdmin.sql b/Application/Data/apiAdmin.sql index e98091f..56e2414 100644 --- a/Application/Data/apiAdmin.sql +++ b/Application/Data/apiAdmin.sql @@ -311,7 +311,6 @@ CREATE TABLE `api_document` ( `lastTime` INT(11) NOT NULL DEFAULT '0' COMMENT '最后访问时间', `lastIp` VARCHAR(50) NOT NULL DEFAULT '' COMMENT '最后访问IP', `createTime` INT(11) NOT NULL DEFAULT '0' COMMENT '创建时间', - `keep` INT(11) NOT NULL DEFAULT '0' COMMENT '有效时长(单位小时)', `status` TINYINT(1) NOT NULL DEFAULT '1' COMMENT '1生效,0失效', PRIMARY KEY (`id`), UNIQUE INDEX `key` (`key`) From 92b6c8df9b91252b8011445b4e0ad02eaaba1008 Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Sun, 25 Jun 2017 23:37:00 +0800 Subject: [PATCH 3/3] =?UTF-8?q?modified=20=E5=8F=98=E6=9B=B4=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/App/index.html | 4 ++-- Application/Admin/View/Index/index.html | 6 +++--- Application/Admin/View/Log/index.html | 2 +- Application/Admin/View/Permission/index.html | 2 +- Application/Admin/View/User/index.html | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Application/Admin/View/App/index.html b/Application/Admin/View/App/index.html index d275362..2c965e3 100644 --- a/Application/Admin/View/App/index.html +++ b/Application/Admin/View/App/index.html @@ -53,7 +53,7 @@ $('.api-add').on('click', function () { layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: '{:U("add")}' }); @@ -62,7 +62,7 @@ var ownObj = $(this); layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: ownObj.attr('data-url') }); diff --git a/Application/Admin/View/Index/index.html b/Application/Admin/View/Index/index.html index 8fe10e9..0e4f09d 100644 --- a/Application/Admin/View/Index/index.html +++ b/Application/Admin/View/Index/index.html @@ -84,7 +84,7 @@ $('.api-add').on('click', function () { layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: '{:U("Login/changeUser")}' }); @@ -94,7 +94,7 @@ layer.open({ title: '初次登陆请重置密码!', type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, closeBtn:0, content: '{:U("Login/changeUser")}' @@ -105,7 +105,7 @@ layer.open({ title: '初次登陆请补充真实姓名!', type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, closeBtn:0, content: '{:U("Login/changeUser")}' diff --git a/Application/Admin/View/Log/index.html b/Application/Admin/View/Log/index.html index 05496ae..517cd07 100644 --- a/Application/Admin/View/Log/index.html +++ b/Application/Admin/View/Log/index.html @@ -93,7 +93,7 @@ var ownObj = $(this); layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: ownObj.attr('data-url')+'&id='+ownObj.attr('data-id') }); diff --git a/Application/Admin/View/Permission/index.html b/Application/Admin/View/Permission/index.html index 4f72b5a..141a0a9 100644 --- a/Application/Admin/View/Permission/index.html +++ b/Application/Admin/View/Permission/index.html @@ -57,7 +57,7 @@ $('.api-add').on('click', function () { layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: '{:U("add")}' }); diff --git a/Application/Admin/View/User/index.html b/Application/Admin/View/User/index.html index 7c8f9c9..37a7121 100644 --- a/Application/Admin/View/User/index.html +++ b/Application/Admin/View/User/index.html @@ -55,7 +55,7 @@ $('.api-add').on('click', function () { layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: '{:U("add")}' }); @@ -64,7 +64,7 @@ var ownObj = $(this); layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: ownObj.attr('data-url') });