123456789101112131415161718192021 |
- module.exports = [{
- name: '开发',
- ip: 'http://192.168.1.103:10066'
- },
- {
- name: '测试',
- ip: 'http://testapi.xklr.net:8601'
- },
- {
- name: '正式',
- ip: 'http://apiv3.xklr.net'
- },
- {
- name: '兰溪',
- ip: 'https://lxh5api.xklr.net'
- },
- {
- name: '附海',
- ip: 'http://192.26.1.242:10066'
- }
- ];
|