index.js 383 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. default: ""
  8. }
  9. if(process.env.VUE_APP_ENV==="Dev"){
  10. base.chat= "http://172.17.17.206/"
  11. }
  12. export default {
  13. base,
  14. };