派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-13 0ce3820acfc7777bba2f728f42afd99bc26bf19c
src/api/mapUrl.js
@@ -1,10 +1,10 @@
/**
 * 该文件配置接口的URL地址
 */
class ApiURLs{
    constructor(){
        this.APIURL_HELLOWORLD = 'http://www.baidu.com'
    }
 * 该文件配置接口的URL地址
 */
class ApiURLs {
  constructor () {
    this.APIURL_HELLOWORLD = 'http://www.baidu.com'
  }
}
export default new ApiURLs()