mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
feat: ✨ 商家端新增格式化价格文件插件并在代码中引入,更新代码需要install插件
This commit is contained in:
@@ -11,5 +11,10 @@ module.exports = {
|
||||
website: "https://www.pickmall.cn", //官网地址
|
||||
enableCDN: true, //生产环境 是否启用cdn加载 vue等js
|
||||
port: 10002, //端口
|
||||
inputMaxLength:'140' //全局输入框默认最大输入长度字
|
||||
inputMaxLength:'140', //全局输入框默认最大输入长度字
|
||||
/**
|
||||
* 如需更换主题请修改此处以及theme.less中修改
|
||||
*/
|
||||
mainColor:"#ff5c58", //主题色
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user