xiaohaizhao 2 rokov pred
rodič
commit
4e53488336
1 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  1. 1 3
      pages/login/login.vue

+ 1 - 3
pages/login/login.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="container"
-		style="background-image: url('https://bng37527.obs.cn-east-2.myhuaweicloud.com:443/202309011693533537074B49316492.gif');height:100vh; background-size: cover;">
+		style="background-image: url('/static/img/file-read-10579.jpg');height:100vh; background-size: cover;">
 		<view :style="{ height: height }" />
 		<view class="logo">
 			<u--image src="/static/img/LOGO-c1524a7d.svg" width="39.200vw" height="12.533vw" mode="scaleToFill">
@@ -13,7 +13,6 @@
 		<account :isAgreement="isAgreement" v-show="loginMethod == 'account'" />
 		<phone :isAgreement="isAgreement" v-show="loginMethod == 'phone'" />
 		<view style="height: 25px;" />
-
 		<view class="agreement">
 			<u-checkbox :checked="isAgreement" shape="circle" @change="changeAgreement" />
 			<view @click="changeAgreement">
@@ -21,7 +20,6 @@
 			</view>
 			<text class="nav">《隐私协议》</text>
 		</view>
-
 		<other-login :isAgreement="isAgreement" :loginMethod="loginMethod" @onChange="changeLoginMethod" />
 	</view>
 </template>