修改部分冗余代码,新增商家端npmrc配置 后续还会新增yarnrc

This commit is contained in:
lemon橪
2021-11-22 11:16:32 +08:00
parent 515cd3ebbd
commit 6ecb6b8055
15 changed files with 18 additions and 206 deletions

View File

@@ -16,11 +16,7 @@ module.exports = {
* @description icp备案号
*/
icpMessage: "京ICP备20009696号-1",
/**
* @description token在Cookie中存储的天数默认1天
*/
cookieExpires: 1,
/**
/**
* @description 是否使用国际化默认为false
* 如果不使用则需要在路由中给需要在菜单中展示的路由设置meta: {title: 'xxx'}
* 用来在菜单中显示文字