Procházet zdrojové kódy

fix:屏蔽注册页面入口

zhanghui před 2 roky
rodič
revize
213095e2ef
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      pages/login/login.vue

+ 4 - 4
pages/login/login.vue

@@ -49,10 +49,10 @@
 			</u--form>
 
 		</view>
-		<view class="flex-row justify-center  register">
-			<text>无账号?</text>
-			<text @click="goRegister" :style="{color:'#FFE05C'}">切换注册</text>
-		</view>
+<!--		<view class="flex-row justify-center  register">-->
+<!--			<text>无账号?</text>-->
+<!--			<text @click="goRegister" :style="{color:'#FFE05C'}">切换注册</text>-->
+<!--		</view>-->
 	</view>
 </template>