|  |  | @ -12,7 +12,7 @@ import allTools from "./plugin/allTools"; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | // import "./mock"; // 模拟数据
 |  |  |  | // import "./mock"; // 模拟数据
 | 
			
		
	
		
		
			
				
					
					|  |  |  | import { BASE_URL } from "./config/app" |  |  |  | //import { BASE_URL } from "./config/app"
 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | import axios from "axios"; |  |  |  | import axios from "axios"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import "../public/config.json"; |  |  |  | import "../public/config.json"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import myReq from "./utils/axios"; |  |  |  | import myReq from "./utils/axios"; | 
			
		
	
	
		
		
			
				
					|  |  | @ -28,7 +28,7 @@ Vue.config.productionTip = false; | 
			
		
	
		
		
			
				
					
					|  |  |  | let getUrl = ""; |  |  |  | let getUrl = ""; | 
			
		
	
		
		
			
				
					
					|  |  |  | let url = process.env.VUE_APP_API_BASE; |  |  |  | let url = process.env.VUE_APP_API_BASE; | 
			
		
	
		
		
			
				
					
					|  |  |  | let startApp = function() { |  |  |  | let startApp = function() { | 
			
		
	
		
		
			
				
					
					|  |  |  |     console.log(window.global_config.BASE_URL); |  |  |  | //    console.log(window.global_config.BASE_URL);
 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | //    axios.get("./config.json").then(res => {
 |  |  |  | //    axios.get("./config.json").then(res => {
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         // 基础地址
 |  |  |  |         // 基础地址
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         getUrl = url; |  |  |  |         getUrl = url; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |