数据监控默认地址修改
This commit is contained in:
		
							parent
							
								
									fe2ccbdc1b
								
							
						
					
					
						commit
						ff09e1cf55
					
				| 
						 | 
					@ -8,7 +8,7 @@ export default {
 | 
				
			||||||
  name: "Druid",
 | 
					  name: "Druid",
 | 
				
			||||||
  data() {
 | 
					  data() {
 | 
				
			||||||
    return {
 | 
					    return {
 | 
				
			||||||
      src: process.env.VUE_APP_BASE_API + "/druid/index.html",
 | 
					      src: process.env.VUE_APP_BASE_API + "/druid/login.html",
 | 
				
			||||||
      height: document.documentElement.clientHeight - 94.5 + "px;",
 | 
					      height: document.documentElement.clientHeight - 94.5 + "px;",
 | 
				
			||||||
      loading: true
 | 
					      loading: true
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue