项目需要配置的地方添加 FIXME 环境配置 注释方便查找
This commit is contained in:
		@@ -22,6 +22,12 @@ export default {
 | 
			
		||||
    /**
 | 
			
		||||
     * 后端接口请求地址
 | 
			
		||||
     * (结尾加不加 / 都可)
 | 
			
		||||
     *
 | 
			
		||||
     * FIXME 环境配置
 | 
			
		||||
     *
 | 
			
		||||
     * backendHost
 | 
			
		||||
     * - 线上环境:"https://epp.only4.work/"
 | 
			
		||||
     * - 开发环境:"http://localhost/"
 | 
			
		||||
     */
 | 
			
		||||
    backendHost: "//epp.only4.work/",
 | 
			
		||||
    backendHost: "http://localhost/",
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user