update icons and templates
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								public/favicon.2.ico
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								public/favicon.2.ico
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 9.9 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 85 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								src/assets/img/logo.jpeg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/assets/img/logo.jpeg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 85 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/img/logo_128.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/assets/img/logo_128.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 9.9 KiB  | 
							
								
								
									
										5
									
								
								src/assets/img/rhi_logo.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								src/assets/img/rhi_logo.svg
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 5.9 KiB  | 
@@ -3,7 +3,7 @@ const t = {}
 | 
			
		||||
t.loading = '加载中...'
 | 
			
		||||
 | 
			
		||||
t.brand = {}
 | 
			
		||||
t.brand.lg = '奥镁耐火砖PMS'
 | 
			
		||||
t.brand.lg = '奥镁(重庆)PMS'
 | 
			
		||||
t.brand.mini = 'PMS'
 | 
			
		||||
 | 
			
		||||
t.add = '新增'
 | 
			
		||||
 
 | 
			
		||||
@@ -6,22 +6,34 @@
 | 
			
		||||
        backgroundImage: 'url(' + (coverImgUrl ? coverImgUrl : baseImg) + ')',
 | 
			
		||||
        backgroundSize: '100% 100%',
 | 
			
		||||
        backgroundRepeat: 'no-repeat',
 | 
			
		||||
      }"
 | 
			
		||||
    >
 | 
			
		||||
      }">
 | 
			
		||||
      <div class="login-background-container">
 | 
			
		||||
        <div class="back-title">
 | 
			
		||||
          Wel<span>come</span>
 | 
			
		||||
          <p><span class="back-title-point" />奥镁耐火砖</p>
 | 
			
		||||
          Wel
 | 
			
		||||
          <span>come</span>
 | 
			
		||||
          <p>
 | 
			
		||||
            <span class="back-title-point" />
 | 
			
		||||
            奥镁(重庆)PMS
 | 
			
		||||
          </p>
 | 
			
		||||
        </div>
 | 
			
		||||
        <img :src="require('../../assets/img/login.gif')" style="width: 90%; margin-left: 5%" alt="" />
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <el-form ref="dataForm" :model="dataForm" :rules="dataRule" class="login-form" autocomplete="on" label-position="left">
 | 
			
		||||
    <el-form
 | 
			
		||||
      ref="dataForm"
 | 
			
		||||
      :model="dataForm"
 | 
			
		||||
      :rules="dataRule"
 | 
			
		||||
      class="login-form"
 | 
			
		||||
      autocomplete="on"
 | 
			
		||||
      label-position="left">
 | 
			
		||||
      <div class="title-container">
 | 
			
		||||
        <h3 class="title" :title="'标题'">
 | 
			
		||||
          <img src="../../assets/img/cnbm.png" style="width: 1em; height: 1em; position: relative; top: 0.15em; margin-right: 12px" alt="" />
 | 
			
		||||
          <img
 | 
			
		||||
            src="../../assets/img/logo_128.png"
 | 
			
		||||
            style="width: 2em; height: 2em; position: relative; margin-right: 12px"
 | 
			
		||||
            alt="" />
 | 
			
		||||
          <!-- {{ "title" | i18nFilter }} -->
 | 
			
		||||
          奥镁耐火砖PMS
 | 
			
		||||
          奥镁(重庆)PMS
 | 
			
		||||
        </h3>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
@@ -33,8 +45,7 @@
 | 
			
		||||
          name="username"
 | 
			
		||||
          type="text"
 | 
			
		||||
          tabindex="1"
 | 
			
		||||
          autocomplete="on"
 | 
			
		||||
        />
 | 
			
		||||
          autocomplete="on" />
 | 
			
		||||
      </el-form-item>
 | 
			
		||||
 | 
			
		||||
      <el-tooltip v-model="capsTooltip" content="Caps lock is On" placement="right" manual>
 | 
			
		||||
@@ -50,8 +61,7 @@
 | 
			
		||||
            autocomplete="on"
 | 
			
		||||
            @keyup.native="checkCapslock"
 | 
			
		||||
            @blur="capsTooltip = false"
 | 
			
		||||
            @keyup.enter.native="dataFormSubmitHandle"
 | 
			
		||||
          />
 | 
			
		||||
            @keyup.enter.native="dataFormSubmitHandle" />
 | 
			
		||||
          <span class="show-pwd" @click="showPwd">
 | 
			
		||||
            <!-- <svg-icon
 | 
			
		||||
							:icon-class="passwordType === 'password' ? 'eye' : 'eye-open'"
 | 
			
		||||
@@ -85,20 +95,19 @@
 | 
			
		||||
        :loading="loading"
 | 
			
		||||
        type="primary"
 | 
			
		||||
        style="width: 83.4%; height: 6vh; background-color: #0b58ff; margin: 0px 8.3%; margin-top: 5vh"
 | 
			
		||||
        @click.native.prevent="dataFormSubmitHandle"
 | 
			
		||||
      >
 | 
			
		||||
        @click.native.prevent="dataFormSubmitHandle">
 | 
			
		||||
        <!-- {{ "login.logIn" | i18nFilter }} -->
 | 
			
		||||
        登录
 | 
			
		||||
      </el-button>
 | 
			
		||||
      <el-row class="login-footer">
 | 
			
		||||
        <el-row class="login-language">
 | 
			
		||||
          <el-col :span="2" :offset="8" :class="['login-language-box', language === 'zh' ? 'isActive' : '']" @click.native="changeLanguage('zh')">
 | 
			
		||||
          <!-- <el-col :span="2" :offset="8" :class="['login-language-box', language === 'zh' ? 'isActive' : '']" @click.native="changeLanguage('zh')">
 | 
			
		||||
            中文
 | 
			
		||||
          </el-col>
 | 
			
		||||
          <el-col :span="1" :offset="1" style="color: #dcdfe6">|</el-col>
 | 
			
		||||
          <el-col :span="2" :offset="1" :class="['login-language-box', language === 'en' ? 'isActive' : '']" @click.native="changeLanguage('en')">
 | 
			
		||||
            English
 | 
			
		||||
          </el-col>
 | 
			
		||||
          </el-col> -->
 | 
			
		||||
        </el-row>
 | 
			
		||||
        <el-row class="login-copyright">
 | 
			
		||||
          <!-- {{ "copyright.copyright" | i18nFilter }}:{{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user