chore: 更改对应的标题内容

This commit is contained in:
huangzhe
2025-07-31 16:07:21 +08:00
parent c60b454999
commit d292045c19
4 changed files with 25 additions and 29 deletions

View File

@@ -1,29 +1,25 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="https://g.alicdn.com/dingding/dingtalk-jsapi/3.0.25/dingtalk.open.js"></script>
<title>长生产品助手</title>
</head>
<head> <body>
<meta charset="utf-8"> <p id="info"></p>
<meta name="viewport" content="width=device-width, initial-scale=1"> </body>
<script src="https://g.alicdn.com/dingding/dingtalk-jsapi/3.0.25/dingtalk.open.js"></script> <script type="text/javascript">
<title>OA智能助理</title> // dd.ready(function() {
</head> // dd.runtime.permission.requestAuthCode({
// corpId: 'dinga483783a6e936d79', // 企业id
<body> // onSuccess: function(info) {
<h1>欢迎来到OA智能助理</h1> // code = info.code // 通过该免登授权码可以获取用户身份
<p id="info"></p> // $('#info').html(info)
</body> // alert(JSON.stringify(info))
<script type="text/javascript"> // }
dd.ready(function () { // })
// })
dd.runtime.permission.requestAuthCode({ </script>
corpId: "dinga483783a6e936d79", // 企业id
onSuccess: function (info) {
code = info.code // 通过该免登授权码可以获取用户身份
$("#info").html(info);
alert(JSON.stringfy(info));
}
});
});
</script>
</html> </html>

View File

@@ -25,14 +25,14 @@ export default [
path: '/', path: '/',
redirect: '/home', redirect: '/home',
meta: { meta: {
title: 'OA智能助理' title: '长生产品助手'
} }
}, },
{ {
path: '/home', path: '/home',
component: home, component: home,
meta: { meta: {
title: 'OA智能助理' title: '长生产品助手'
} }
} }
] ]

View File

@@ -51,7 +51,7 @@ export default [
name: 'productRecommend', name: 'productRecommend',
component: () => import('@/views/AI-new/views/productRecommend/index.vue'), component: () => import('@/views/AI-new/views/productRecommend/index.vue'),
meta: { meta: {
title: '产品推荐助手-保障型', title: '产品推荐助手',
}, },
}, },
] ]

View File

@@ -50,7 +50,7 @@ export default {
[ [
{ title: "产品助手", icon: 'product', path: '/productAssistant' }, { title: "产品助手", icon: 'product', path: '/productAssistant' },
{ title: "产品知识助手", icon: 'product', path: '/productKnowledge' }, { title: "产品知识助手", icon: 'product', path: '/productKnowledge' },
{ title: "产品推荐助手-保障型", icon: 'product', path: '/productRecommend' }, { title: "产品推荐助手", icon: 'product', path: '/productRecommend' },
], ],
[ [
{ title: 'AI智能助手', icon: 'product', path: '/chatPage' }, { title: 'AI智能助手', icon: 'product', path: '/chatPage' },