| | |
| | | */ |
| | | // 开发环境 |
| | | const dev = { |
| | | im: "http://192.168.0.4:8885", |
| | | common: "http://192.168.0.4:8890", |
| | | buyer: "http://192.168.0.4:8888", |
| | | // im: "http://192.168.0.15:8885", |
| | | // common: "http://192.168.0.15:8890", |
| | | // buyer: "http://192.168.0.15:8888", |
| | | // store: "http://192.168.0.15:8889", |
| | | |
| | | // im: "http://127.0.0.1:8885", |
| | | // common: "http://127.0.0.1:8890", |
| | | // buyer: "http://127.0.0.1:8888", |
| | | // store: "http://127.0.0.1:8889", |
| | | |
| | | // common: "http://192.168.0.113:8890", |
| | | // buyer: "http://192.168.0.113:8888", |
| | | // im: "http://192.168.0.113:8885", |
| | | im: "https://myk.9village.cn", |
| | | common: "https://myk.9village.cn", |
| | | buyer: "https://myk.9village.cn", |
| | | store: "https://myk.9village.cn", |
| | | // im: "https://www.meiyikuang.com/mykapi", |
| | | // common: "https://www.meiyikuang.com/mykapi", |
| | | // buyer: "https://www.meiyikuang.com/mykapi", |
| | | // store: "https://www.meiyikuang.com/mykapi", |
| | | }; |
| | | // 生产环境 |
| | | const prod = { |
| | | im: "https://im-api.pickmall.cn", |
| | | common: "https://common-api.pickmall.cn", |
| | | buyer: "https://buyer-api.pickmall.cn", |
| | | // im: "http://1.95.67.54:888", |
| | | // common: "http://1.95.67.54:888", |
| | | // buyer: "http://1.95.67.54:888", |
| | | // store: "http://1.95.67.54:888", |
| | | im: "https://myk.9village.cn", |
| | | common: "https://myk.9village.cn", |
| | | buyer: "https://myk.9village.cn", |
| | | store: "https://myk.9village.cn", |
| | | }; |
| | | |
| | | //默认生产环境 |
| | |
| | | |
| | | api.buyer += "/buyer"; |
| | | api.common += "/common"; |
| | | api.store += "/store"; |
| | | api.im += "/im"; |
| | | export default { |
| | | ...api, |