no message
							parent
							
								
									8cb72dedf0
								
							
						
					
					
						commit
						b58a12bdb9
					
				
							
								
								
									
										2
									
								
								.env
								
								
								
								
							
							
						
						
									
										2
									
								
								.env
								
								
								
								
							| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
# port
 | 
					# port
 | 
				
			||||||
VITE_PORT = 3100
 | 
					VITE_PORT = 8080
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#  网站标题
 | 
					#  网站标题
 | 
				
			||||||
VITE_GLOB_APP_TITLE =''
 | 
					VITE_GLOB_APP_TITLE =''
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,10 +6,10 @@ VITE_PUBLIC_PATH = /
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 跨域代理,您可以配置多个 ,请注意,没有换行符
 | 
					# 跨域代理,您可以配置多个 ,请注意,没有换行符
 | 
				
			||||||
VITE_PROXY = [["/cpte-wms","http://localhost:8080/cpte-wms"],["/upload","http://localhost:3300/upload"]]
 | 
					VITE_PROXY = [["/cpte-wms","http://localhost:8000/cpte-wms"],["/upload","http://localhost:3300/upload"]]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#后台接口全路径地址(必填)
 | 
					#后台接口全路径地址(必填)
 | 
				
			||||||
VITE_GLOB_DOMAIN_URL=http://localhost:8080/cpte-wms
 | 
					VITE_GLOB_DOMAIN_URL=http://localhost:8000/cpte-wms
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#后台接口父地址(必填)
 | 
					#后台接口父地址(必填)
 | 
				
			||||||
VITE_GLOB_API_URL=/cpte-wms
 | 
					VITE_GLOB_API_URL=/cpte-wms
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 63 KiB  | 
| 
						 | 
					@ -10,8 +10,8 @@
 | 
				
			||||||
  position: fixed;
 | 
					  position: fixed;
 | 
				
			||||||
  top: 50%;
 | 
					  top: 50%;
 | 
				
			||||||
  left: 50%;
 | 
					  left: 50%;
 | 
				
			||||||
  width: 92%;
 | 
					  width: 100%;
 | 
				
			||||||
  height: auto;
 | 
					  height: 80vh;
 | 
				
			||||||
  -webkit-transform: translateX(-50%) translateY(-50%);
 | 
					  -webkit-transform: translateX(-50%) translateY(-50%);
 | 
				
			||||||
  -moz-transform: translateX(-50%) translateY(-50%);
 | 
					  -moz-transform: translateX(-50%) translateY(-50%);
 | 
				
			||||||
  -ms-transform: translateX(-50%) translateY(-50%);
 | 
					  -ms-transform: translateX(-50%) translateY(-50%);
 | 
				
			||||||
| 
						 | 
					@ -21,6 +21,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.aui-form {
 | 
					.aui-form {
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
 | 
					  height: 80vh;
 | 
				
			||||||
  background: #eee;
 | 
					  background: #eee;
 | 
				
			||||||
  display: -webkit-box;
 | 
					  display: -webkit-box;
 | 
				
			||||||
  display: -moz-box;
 | 
					  display: -moz-box;
 | 
				
			||||||
| 
						 | 
					@ -30,14 +31,17 @@
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.aui-image {
 | 
					.aui-image {
 | 
				
			||||||
  padding: 180px 80px;
 | 
					 | 
				
			||||||
  flex-basis: 60%;
 | 
					  flex-basis: 60%;
 | 
				
			||||||
  -webkit-flex-basis: 60%;
 | 
					  -webkit-flex-basis: 60%;
 | 
				
			||||||
  background-color: #0198cd;
 | 
					  background-color: #f5f7fa;
 | 
				
			||||||
  background-image: url(../icon/jeecg_ad.png);
 | 
					  background-image: url(../icon/cpte._ad.png);
 | 
				
			||||||
  background-size: cover;
 | 
					  background-size: contain;  // 完整显示图片,不裁剪
 | 
				
			||||||
 | 
					  background-position: center center;  // 水平垂直居中
 | 
				
			||||||
 | 
					  background-repeat: no-repeat;  // 防止重复
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.aui-image-text {
 | 
					.aui-image-text {
 | 
				
			||||||
  top: 50%;
 | 
					  top: 50%;
 | 
				
			||||||
  left: 50%;
 | 
					  left: 50%;
 | 
				
			||||||
| 
						 | 
					@ -48,7 +52,7 @@
 | 
				
			||||||
  flex-basis: 40%;
 | 
					  flex-basis: 40%;
 | 
				
			||||||
  -webkit-flex-basis: 40%;
 | 
					  -webkit-flex-basis: 40%;
 | 
				
			||||||
  box-sizing: border-box;
 | 
					  box-sizing: border-box;
 | 
				
			||||||
  padding: 30px 20px;
 | 
					  padding: 100px 20px;
 | 
				
			||||||
  background: #fff;
 | 
					  background: #fff;
 | 
				
			||||||
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1);
 | 
					  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -91,7 +95,7 @@
 | 
				
			||||||
  background: #f5f5f9;
 | 
					  background: #f5f5f9;
 | 
				
			||||||
  border-radius: 2px;
 | 
					  border-radius: 2px;
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  margin: 12px 0;
 | 
					  margin: 20px 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.aui-input-line input {
 | 
					.aui-input-line input {
 | 
				
			||||||
| 
						 | 
					@ -405,7 +409,7 @@
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.aui-formButton {
 | 
					.aui-formButton {
 | 
				
			||||||
  padding-top: 10px;
 | 
					  padding-top: 12px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.aui-formButton a {
 | 
					.aui-formButton a {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -67,9 +67,9 @@ export default {
 | 
				
			||||||
    signUpFormTitle: '注册',
 | 
					    signUpFormTitle: '注册',
 | 
				
			||||||
    forgetFormTitle: '重置密码',
 | 
					    forgetFormTitle: '重置密码',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    signInTitle: 'Jeecg Boot',
 | 
					    signInTitle: 'Cpte Wms',
 | 
				
			||||||
    signInDesc: '是中国最具影响力的 企业级低代码平台!在线开发,可视化拖拽设计,零代码实现80%的基础功能~',
 | 
					    signInDesc: '',
 | 
				
			||||||
    policy: '我同意敲敲云隐私政策',
 | 
					    policy: '',
 | 
				
			||||||
    scanSign: `扫码后,即可完成登录`,
 | 
					    scanSign: `扫码后,即可完成登录`,
 | 
				
			||||||
    scanSuccess: `扫码成功,登录中`,
 | 
					    scanSuccess: `扫码成功,登录中`,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -27,9 +27,9 @@
 | 
				
			||||||
                  <div class="aui-flex-box" :class="activeIndex === 'accountLogin' ? 'activeNav on' : ''" @click="loginClick('accountLogin')"
 | 
					                  <div class="aui-flex-box" :class="activeIndex === 'accountLogin' ? 'activeNav on' : ''" @click="loginClick('accountLogin')"
 | 
				
			||||||
                    >{{ t('sys.login.signInFormTitle') }}
 | 
					                    >{{ t('sys.login.signInFormTitle') }}
 | 
				
			||||||
                  </div>
 | 
					                  </div>
 | 
				
			||||||
                  <div class="aui-flex-box" :class="activeIndex === 'phoneLogin' ? 'activeNav on' : ''" @click="loginClick('phoneLogin')"
 | 
					<!--                  <div class="aui-flex-box" :class="activeIndex === 'phoneLogin' ? 'activeNav on' : ''" @click="loginClick('phoneLogin')"
 | 
				
			||||||
                    >{{ t('sys.login.mobileSignInFormTitle') }}
 | 
					                    >{{ t('sys.login.mobileSignInFormTitle') }}
 | 
				
			||||||
                  </div>
 | 
					                  </div>-->
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
                <div class="aui-form-box" style="height: 180px">
 | 
					                <div class="aui-form-box" style="height: 180px">
 | 
				
			||||||
                  <a-form ref="loginRef" :model="formData" v-if="activeIndex === 'accountLogin'" @keyup.enter.native="loginHandleClick">
 | 
					                  <a-form ref="loginRef" :model="formData" v-if="activeIndex === 'accountLogin'" @keyup.enter.native="loginHandleClick">
 | 
				
			||||||
| 
						 | 
					@ -64,7 +64,7 @@
 | 
				
			||||||
                          </div>
 | 
					                          </div>
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                        <div class="aui-forget">
 | 
					                        <div class="aui-forget">
 | 
				
			||||||
                          <a @click="forgetHandelClick"> {{ t('sys.login.forgetPassword') }}</a>
 | 
					<!--                          <a @click="forgetHandelClick"> {{ t('sys.login.forgetPassword') }}</a>-->
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                      </div>
 | 
					                      </div>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
| 
						 | 
					@ -91,15 +91,15 @@
 | 
				
			||||||
                    <a-button :loading="loginLoading" class="aui-link-login" type="primary" @click="loginHandleClick">
 | 
					                    <a-button :loading="loginLoading" class="aui-link-login" type="primary" @click="loginHandleClick">
 | 
				
			||||||
                      {{ t('sys.login.loginButton') }}</a-button>
 | 
					                      {{ t('sys.login.loginButton') }}</a-button>
 | 
				
			||||||
                  </div>
 | 
					                  </div>
 | 
				
			||||||
                  <div class="aui-flex">
 | 
					<!--                  <div class="aui-flex">
 | 
				
			||||||
                    <a class="aui-linek-code aui-flex-box" @click="codeHandleClick">{{ t('sys.login.qrSignInFormTitle') }}</a>
 | 
					                    <a class="aui-linek-code aui-flex-box" @click="codeHandleClick">{{ t('sys.login.qrSignInFormTitle') }}</a>
 | 
				
			||||||
                  </div>
 | 
					                  </div>-->
 | 
				
			||||||
                  <div class="aui-flex">
 | 
					<!--                  <div class="aui-flex">
 | 
				
			||||||
                    <a class="aui-linek-code aui-flex-box" @click="registerHandleClick">{{ t('sys.login.registerButton') }}</a>
 | 
					                    <a class="aui-linek-code aui-flex-box" @click="registerHandleClick">{{ t('sys.login.registerButton') }}</a>
 | 
				
			||||||
                  </div>
 | 
					                  </div>-->
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
              <a-form @keyup.enter.native="loginHandleClick">
 | 
					<!--              <a-form @keyup.enter.native="loginHandleClick">
 | 
				
			||||||
                <div class="aui-flex aui-third-text">
 | 
					                <div class="aui-flex aui-third-text">
 | 
				
			||||||
                  <div class="aui-flex-box aui-third-border">
 | 
					                  <div class="aui-flex-box aui-third-border">
 | 
				
			||||||
                    <span>{{ t('sys.login.otherSignIn') }}</span>
 | 
					                    <span>{{ t('sys.login.otherSignIn') }}</span>
 | 
				
			||||||
| 
						 | 
					@ -127,7 +127,7 @@
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                  </div>
 | 
					                  </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
              </a-form>
 | 
					              </a-form>-->
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue