12345678 |
- export default {
- web_name: "智小狸",
- uni_app_web_api_url: "http://localhost:8087/zl", //后端统一接口路径
- web_socket_url:'wss://zk.li-ai.com.cn/driver/ws/',
- // uni_app_web_api_url: "http://192.168.3.110:8088/driver/api",
- // web_socket_url:'ws://192.168.3.110:8088/driver/ws/',
- debug: true
- }
|