|
|
@ -9,9 +9,9 @@ $current_cate_id = $current_cate['id'] ?? ''; |
|
|
<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>工业控制产品 - 睿能科技</title> |
|
|
|
|
|
<meta name="keywords" content="工业控制,PLC,HMI,物联网,睿能科技" /> |
|
|
|
|
|
<meta name="description" content="睿能科技工业控制产品,涵盖运动控制PLC、过程控制PLC、人机界面HMI与物联网产品。" /> |
|
|
|
|
|
|
|
|
<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> |
|
|
|