const ENV_PATH = { serverPath: 'http://47.107.53.207:8914', // 请求前缀地址 //serverFilePath: 'https://lsfdev.benyuntech.com/data/access', // 文件前缀地址 appId: 'wxfc1ae62fd810717d', // 小程序 appid appName: '销售小程序', // 小程序名称(登录页面显示的名称) name: '销售系统', // 小程序名称 // webSocketURL: 'wss://lsfdev.benyuntech.com/ws/websocket', // websocket url logo: '/1679883944003-logo1.png', // 登录页面显示的 logo } module.exports = ENV_PATH