1234567891011 |
- const ENV_PATH = {
- serverPath: 'https://www.boxuetech.top/ch/prod-api', // 请求前缀地址
- //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
|