consts.js 187 B

1234567
  1. const httpUrls = {
  2. // 测试环境
  3. // baseApi: 'https://whiteboardtest.ai160.com/'
  4. // 正式环境
  5. baseApi: 'https://whiteboard.ai160.com/sharedWhiteBoard/'
  6. }
  7. export { httpUrls }