联系官方销售客服

1835022288

028-61286886

求助 版主:官方研发技术组
搜索功能提示的错误,这个是什么原因。
类型:迅睿CMS 更新时间:2022-01-18 15:34:56 搜索功能

image

image

搜索功能提示的错误,这个是什么原因。


回帖
  • 官方研发技术-陈老师
    #1楼    官方研发技术-陈老师
    2022-01-18 15:20:46
    Chrome 0

    image
    s=so不是cms的功能点,所以会故障了,cms没有这种地址
  • LandQ
    #2楼    LandQ
    2022-01-18 15:34:56
    Chrome 0
    <form class="search-form" action="/index.php" method="get">
        <input type="hidden" name="s" value="article">
        <input type="hidden" name="c" value="search">
        <input type="text" class="txt s" placeholder="请输入关键词" name="keyword" >
        <button type="submit" class="submit s">探索>></button>
    </form>
    代码中的 article <input type="hidden" name="s" value="article">改成你的模块目录就行了