resolve conflict

This commit is contained in:
misworga831
2023-10-16 18:20:29 +08:00
parent 218cee2aef
commit 08b4a04791
2 changed files with 57 additions and 1 deletions

View File

@@ -19,5 +19,9 @@ module.exports = {
aMapSwitch:false, //是否开启高德定位
enableCDN: true, //生产环境 是否启用cdn加载 vue等js
port: 10000, //端口
inputMaxLength:'140' //全局输入框默认最大输入长度字
inputMaxLength:'140', //全局输入框默认最大输入长度字
PC_DOMAIN: "https://pc-b2b2c.pickmall.cn", // PC端域名
WAP_DOMAIN: "https://m-b2b2c.pickmall.cn", // WAP端域名
};