💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
>[danger] 引入 `liliuwei/thinkphp-jump` 扩展 #### 在应用根目录执行以下命令 ``` composer require liliuwei/thinkphp-jump ```` ![](https://img.kancloud.cn/4e/6c/4e6ced92b70b22f9a3516d1729ef7952_1229x500.png) >[danger] 引入该扩展后会在全局配置目录生成 `jump.php` 文件 ``` return[ // 默认跳转页面对应的模板文件 'dispatch_success_tmpl' => app()->getRootPath().'/vendor/liliuwei/thinkphp-jump/src/tpl/dispatch_jump.tpl', 'dispatch_error_tmpl' => app()->getRootPath().'/vendor/liliuwei/thinkphp-jump/src/tpl/dispatch_jump.tpl', ]; ```