|
|
@ -8,9 +8,9 @@ $current_cate_id = $current_cate['id'] ?? 0; |
|
|
<head> |
|
|
<head> |
|
|
<meta charset="UTF-8"> |
|
|
<meta charset="UTF-8"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<title>{$current_cate['title']}解决方案 - 睿能科技</title> |
|
|
|
|
|
<meta name="keywords" content="协作码垛机器人,并联机器人,SCARA,睿能科技"> |
|
|
|
|
|
<meta name="description" content="以协作机器人为核心的码垛自动化方案,助力食品饮料、电商仓储等行业提升效率。"> |
|
|
|
|
|
|
|
|
<title>{$current_cate['seo_title']}</title> |
|
|
|
|
|
<meta name="keywords" content="{$current_cate['seo_keywords']}"> |
|
|
|
|
|
<meta name="description" content="{$current_cate['seo_description']}"> |
|
|
<!-- 公共CSS 自动被打包进页面 --> |
|
|
<!-- 公共CSS 自动被打包进页面 --> |
|
|
<link rel="icon" href="./favicon.ico" type="image/x-icon"> |
|
|
<link rel="icon" href="./favicon.ico" type="image/x-icon"> |
|
|
<script> |
|
|
<script> |
|
|
|