Explorar el Código

init

newStyle
lancer hace 2 años
padre
commit
209f84827d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/page/login/index.vue

+ 2
- 2
src/page/login/index.vue Ver fichero

@@ -22,8 +22,8 @@
<codeLogin v-else-if="activeName==='code'" />
<thirdLogin v-else-if="activeName==='third'" />
<div class="login-menu">
<!-- <a href="#"
@click.stop="activeName='user'">账号密码</a> -->
<a href="#"
@click.stop="activeName='user'">账号密码</a>
<a href="#"
@click.stop="activeName='code'">手机号登录</a>
<!-- <a href="#"


Cargando…
Cancelar
Guardar