* @Date: 2021-12-06 16:04:50 * @LastEditTime: 2022-04-21 17:02:15 * @LastEditors: TaoLer * @Description: 搜索引擎SEO优化设置 * @FilePath: \TaoLer\app\admin\route\route.php * Copyright (c) 2020~2022 http://www.aieok.com All rights reserved. */ use think\facade\Route; // 动态详情页URL别称 $detail_as = config('taoler.url_rewrite.article_as'); Route::get('captcha/[:config]','\\think\\captcha\\CaptchaController@index'); Route::get(config('taoler.url_rewrite.article_as').'', '\app\index\controller\Article@detail')->name('detail_id');