1234567891011121314151617 |
- const base = {
- ajax: "https://topic.smcic.net/operate/world-cup/",
- // slikRoad: "http://172.17.17.201:9000/operate/",
- slikRoad: "https://topic.smcic.net/operate/",
- authorization: "https://bytedance.sxtvs.net/",
- chat:"https://gpt.smcic.net/",
- default: ""
- }
- if(process.env.VUE_APP_ENV==="Dev"){
- base.chat= "http://172.17.17.206/"
- }
- export default {
- base,
- };
|