Download the PHP package hahadu/think-jump-class without Composer
On this page you can find all versions of the php package hahadu/think-jump-class. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hahadu/think-jump-class
More information about hahadu/think-jump-class
Files in hahadu/think-jump-class
Download hahadu/think-jump-class
More information about hahadu/think-jump-class
Files in hahadu/think-jump-class
Vendor hahadu
Package think-jump-class
Short Description 基于thinkphp6的页面跳转模块
License Apache-2.0
Package think-jump-class
Short Description 基于thinkphp6的页面跳转模块
License Apache-2.0
Keywords thinkphpthink-jump
Please rate this library. Is it a good library?
Informations about the package think-jump-class
think-jump-class
基于thinkphp6的页面跳转模块
安装:composer require hahadu/think-jump-class
- 支持自定义状态码
- 支持layer弹窗自动关闭
- 兼容tp旧版本的跳转写法($this->success)
更新:
11.10更新:
- 新增ajax返回
- 修复配置模板文件无效
- 新增快捷函数jump_page();
10.15更新:
- V3.0版
-
- 1、新增:自定义http_response_code
-
- 2、新增:自定义title
-
- 3、新增:Exception
-
- 4、修复:mysql保留关键字冲突
使用:
或者:
或者使用快捷函数
jumpPage()有三个参数
第一个参数是页面状态码
第二个参数是跳转的URL,为空默认为默认应用的url,如果是站内跳转的默认跳转回上一页
第三个参数是等待时间(秒),默认为’wait_second‘的值
配置
自定义跳转模板
- 自定义跳转模板文件:comopser安装后会自动在config生成一个jumpPage.php的配置文件
- 或者复制src/config目录下jumpPage.php到应用目录下
- 修改JumpPage中的'dispatch_tpl'值为你的配置文件路径即可
配置ajax
完整的配置文件
创建跳转状态码数据表:
delete_time需要根据你的软删除设置DEFAULT值
-
兼容thinkPHP旧版本的$this->success(),$this->error()等方法:
- 在需要跳转的控制器中引入’\Hahadu\ThinkJumpPage\TraitJump‘:
All versions of think-jump-class with dependencies
PHP Build Version
Package Version
The package hahadu/think-jump-class contains the following files
Loading the files please wait ....