|  | @@ -1,7 +1,7 @@
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |    <div class="login">
 | 
	
		
			
				|  |  |      <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
 | 
	
		
			
				|  |  | -      <h3 class="title">{{ test? '道合': '智慧云仓平台' }}</h3>
 | 
	
		
			
				|  |  | +      <h3 class="title">{{ test? '青岛道合': '智慧云仓平台' }}</h3>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        <el-form-item prop="username">
 | 
	
		
			
				|  |  |          <el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
 | 
	
	
		
			
				|  | @@ -110,7 +110,7 @@ export default {
 | 
	
		
			
				|  |  |      this.getCode();
 | 
	
		
			
				|  |  |      this.getCookie();
 | 
	
		
			
				|  |  |      const host = document.domain;
 | 
	
		
			
				|  |  | -    this.test = host.includes('wms') || host.includes('daohe');
 | 
	
		
			
				|  |  | +    this.test = host.includes('wms') || host.includes('dh');
 | 
	
		
			
				|  |  |      Cookies.set('test', this.test? 0: 1);
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    methods: {
 |