refactor: 重构PC分享页面,优化布局展示,增加移动端二维码展示

This commit is contained in:
Chopper711
2023-09-25 15:02:57 +08:00
parent 4ef2496221
commit f968f3d20d
2 changed files with 117 additions and 37 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端域名
};