| | |
| | | { |
| | | "name": "lilishop", |
| | | "name": "lvmankuang", |
| | | "version": "1.0.0", |
| | | "private": true, |
| | | "scripts": { |
| | |
| | | |
| | | const Cookie = require('js-cookie') |
| | | module.exports = { |
| | | title:Cookie.get('siteName') || 'lilishop', //配置显示在浏览器标签的title、底部信息、部分信息展示的值 |
| | | title:Cookie.get('siteName') || '绿满筐', //配置显示在浏览器标签的title、底部信息、部分信息展示的值 |
| | | icpCard: "", // icp证 |
| | | company: { |
| | | href: "https://pickmall.cn", |
| | |
| | | navList: [], // 首页快捷导航 |
| | | cartNum: storage.getItem('cartNum') || 0, |
| | | logoImg: storage.getItem('logoImg') || require('@/assets/images/logo2.png'), |
| | | siteName:storage.getItem('siteName')|| 'lilishop', |
| | | siteName:storage.getItem('siteName')|| '绿满筐', |
| | | hotWordsList: storage.getItem('hotWordsList'), |
| | | category: JSON.parse(localStorage.getItem('category')) |
| | | }, |
| | |
| | | { |
| | | "name": "lilishop", |
| | | "name": "lvmankuang", |
| | | "version": "1.0.0", |
| | | "private": true, |
| | | "description": "lilishop-ui", |
| | | "description": "绿满筐", |
| | | "author": "lili-platform", |
| | | "scripts": { |
| | | "serve": "vue-cli-service serve", |
| | |
| | | module.exports = { |
| | | title: "lilishop", //配置显示在浏览器标签的title |
| | | title: "绿满筐", //配置显示在浏览器标签的title |
| | | /** |
| | | * 高德地图申请链接 |
| | | * https://lbs.amap.com/api/javascript-api/guide/abc/prepare |
| | |
| | | { |
| | | "name": "lilishop", |
| | | "name": "lvmankuang", |
| | | "version": "1.0.0", |
| | | "private": true, |
| | | "description": "lilishop-ui", |
| | | "description": "绿满筐", |
| | | "author": "lili-platform", |
| | | "scripts": { |
| | | "serve": "vue-cli-service serve", |
| | |
| | | |
| | | module.exports = { |
| | | title: "lilishop", //配置显示在浏览器标签的title |
| | | title: "绿满筐", //配置显示在浏览器标签的title |
| | | /** |
| | | * 高德地图申请链接 |
| | | * https://lbs.amap.com/api/javascript-api/guide/abc/prepare |