| 
					
				 | 
			
			
				@@ -13,9 +13,9 @@ const port = 6112 // 端口配置 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // All configuration item explanations can be find in https://cli.vuejs.org/config/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 module.exports = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // hash 模式下可使用 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    publicPath: process.env.NODE_ENV === "production" ? "/vzhcy/" : "/vzhcy/", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    //publicPath: '/', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    outputDir: 'vzhcy', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    //publicPath: process.env.NODE_ENV === "production" ? "/" : "/", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    publicPath: './', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    outputDir: 'dist', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     assetsDir: 'static', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     lintOnSave: process.env.NODE_ENV === 'development', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     productionSourceMap: false, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -150,4 +150,4 @@ module.exports = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         'vue-echarts', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         'resize-detector' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 |