hookehuyr

fix html页面上显示默认的title和meta,动态生成的似乎有点抓不到

...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
8 <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> 8 <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
9 <meta http-equiv="Pragma" content="no-cache"> 9 <meta http-equiv="Pragma" content="no-cache">
10 <meta http-equiv="Expires" content="0"> 10 <meta http-equiv="Expires" content="0">
11 + <title>海格电气 | Hager | 官方网站</title>
12 + <meta name="keywords" content="海格电气 海格集团是全球领先的电气及智能化解决方案和服务提供商,应用领域涵盖住宅、商业建筑、公共建筑和工业。海格电气品牌代表了集团的核心业务,覆盖配电系统、电缆管理系统,KNX 智能控制系统和开关面板、楼宇自动化和安防系统。">
13 + <meta name="description" content="海格电气 构建未来电气世界 让人们的生活更安全、更清洁、更愉悦。">
11 </head> 14 </head>
12 <body> 15 <body>
13 <div id="app"></div> 16 <div id="app"></div>
......