index.js 439 B

1234567891011121314151617
  1. const base = {
  2. ajax: 'https://topic.smcic.net/operate/world-cup/',
  3. // slikRoad: "http://172.17.17.201:9000/operate/",
  4. slikRoad: 'https://topic.smcic.net/operate/',
  5. authorization: 'https://bytedance.sxtvs.net/',
  6. chat: 'https://gpt.smcic.net/',
  7. ws: 'wss://chatglm.sxtvs.net/queue/join',
  8. default: '',
  9. };
  10. if (process.env.VUE_APP_ENV === 'Dev') {
  11. // base.ws = 'ws://10.30.162.36:7860/queue/join'
  12. }
  13. export default {
  14. base,
  15. };