123456789101112131415161718 |
- module.exports = {
- // 测试服配置
- test:{
- "TITLE": "体考助教",
- "APPID": "wxa611371e97d35268",
- "APIURL" : "https://txzsapitest.tixunzs.com/",
- "FILEURL" : "https://txzsapitest.tixunzs.com/static/app/teacher/",
- "SOCKET": "wss://txzsapitest.tixunzs.com/wss",
- },
- // 正式服配置
- prod:{
- "TITLE": "体训助手",
- "APPID": "wxbe3bd43bbebd619b",
- "APIURL" : "https://txzsapi.tixunzs.com/",
- "FILEURL" : "https://txzsapi.tixunzs.com/static/app/teacher/",
- "SOCKET": "wss://txzsapi.tixunzs.com/wss",
- },
- }
|