config.js 306 B

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