feat: 新增多标签Tab页内嵌模式

This commit is contained in:
Yer
2023-07-06 11:44:15 +08:00
parent 3c83179579
commit 6b697f9ecd
38 changed files with 255 additions and 136 deletions

View File

@@ -1,3 +1,4 @@
module.exports = {
title: "lilishop", //配置显示在浏览器标签的title
/**
@@ -11,10 +12,12 @@ module.exports = {
website: "https://www.pickmall.cn", //官网地址
enableCDN: true, //生产环境 是否启用cdn加载 vue等js
port: 10002, //端口
inputMaxLength:'140', //全局输入框默认最大输入长度字
inputMaxLength: "140", //全局输入框默认最大输入长度字
/**
* 如需更换主题请修改此处以及theme.less中修改
*/
mainColor:"#ff5c58", //主题色
mainColor: "#ff5c58", //主题色
setting: {
isUseTabsRouter: true, //多标签Tab页模式
},
};