|
@@ -10,11 +10,13 @@ module.exports = {
|
|
|
** Headers of the page
|
|
** Headers of the page
|
|
|
*/
|
|
*/
|
|
|
head: {
|
|
head: {
|
|
|
|
|
+ title: '【优软商城】IC电子元器件现货采购交易平台商城',
|
|
|
meta: [
|
|
meta: [
|
|
|
{ charset: 'utf-8' },
|
|
{ charset: 'utf-8' },
|
|
|
{ 'http-equiv': 'X-UA-Compatible', content: 'IE=edge,chrome=1' },
|
|
{ 'http-equiv': 'X-UA-Compatible', content: 'IE=edge,chrome=1' },
|
|
|
{ name: 'render', content: 'webkit' },
|
|
{ name: 'render', content: 'webkit' },
|
|
|
- { name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
|
|
|
|
|
|
+ { name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
|
|
|
|
+ { hid: 'description', name: 'description', content: '优软商城(usoftmall.com)是中国领先的IC电子元器件现货采购交易网上商城,提供上千万种电子元器件现货采购交易,采购电子元器件就上优软商城!' }
|
|
|
],
|
|
],
|
|
|
link: [
|
|
link: [
|
|
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|