Browse Source

浏览器图标

yangc 7 years ago
parent
commit
893f7e3843
2 changed files with 1 additions and 1 deletions
  1. 1 1
      nuxt.config.js
  2. BIN
      static/u.png

+ 1 - 1
nuxt.config.js

@@ -35,7 +35,7 @@ module.exports = {
       { hid: 'description', name: 'description', content: '优软商城(usoftmall.com)是中国领先的IC电子元器件现货采购交易网上商城,提供上千万种电子元器件现货采购交易,采购电子元器件就上优软商城!' }
     ],
     link: [
-      { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
+      { rel: 'icon', type: 'image/x-icon', href: '/u.png' }
     ]
   },
   /*

BIN
static/u.png