dev.js 518 B

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