修改buyer端发现的问题
parent
b6fa3175c6
commit
706bab7eff
|
@ -1,7 +1,7 @@
|
||||||
var storage = require('@/plugins/storage');
|
|
||||||
|
const Cookie = require('js-cookie')
|
||||||
module.exports = {
|
module.exports = {
|
||||||
//title: "lili-shop", //配置显示在浏览器标签的title、底部信息、部分信息展示的值
|
title:Cookie.get('siteName'), //配置显示在浏览器标签的title、底部信息、部分信息展示的值
|
||||||
title:storage.default.getItem('siteName'),
|
|
||||||
icpCard: "", // icp证
|
icpCard: "", // icp证
|
||||||
company: {
|
company: {
|
||||||
href: "https://pickmall.cn",
|
href: "https://pickmall.cn",
|
||||||
|
|
Loading…
Reference in New Issue