config.js 177 B

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