config.js 186 B

1234567
  1. export default {
  2. // 接口地址
  3. serverUrl: "https://broadcast.waityou24.cn",
  4. wechatUrl: "https://broadcast.waityou24.cn",
  5. // 设备信息
  6. system: uni.getSystemInfoSync(),
  7. };