/** * @desc service config */ const APIRoot = { test: 'http://localhost:8080/web/v1', public: 'http://192.168.0.1:8080/web/v1', production: 'http://www.baidu.com:8080/web/v1' } export default APIRoot.test