mirror of
http://112.124.100.131/ebiz-ai/ebiz-base-ai.git
synced 2025-12-06 17:36:48 +08:00
chore: 更改对应的标题内容
This commit is contained in:
46
index.html
46
index.html
@@ -1,29 +1,25 @@
|
||||
<!DOCTYPE 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>
|
||||
<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>OA智能助理</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>欢迎来到OA智能助理</h1>
|
||||
<p id="info"></p>
|
||||
</body>
|
||||
<script type="text/javascript">
|
||||
dd.ready(function () {
|
||||
|
||||
dd.runtime.permission.requestAuthCode({
|
||||
corpId: "dinga483783a6e936d79", // 企业id
|
||||
onSuccess: function (info) {
|
||||
code = info.code // 通过该免登授权码可以获取用户身份
|
||||
$("#info").html(info);
|
||||
alert(JSON.stringfy(info));
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<p id="info"></p>
|
||||
</body>
|
||||
<script type="text/javascript">
|
||||
// dd.ready(function() {
|
||||
// dd.runtime.permission.requestAuthCode({
|
||||
// corpId: 'dinga483783a6e936d79', // 企业id
|
||||
// onSuccess: function(info) {
|
||||
// code = info.code // 通过该免登授权码可以获取用户身份
|
||||
// $('#info').html(info)
|
||||
// alert(JSON.stringify(info))
|
||||
// }
|
||||
// })
|
||||
// })
|
||||
</script>
|
||||
</html>
|
||||
|
||||
@@ -25,14 +25,14 @@ export default [
|
||||
path: '/',
|
||||
redirect: '/home',
|
||||
meta: {
|
||||
title: 'OA智能助理'
|
||||
title: '长生产品助手'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/home',
|
||||
component: home,
|
||||
meta: {
|
||||
title: 'OA智能助理'
|
||||
title: '长生产品助手'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -51,7 +51,7 @@ export default [
|
||||
name: 'productRecommend',
|
||||
component: () => import('@/views/AI-new/views/productRecommend/index.vue'),
|
||||
meta: {
|
||||
title: '产品推荐助手-保障型',
|
||||
title: '产品推荐助手',
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
@@ -50,7 +50,7 @@ export default {
|
||||
[
|
||||
{ title: "产品助手", icon: 'product', path: '/productAssistant' },
|
||||
{ title: "产品知识助手", icon: 'product', path: '/productKnowledge' },
|
||||
{ title: "产品推荐助手-保障型", icon: 'product', path: '/productRecommend' },
|
||||
{ title: "产品推荐助手", icon: 'product', path: '/productRecommend' },
|
||||
],
|
||||
[
|
||||
{ title: 'AI智能助手', icon: 'product', path: '/chatPage' },
|
||||
|
||||
Reference in New Issue
Block a user