|
@@ -8,8 +8,15 @@ export default {
|
|
|
meta: [
|
|
|
{ charset: 'utf-8' },
|
|
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
|
|
- { hid: 'description', name: 'description', content: '' },
|
|
|
- { name: 'format-detection', content: 'telephone=no' }
|
|
|
+ {hid:'keywords',name:'keywords',content:'助贷获客,信贷拓客,金融中介CRM系统'}, // 关键字
|
|
|
+ { hid: 'description', name: 'description', content: '惠融易客助贷系统是一套专门为助贷机构量身打造的金融中介精准获客服务平台。一站式帮助助贷机构,金融居间公司,银行贷款中介老板解决获客难,转化差,管理难等业务难题,提高销售人员效率,提升销售团队业绩!现在申请,可立即试用!' }, // 描述
|
|
|
+ {name:'robots',content:'index' },
|
|
|
+ {name:'applicable-device', content:"pc,mobile"},
|
|
|
+ {name: 'format-detection', content: 'telephone=no' },
|
|
|
+ // {name:"google-site-verification",content:""}, // 谷歌
|
|
|
+ // {name:"baidu-site-verification",content:""}, // 百度
|
|
|
+ // {name:"360-site-verification", content:""}, //360
|
|
|
+ // {name:"sogou_site_verification", content:""} // 搜狗
|
|
|
],
|
|
|
link: [
|
|
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|